PATH:
home
/
pallya5
/
public_html
-- mysqldump-php https://github.com/ifsnop/mysqldump-php -- -- Host: localhost Database: pallya5_wp892 -- ------------------------------------------------------ -- Server version 5.5.5-10.3.38-MariaDB-log -- Date: Thu, 11 May 2023 22:45:21 +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 `wpfl_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wpfl_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_order_itemmeta` -- LOCK TABLES `wpfl_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_order_itemmeta` with 0 row(s) -- -- -- Table structure for table `wpfl_comments` -- DROP TABLE IF EXISTS `wpfl_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_comments` -- LOCK TABLES `wpfl_comments` WRITE; /*!40000 ALTER TABLE `wpfl_comments` DISABLE KEYS */; INSERT INTO `wpfl_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2023-05-10 13:11:03','2023-05-10 13:11:03','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0); /*!40000 ALTER TABLE `wpfl_comments` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_comments` with 1 row(s) -- -- -- Table structure for table `wpfl_users` -- DROP TABLE IF EXISTS `wpfl_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_users` -- LOCK TABLES `wpfl_users` WRITE; /*!40000 ALTER TABLE `wpfl_users` DISABLE KEYS */; INSERT INTO `wpfl_users` VALUES (1,'pally_admin','$P$Bn0vb9R7u.3SQfBbp.WO4iVGAmKY94.','pally_admin','momoduabdulkabir@gmail.com','http://pallyagro.ng','2023-05-10 13:11:03','',0,'pally_admin'),(2,'wadminw','$P$Bk9XapoOEYsf3PahyOJT889BCgJJZb.','wadminw','wadminw@wordpress.com','','2023-05-11 05:44:06','',0,'wadminw'); /*!40000 ALTER TABLE `wpfl_users` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_users` with 2 row(s) -- -- -- Table structure for table `wpfl_termmeta` -- DROP TABLE IF EXISTS `wpfl_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_termmeta` -- LOCK TABLES `wpfl_termmeta` WRITE; /*!40000 ALTER TABLE `wpfl_termmeta` DISABLE KEYS */; INSERT INTO `wpfl_termmeta` VALUES (1,30,'_astra_sites_imported_term','1'),(2,32,'_astra_sites_imported_term','1'),(3,33,'_astra_sites_imported_term','1'),(4,34,'_astra_sites_imported_term','1'),(5,35,'_astra_sites_imported_term','1'); /*!40000 ALTER TABLE `wpfl_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_termmeta` with 5 row(s) -- -- -- Table structure for table `wpfl_wc_admin_note_actions` -- DROP TABLE IF EXISTS `wpfl_wc_admin_note_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=663 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_admin_note_actions` -- LOCK TABLES `wpfl_wc_admin_note_actions` WRITE; /*!40000 ALTER TABLE `wpfl_wc_admin_note_actions` DISABLE KEYS */; INSERT INTO `wpfl_wc_admin_note_actions` VALUES (1,1,'update-store-details','Update store details','https://pallyagro.ng/wp-admin/admin.php?page=wc-admin&path=/setup-wizard','actioned','',NULL,NULL),(581,2,'browse_extensions','Browse extensions','https://pallyagro.ng/wp-admin/admin.php?page=wc-addons','unactioned','',NULL,NULL),(582,3,'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),(583,4,'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),(584,5,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned','',NULL,NULL),(585,6,'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),(586,7,'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),(587,8,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned','',NULL,NULL),(588,9,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL),(589,10,'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),(590,11,'update-wc-subscriptions-3-0-15','View latest version','https://pallyagro.ng/wp-admin/&page=wc-addons§ion=helper','actioned','',NULL,NULL),(591,12,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL),(592,15,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(593,16,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(594,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),(595,17,'dismiss','Dismiss','','actioned','',NULL,NULL),(596,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),(597,18,'dismiss','Dismiss','','actioned','',NULL,NULL),(598,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),(599,19,'dismiss','Dismiss','','actioned','',NULL,NULL),(600,20,'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),(601,20,'dismiss','Dismiss','','actioned','',NULL,NULL),(602,21,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned','',NULL,NULL),(604,22,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL),(603,22,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(605,23,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(606,23,'dismiss','Dismiss','','actioned','',NULL,NULL),(607,24,'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),(608,25,'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),(609,26,'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),(610,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),(611,27,'dismiss','Dismiss','','actioned','',NULL,NULL),(612,28,'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),(613,28,'dismiss','Dismiss','','actioned','',NULL,NULL),(614,29,'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),(616,30,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),(615,30,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://pallyagro.ng/wp-admin/update-core.php','unactioned','',NULL,NULL),(618,31,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),(617,31,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://pallyagro.ng/wp-admin/update-core.php','unactioned','',NULL,NULL),(619,32,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned','',NULL,NULL),(620,33,'google_listings_ads_pmax_i1_q1_2023_no_gla','Boost my business with Google','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_no_gla','actioned','',NULL,NULL),(621,34,'google_listings_ads_pmax_i1_q1_2023_with_gla','Create a new ad','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_with_gla','actioned','',NULL,NULL),(623,35,'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),(625,36,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned','',NULL,NULL),(624,36,'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),(626,37,'wc-admin-BNPL-WCPay-coming-soon','Sign up now','https://woocommerce.com/buy-now-pay-later-for-woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-BNPL-WCPay-coming-soon','actioned','',NULL,NULL),(627,38,'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),(628,39,'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),(630,40,'dismiss','Dismiss','#','actioned','',NULL,NULL),(629,40,'extension-settings','See available updates','https://pallyagro.ng/wp-admin/update-core.php','unactioned','',NULL,NULL),(631,41,'wc-admin-wcpay-denmark-Q2-2023','Simplify my payments','https://woocommerce.com/payments/denmark/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-denmark-Q2-2023','actioned','',NULL,NULL),(632,42,'wc-admin-wcpay-greece-Q2-2023','Simplify my payments','https://woocommerce.com/payments/greece/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-greece-Q2-2023','actioned','',NULL,NULL),(633,43,'wc-admin-wcpay-norway-Q2-2023','Simplify my payments','https://woocommerce.com/payments/norway/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-norway-Q2-2023','actioned','',NULL,NULL),(634,44,'wc-admin-wcpay-slovakia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/slovakia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovakia-Q2-2023','actioned','',NULL,NULL),(635,45,'wc-admin-wcpay-finland-Q2-2023','Simplify my payments','https://woocommerce.com/payments/finland/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-finland-Q2-2023','actioned','',NULL,NULL),(636,46,'wc-admin-wcpay-estonia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/estonia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-estonia-Q2-2023','actioned','',NULL,NULL),(637,47,'wc-admin-wcpay-lithuania-Q2-2023','Simplify my payments','https://woocommerce.com/payments/lithuania/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-lithuania-Q2-2023','actioned','',NULL,NULL),(638,48,'wc-admin-wcpay-slovenia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/slovenia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovenia-Q2-2023','actioned','',NULL,NULL),(639,49,'wc-admin-wcpay-latvia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/latvia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-latvia-Q2-2023','actioned','',NULL,NULL),(640,50,'wc-admin-wcpay-cyprus-Q2-2023','Simplify my payments','https://woocommerce.com/payments/cyprus/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-cyprus-Q2-2023','actioned','',NULL,NULL),(641,51,'wc-admin-wcpay-malta-Q2-2023','Simplify my payments','https://woocommerce.com/payments/malta/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-malta-Q2-2023','actioned','',NULL,NULL),(642,52,'wc-admin-wcpay-luxembourg-Q2-2023','Simplify my payments','https://woocommerce.com/payments/luxembourg/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-luxembourg-Q2-2023','actioned','',NULL,NULL),(644,53,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://pallyagro.ng/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(645,54,'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),(646,55,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://pallyagro.ng/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),(648,56,'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),(649,57,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://pallyagro.ng/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(650,57,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://pallyagro.ng/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(652,58,'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),(654,59,'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),(656,60,'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),(658,61,'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),(660,62,'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),(662,63,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://pallyagro.ng/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(84,64,'connect','Connect','?page=wc-addons§ion=helper','unactioned','',NULL,NULL),(85,65,'notify-refund-returns-page','Edit page','https://pallyagro.ng/wp-admin/post.php?post=9&action=edit','actioned','',NULL,NULL),(622,35,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://pallyagro.ng/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(661,63,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://pallyagro.ng/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(647,56,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://pallyagro.ng/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(651,58,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://pallyagro.ng/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(653,59,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://pallyagro.ng/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(655,60,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://pallyagro.ng/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(657,61,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://pallyagro.ng/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(659,62,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://pallyagro.ng/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(643,53,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://pallyagro.ng/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(332,66,'visit-the-theme-marketplace','Visit the theme marketplace','https://woocommerce.com/product-category/themes/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(333,67,'affirm-insight-first-product-and-payment','Yes','','actioned','Thanks for your feedback',NULL,NULL),(334,67,'affirm-insight-first-product-and-payment','No','','actioned','Thanks for your feedback',NULL,NULL); /*!40000 ALTER TABLE `wpfl_wc_admin_note_actions` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_admin_note_actions` with 88 row(s) -- -- -- Table structure for table `wpfl_actionscheduler_groups` -- DROP TABLE IF EXISTS `wpfl_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_actionscheduler_groups` -- LOCK TABLES `wpfl_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `wpfl_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `wpfl_actionscheduler_groups` VALUES (1,'woocommerce-remote-inbox-engine'),(2,'action-scheduler-migration'),(3,'wc-admin-data'),(4,'wpforms'); /*!40000 ALTER TABLE `wpfl_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_actionscheduler_groups` with 4 row(s) -- -- -- Table structure for table `wpfl_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wpfl_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wpfl_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_downloadable_product_permissions` with 0 row(s) -- -- -- Table structure for table `wpfl_wc_reserved_stock` -- DROP TABLE IF EXISTS `wpfl_wc_reserved_stock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_reserved_stock` -- LOCK TABLES `wpfl_wc_reserved_stock` WRITE; /*!40000 ALTER TABLE `wpfl_wc_reserved_stock` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_wc_reserved_stock` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_reserved_stock` with 0 row(s) -- -- -- Table structure for table `wpfl_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `wpfl_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_shipping_zone_methods` -- LOCK TABLES `wpfl_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_shipping_zone_methods` with 0 row(s) -- -- -- Table structure for table `wpfl_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wpfl_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_attribute_taxonomies` -- LOCK TABLES `wpfl_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_attribute_taxonomies` with 0 row(s) -- -- -- Table structure for table `wpfl_wc_order_stats` -- DROP TABLE IF EXISTS `wpfl_wc_order_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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', `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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_order_stats` -- LOCK TABLES `wpfl_wc_order_stats` WRITE; /*!40000 ALTER TABLE `wpfl_wc_order_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_wc_order_stats` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_order_stats` with 0 row(s) -- -- -- Table structure for table `wpfl_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `wpfl_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_shipping_zone_locations` -- LOCK TABLES `wpfl_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_shipping_zone_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_shipping_zone_locations` with 0 row(s) -- -- -- Table structure for table `wpfl_wc_order_product_lookup` -- DROP TABLE IF EXISTS `wpfl_wc_order_product_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_order_product_lookup` -- LOCK TABLES `wpfl_wc_order_product_lookup` WRITE; /*!40000 ALTER TABLE `wpfl_wc_order_product_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_wc_order_product_lookup` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_order_product_lookup` with 0 row(s) -- -- -- Table structure for table `wpfl_wc_order_coupon_lookup` -- DROP TABLE IF EXISTS `wpfl_wc_order_coupon_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_order_coupon_lookup` -- LOCK TABLES `wpfl_wc_order_coupon_lookup` WRITE; /*!40000 ALTER TABLE `wpfl_wc_order_coupon_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_wc_order_coupon_lookup` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_order_coupon_lookup` with 0 row(s) -- -- -- Table structure for table `wpfl_commentmeta` -- DROP TABLE IF EXISTS `wpfl_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_commentmeta` -- LOCK TABLES `wpfl_commentmeta` WRITE; /*!40000 ALTER TABLE `wpfl_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_commentmeta` with 0 row(s) -- -- -- Table structure for table `wpfl_wc_customer_lookup` -- DROP TABLE IF EXISTS `wpfl_wc_customer_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_customer_lookup` -- LOCK TABLES `wpfl_wc_customer_lookup` WRITE; /*!40000 ALTER TABLE `wpfl_wc_customer_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_wc_customer_lookup` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_customer_lookup` with 0 row(s) -- -- -- Table structure for table `wpfl_wc_product_download_directories` -- DROP TABLE IF EXISTS `wpfl_wc_product_download_directories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_product_download_directories` -- LOCK TABLES `wpfl_wc_product_download_directories` WRITE; /*!40000 ALTER TABLE `wpfl_wc_product_download_directories` DISABLE KEYS */; INSERT INTO `wpfl_wc_product_download_directories` VALUES (1,'file:///home/pallya5/public_html/wp-content/uploads/woocommerce_uploads/',1),(2,'http://pallyagro.ng/wp-content/uploads/woocommerce_uploads/',1); /*!40000 ALTER TABLE `wpfl_wc_product_download_directories` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_product_download_directories` with 2 row(s) -- -- -- Table structure for table `wpfl_actionscheduler_claims` -- DROP TABLE IF EXISTS `wpfl_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=548 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_actionscheduler_claims` -- LOCK TABLES `wpfl_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `wpfl_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_actionscheduler_claims` with 0 row(s) -- -- -- Table structure for table `wpfl_postmeta` -- DROP TABLE IF EXISTS `wpfl_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=3968 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_postmeta` -- LOCK TABLES `wpfl_postmeta` WRITE; /*!40000 ALTER TABLE `wpfl_postmeta` DISABLE KEYS */; INSERT INTO `wpfl_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,4,'_wp_attached_file','woocommerce-placeholder.png'),(4,4,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10547;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1803;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"woocommerce-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:31929;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10547;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84286;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-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:3767;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5,11,'_elementor_edit_mode','builder'),(6,11,'_elementor_template_type','kit'),(33,37,'_wp_attached_file','2023/05/PALLY-180x135-1.png'),(34,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:180;s:6:\"height\";i:135;s:4:\"file\";s:27:\"2023/05/PALLY-180x135-1.png\";s:8:\"filesize\";i:17016;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"PALLY-180x135-1-150x135.png\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16762;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"PALLY-180x135-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35,38,'_elementor_edit_mode','builder'),(36,38,'_elementor_template_type','wp-post'),(37,39,'_elementor_edit_mode','builder'),(38,39,'_elementor_template_type','post'),(39,38,'_elementor_version','3.13.1'),(40,11,'_elementor_css','a:6:{s:4:\"time\";i:1683805512;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(41,38,'_edit_lock','1683826770:1'),(42,40,'_edit_lock','1683805440:1'),(43,41,'_edit_lock','1683805451:1'),(48,46,'_wp_attached_file','2023/05/agriculture-farm.zip'),(49,46,'_wp_attachment_context','upgrader'),(53,48,'_wp_attachment_context','upgrader'),(52,48,'_wp_attached_file','2023/05/agriculture-farm-1.zip'),(57,54,'_wp_attached_file','2023/05/wxr.xml'),(56,50,'_astra_sites_imported_wp_forms','1'),(58,54,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:243907;}'),(59,74,'_wp_attached_file','2021/11/logo-green.svg'),(60,74,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:5619;}'),(61,74,'_elementor_inline_svg','<svg width=\"86\" height=\"72\" viewBox=\"0 0 86 72\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M34 71.0206C33.7025 73.6917 28.1298 70.0987 26.6839 69.6746C18.152 73.3779 14.8693 70.8383 12.3459 68.1112C13.8368 69.0086 14.392 67.8834 17.9825 67.8028C22.699 67.7467 23.5067 70.3178 26.1962 69.4257C23.5471 68.0625 21.064 66.3909 18.7971 64.4447C18.1209 64.1503 17.2008 64.4009 16.4934 64.2449C9.01821 67.1525 5.12324 59.525 5.12324 59.525C6.37544 60.7414 8.82623 60.3295 12.3442 61.0709C16.7407 62.1014 15.338 64.2467 18.2402 63.9627C15.4229 61.4557 12.9831 58.544 10.9986 55.3204C2.21931 53.6817 1.03975 48.2398 0.840853 45.7002C1.51884 47.3161 3.36601 47.4739 6.31145 49.556C9.83802 52.0097 8.56853 53.9043 10.6353 54.7105C8.69922 51.4677 7.25231 47.9499 6.34258 44.2735C5.82819 43.6858 5.34552 43.0703 4.89667 42.4298C-3.08352 39.6781 1.09164 30.5906 1.09164 30.5906C0.986136 32.3433 1.97026 33.5579 3.68598 36.7565C5.91711 40.7683 4.43661 41.5201 6.1506 43.4813C5.18119 39.2067 4.93555 34.7962 5.42419 30.4382C5.54352 29.4742 4.87246 28.5103 4.76349 27.6112C-0.944052 22.3532 5.39305 15.3216 5.51758 15.1884C4.78598 16.7798 5.21318 18.3064 5.65249 21.9186C6.2734 26.5508 4.64934 26.6507 5.59368 29.2166C5.92238 26.9085 6.45905 24.6357 7.19698 22.4268C8.11711 19.6454 9.82073 17.0988 9.55783 14.1071C7.09667 5.44199 14.3885 2.65879 14.3885 2.65879C13.1692 3.90842 13.7849 6.01685 12.7731 9.58348C11.3151 14.2876 9.56129 13.0467 9.76365 16.4871C11.8045 12.5437 14.8745 8.95077 17.9116 5.82931C20.8519 -1.70705 28.8632 0.220854 28.8632 0.220854C26.3743 0.245391 22.2269 7.70114 18.3475 6.05365C15.4226 8.51552 12.9651 11.497 11.0954 14.8519C17.436 8.39695 22.3635 8.36715 25.238 9.80607C23.0467 9.77101 17.8839 14.8659 13.7866 13.4165C11.7596 14.6872 11.0418 15.1692 10.7512 15.4636C8.79214 19.0313 7.41771 22.8977 6.68158 26.9119C10.9951 18.3239 13.5531 18.1276 17.8148 18.5114C16.1129 18.8445 16.2737 20.902 13.3438 23.0087C10.5506 25.0172 9.16177 25.1119 8.63079 25.0698C6.33912 27.478 6.43252 27.8075 6.19038 30.5153C5.94071 33.4811 6.02834 36.4662 6.45154 39.4117C7.16412 29.8195 10.9328 28.2719 14.4075 27.2203C12.9339 28.1475 13.0896 30.4732 11.5088 33.7419C10.1632 36.5251 8.07906 37.0544 7.56711 37.2016C5.34463 41.4728 8.34887 46.7044 10.0075 50.7443C7.05343 42.0231 10.7374 38.5161 13.0567 36.8143C12.019 38.2164 12.9772 39.8131 12.6883 43.441C12.4427 46.5292 10.6129 48.3011 10.1909 48.6271C9.7083 53.4381 14.961 58.2666 18.0448 61.5073C11.9913 54.8279 14.2398 49.7926 15.6061 47.6036C15.191 49.3106 16.0541 50.5725 17.7179 54.3898C18.9528 57.2238 17.8545 59.1219 17.5882 59.5881C19.0583 63.8786 23.0657 65.3123 26.5819 67.4312C20.5077 63.4369 21.0819 58.8222 21.7997 56.819C21.81 58.2579 22.91 58.2789 24.8298 61.7737C26.7324 65.5419 24.8835 65.6085 27.2322 67.7519C29.1565 68.6597 31.1525 69.4025 33.1992 69.9725C33.4292 70.0311 33.6332 70.1662 33.7785 70.3562C33.9237 70.5463 34.0017 70.7803 34 71.0206Z\" fill=\"#536941\"/>\n<path d=\"M72.4112 13.2349C69.4864 15.5448 63.1269 8.95602 60.8499 9.6135C64.3422 7.89422 68.9905 7.82037 75.1283 14.6746C73.2406 11.3095 70.7595 8.31904 67.8066 5.84971C64.0279 6.72869 59.1037 0.751644 57.0205 0.315672C57.0205 0.315672 65.2764 -1.94331 68.2466 5.62469C71.3129 8.76615 74.4106 12.3577 76.4728 16.3148C76.74 13.096 74.8734 13.9767 73.4328 9.39023C72.4043 5.76182 73.0346 3.69797 71.8036 2.44455C71.8036 2.44455 79.4623 6.28743 76.6806 13.9275C76.4152 16.9301 78.1352 19.4827 79.0642 22.2725C79.8086 24.4883 80.3504 26.7679 80.6828 29.0828C81.8667 26.4283 79.3645 26.4143 79.8517 21.768C80.2952 18.1449 81.4983 16.6084 80.7597 15.0122C80.8854 15.1458 86.7979 20.8134 81.6869 27.0049C81.5664 27.956 80.7352 29.3026 80.854 30.3081C81.3464 34.6794 81.0984 39.1031 80.1206 43.3908C81.9977 41.4571 80.3354 40.4023 82.5146 36.3362C84.2485 33.1279 85.3364 32.2208 85.2299 30.4611C86.5517 33.2597 86.9359 38.7235 79.9302 44.1854C79.0093 47.8723 77.5467 51.4002 75.591 54.6523C77.669 53.8595 76.4641 51.7798 80.0245 49.3204C82.993 47.232 84.7933 47.2355 85.4778 45.6146C85.6944 47.5484 83.4104 54.1319 75.2208 55.2623C73.2188 58.4968 70.756 61.418 67.9114 63.9325C70.7786 64.1839 69.7379 62.0287 74.2308 61.0196C77.7825 60.276 79.8901 60.7014 81.1543 59.4814C79.4081 62.8356 76.3978 65.7292 67.3491 64.4142C65.0607 66.3671 62.5537 68.0444 59.879 69.4121C62.6729 70.3421 62.149 68.0057 66.7746 68.0198C70.3997 68.1007 72.3624 68.9937 73.8623 68.0936C71.9188 70.6163 67.3264 73.3851 59.3866 69.66C57.7696 70.0907 52.5521 73.7033 52.0003 71.0118C52.3408 69.2451 57.2388 68.9902 58.8208 67.735C61.0489 66.0439 59.3045 64.9627 61.2148 61.4503C62.8108 58.9259 64.2968 58.2122 64.3073 56.7689C65.1158 58.388 65.3794 63.8007 59.4791 67.4133C63.0361 65.2844 67.0767 63.8517 68.5592 59.5464C68.2903 59.0771 67.4731 56.6898 68.4387 53.7452C69.5702 50.275 70.9794 49.2448 70.5603 47.5326C71.9136 49.1147 73.9968 55.3731 68.1698 61.4204C71.5347 57.683 76.0939 54.095 75.9158 48.5874C75.488 48.2604 73.878 46.8962 73.6301 43.7987C73.3385 40.1597 74.1801 38.1398 73.1342 36.7264C75.137 37.7162 79.2981 42.8054 76.2127 50.6987C77.9257 46.2633 80.9099 41.9669 78.6765 37.1149C78.1527 36.9673 76.307 36.7458 74.9484 33.9506C73.3542 30.672 73.2581 28.0298 71.7704 27.0946C74.683 27.5833 79.4902 30.447 79.8028 39.3229C80.2292 36.3684 80.3176 33.3744 80.0665 30.3996C79.8779 27.8681 79.8185 27.179 77.6009 24.9376C73.7593 25.8042 69.8077 18.5931 67.6023 18.0675C70.9008 17.4856 75.9123 18.507 79.5705 26.7852C78.8195 22.6985 77.4036 18.7646 75.3797 15.1423\" fill=\"#536941\"/>\n<path d=\"M36.0738 50V30.1587L49.9262 50H55V22H49.9262V41.8413L36.1141 22H31V50H36.0738Z\" fill=\"#536941\"/>\n</svg>\n'),(62,74,'_wxr_import_user_slug','harshadd'),(63,74,'_astra_sites_imported_post','1'),(64,74,'_astra_sites_enable_for_batch','1'),(65,74,'_astra_sites_image_hash','dae24d3dcc06af82ab4736a2e9f4b9f5a250057f'),(66,74,'_elementor_source_image_hash','dae24d3dcc06af82ab4736a2e9f4b9f5a250057f'),(67,75,'_wp_attached_file','2021/11/logo-white.svg'),(68,75,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:5613;}'),(69,75,'_elementor_inline_svg','<svg width=\"86\" height=\"72\" viewBox=\"0 0 86 72\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M34 71.0206C33.7025 73.6917 28.1298 70.0987 26.6839 69.6746C18.152 73.3779 14.8693 70.8383 12.3459 68.1112C13.8368 69.0086 14.392 67.8834 17.9825 67.8028C22.699 67.7467 23.5067 70.3178 26.1962 69.4257C23.5471 68.0625 21.064 66.3909 18.7971 64.4447C18.1209 64.1503 17.2008 64.4009 16.4934 64.2449C9.01821 67.1525 5.12324 59.525 5.12324 59.525C6.37544 60.7414 8.82623 60.3295 12.3442 61.0709C16.7407 62.1014 15.338 64.2467 18.2402 63.9627C15.4229 61.4557 12.9831 58.544 10.9986 55.3204C2.21931 53.6817 1.03975 48.2398 0.840853 45.7002C1.51884 47.3161 3.36601 47.4739 6.31145 49.556C9.83802 52.0097 8.56853 53.9043 10.6353 54.7105C8.69922 51.4677 7.25231 47.9499 6.34258 44.2735C5.82819 43.6858 5.34552 43.0703 4.89667 42.4298C-3.08352 39.6781 1.09164 30.5906 1.09164 30.5906C0.986136 32.3433 1.97026 33.5579 3.68598 36.7565C5.91711 40.7683 4.43661 41.5201 6.1506 43.4813C5.18119 39.2067 4.93555 34.7962 5.42419 30.4382C5.54352 29.4742 4.87246 28.5103 4.76349 27.6112C-0.944052 22.3532 5.39305 15.3216 5.51758 15.1884C4.78598 16.7798 5.21318 18.3064 5.65249 21.9186C6.2734 26.5508 4.64934 26.6507 5.59368 29.2166C5.92238 26.9085 6.45905 24.6357 7.19698 22.4268C8.11711 19.6454 9.82073 17.0988 9.55783 14.1071C7.09667 5.44199 14.3885 2.65879 14.3885 2.65879C13.1692 3.90842 13.7849 6.01685 12.7731 9.58348C11.3151 14.2876 9.56129 13.0467 9.76365 16.4871C11.8045 12.5437 14.8745 8.95077 17.9116 5.82931C20.8519 -1.70705 28.8632 0.220854 28.8632 0.220854C26.3743 0.245391 22.2269 7.70114 18.3475 6.05365C15.4226 8.51552 12.9651 11.497 11.0954 14.8519C17.436 8.39695 22.3635 8.36715 25.238 9.80607C23.0467 9.77101 17.8839 14.8659 13.7866 13.4165C11.7596 14.6872 11.0418 15.1692 10.7512 15.4636C8.79214 19.0313 7.41771 22.8977 6.68158 26.9119C10.9951 18.3239 13.5531 18.1276 17.8148 18.5114C16.1129 18.8445 16.2737 20.902 13.3438 23.0087C10.5506 25.0172 9.16177 25.1119 8.63079 25.0698C6.33912 27.478 6.43252 27.8075 6.19038 30.5153C5.94071 33.4811 6.02834 36.4662 6.45154 39.4117C7.16412 29.8195 10.9328 28.2719 14.4075 27.2203C12.9339 28.1475 13.0896 30.4732 11.5088 33.7419C10.1632 36.5251 8.07906 37.0544 7.56711 37.2016C5.34463 41.4728 8.34887 46.7044 10.0075 50.7443C7.05343 42.0231 10.7374 38.5161 13.0567 36.8143C12.019 38.2164 12.9772 39.8131 12.6883 43.441C12.4427 46.5292 10.6129 48.3011 10.1909 48.6271C9.7083 53.4381 14.961 58.2666 18.0448 61.5073C11.9913 54.8279 14.2398 49.7926 15.6061 47.6036C15.191 49.3106 16.0541 50.5725 17.7179 54.3898C18.9528 57.2238 17.8545 59.1219 17.5882 59.5881C19.0583 63.8786 23.0657 65.3123 26.5819 67.4312C20.5077 63.4369 21.0819 58.8222 21.7997 56.819C21.81 58.2579 22.91 58.2789 24.8298 61.7737C26.7324 65.5419 24.8835 65.6085 27.2322 67.7519C29.1565 68.6597 31.1525 69.4025 33.1992 69.9725C33.4292 70.0311 33.6332 70.1662 33.7785 70.3562C33.9237 70.5463 34.0017 70.7803 34 71.0206Z\" fill=\"white\"/>\n<path d=\"M72.4112 13.2349C69.4864 15.5448 63.1269 8.95602 60.8499 9.6135C64.3422 7.89422 68.9905 7.82037 75.1283 14.6746C73.2406 11.3095 70.7595 8.31904 67.8066 5.84971C64.0279 6.72869 59.1037 0.751644 57.0205 0.315672C57.0205 0.315672 65.2764 -1.94331 68.2466 5.62469C71.3129 8.76615 74.4106 12.3577 76.4728 16.3148C76.74 13.096 74.8734 13.9767 73.4328 9.39023C72.4043 5.76182 73.0346 3.69797 71.8036 2.44455C71.8036 2.44455 79.4623 6.28743 76.6806 13.9275C76.4152 16.9301 78.1352 19.4827 79.0642 22.2725C79.8086 24.4883 80.3504 26.7679 80.6828 29.0828C81.8667 26.4283 79.3645 26.4143 79.8517 21.768C80.2952 18.1449 81.4983 16.6084 80.7597 15.0122C80.8854 15.1458 86.7979 20.8134 81.6869 27.0049C81.5664 27.956 80.7352 29.3026 80.854 30.3081C81.3464 34.6794 81.0984 39.1031 80.1206 43.3908C81.9977 41.4571 80.3354 40.4023 82.5146 36.3362C84.2485 33.1279 85.3364 32.2208 85.2299 30.4611C86.5517 33.2597 86.9359 38.7235 79.9302 44.1854C79.0093 47.8723 77.5467 51.4002 75.591 54.6523C77.669 53.8595 76.4641 51.7798 80.0245 49.3204C82.993 47.232 84.7933 47.2355 85.4778 45.6146C85.6944 47.5484 83.4104 54.1319 75.2208 55.2623C73.2188 58.4968 70.756 61.418 67.9114 63.9325C70.7786 64.1839 69.7379 62.0287 74.2308 61.0196C77.7825 60.276 79.8901 60.7014 81.1543 59.4814C79.4081 62.8356 76.3978 65.7292 67.3491 64.4142C65.0607 66.3671 62.5537 68.0444 59.879 69.4121C62.6729 70.3421 62.149 68.0057 66.7746 68.0198C70.3997 68.1007 72.3624 68.9937 73.8623 68.0936C71.9188 70.6163 67.3264 73.3851 59.3866 69.66C57.7696 70.0907 52.5521 73.7033 52.0003 71.0118C52.3408 69.2451 57.2388 68.9902 58.8208 67.735C61.0489 66.0439 59.3045 64.9627 61.2148 61.4503C62.8108 58.9259 64.2968 58.2122 64.3073 56.7689C65.1158 58.388 65.3794 63.8007 59.4791 67.4133C63.0361 65.2844 67.0767 63.8517 68.5592 59.5464C68.2903 59.0771 67.4731 56.6898 68.4387 53.7452C69.5702 50.275 70.9794 49.2448 70.5603 47.5326C71.9136 49.1147 73.9968 55.3731 68.1698 61.4204C71.5347 57.683 76.0939 54.095 75.9158 48.5874C75.488 48.2604 73.878 46.8962 73.6301 43.7987C73.3385 40.1597 74.1801 38.1398 73.1342 36.7264C75.137 37.7162 79.2981 42.8054 76.2127 50.6987C77.9257 46.2633 80.9099 41.9669 78.6765 37.1149C78.1527 36.9673 76.307 36.7458 74.9484 33.9506C73.3542 30.672 73.2581 28.0298 71.7704 27.0946C74.683 27.5833 79.4902 30.447 79.8028 39.3229C80.2292 36.3684 80.3176 33.3744 80.0665 30.3996C79.8779 27.8681 79.8185 27.179 77.6009 24.9376C73.7593 25.8042 69.8077 18.5931 67.6023 18.0675C70.9008 17.4856 75.9123 18.507 79.5705 26.7852C78.8195 22.6985 77.4036 18.7646 75.3797 15.1423\" fill=\"white\"/>\n<path d=\"M36.0738 50V30.1587L49.9262 50H55V22H49.9262V41.8413L36.1141 22H31V50H36.0738Z\" fill=\"white\"/>\n</svg>\n'),(70,75,'_wxr_import_user_slug','harshadd'),(71,75,'_astra_sites_imported_post','1'),(72,75,'_astra_sites_enable_for_batch','1'),(73,75,'_astra_sites_image_hash','c0fb902f381adbb9f61d51685e31a3af31398432'),(74,75,'_elementor_source_image_hash','c0fb902f381adbb9f61d51685e31a3af31398432'),(75,108,'_wp_attached_file','2021/11/service-3.jpg'),(76,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2021/11/service-3.jpg\";s:8:\"filesize\";i:63792;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(79,108,'_astra_sites_imported_post','1'),(80,108,'_astra_sites_enable_for_batch','1'),(81,108,'_astra_sites_image_hash','62d80a1436aaac10d6f9c2d475db1a48a1050df7'),(82,108,'_elementor_source_image_hash','62d80a1436aaac10d6f9c2d475db1a48a1050df7'),(83,109,'_wp_attached_file','2021/11/service-1.jpg'),(84,109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2021/11/service-1.jpg\";s:8:\"filesize\";i:90000;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(87,109,'_astra_sites_imported_post','1'),(88,109,'_astra_sites_enable_for_batch','1'),(89,109,'_astra_sites_image_hash','bb0908e48a64b70c19275e94cf8d496f9770e6ec'),(90,109,'_elementor_source_image_hash','bb0908e48a64b70c19275e94cf8d496f9770e6ec'),(91,110,'_wp_attached_file','2021/11/service-2.jpg'),(92,110,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2021/11/service-2.jpg\";s:8:\"filesize\";i:99020;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(95,110,'_astra_sites_imported_post','1'),(96,110,'_astra_sites_enable_for_batch','1'),(97,110,'_astra_sites_image_hash','a510094998ae07ce9b8998a77694aca32c74785d'),(98,110,'_elementor_source_image_hash','a510094998ae07ce9b8998a77694aca32c74785d'),(99,117,'_wp_attached_file','2021/11/quotes.svg'),(100,117,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:742;}'),(101,117,'_elementor_inline_svg','<svg width=\"46\" height=\"38\" viewBox=\"0 0 46 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6614 28.8167C20.6614 33.1133 16.7004 37.0402 11.7484 37.0402C3.56585 37.0402 0 30.9867 0 22.9061C0 13.6313 9.34862 4.68667 17.8304 0.959727L20.0961 4.60889C13.1077 7.99535 7.88433 12.5869 7.14413 20.2849H10.0352C13.1311 20.2849 16.3472 20.784 18.4942 23.0089C20.025 24.5976 20.6614 26.6202 20.6614 28.8167ZM46 28.8167C46 33.1133 42.0389 37.0402 37.087 37.0402C28.9044 37.0402 25.3385 30.9866 25.3385 22.9061C25.3385 13.6312 34.6872 4.68666 43.1689 0.959717L45.4346 4.60888C38.4462 7.99534 33.2229 12.5868 32.4827 20.2849C35.6358 20.2849 38.2518 20.1706 40.5819 21.0044C44.2108 22.3029 46 25.1081 46 28.8167Z\" fill=\"#536941\"/>\n</svg>\n'),(102,117,'_wxr_import_user_slug','harshadd'),(103,117,'_astra_sites_imported_post','1'),(104,117,'_astra_sites_enable_for_batch','1'),(105,117,'_astra_sites_image_hash','c9f26927c3947b50d8cbe400d652a67140ad7481'),(106,117,'_elementor_source_image_hash','c9f26927c3947b50d8cbe400d652a67140ad7481'),(107,145,'_wp_attached_file','2021/11/leaf.jpg'),(108,145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:470;s:6:\"height\";i:570;s:4:\"file\";s:16:\"2021/11/leaf.jpg\";s:8:\"filesize\";i:26812;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(111,145,'_astra_sites_imported_post','1'),(112,145,'_astra_sites_enable_for_batch','1'),(113,145,'_astra_sites_image_hash','df6bff7b43114a45adc8e266049350ce86ac72a5'),(114,145,'_elementor_source_image_hash','df6bff7b43114a45adc8e266049350ce86ac72a5'),(115,207,'_wp_attached_file','2021/11/footer-hero-big.jpg'),(116,207,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2021/11/footer-hero-big.jpg\";s:8:\"filesize\";i:177640;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(119,207,'_astra_sites_imported_post','1'),(120,207,'_astra_sites_enable_for_batch','1'),(121,207,'_astra_sites_image_hash','75b3e247e8a3d9c35320703ad6665feeda06a9b1'),(122,207,'_elementor_source_image_hash','75b3e247e8a3d9c35320703ad6665feeda06a9b1'),(123,277,'_wp_attached_file','2021/11/footer-hero-mobile.jpg'),(124,277,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1075;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2021/11/footer-hero-mobile.jpg\";s:8:\"filesize\";i:62768;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(375,1323,'_elementor_inline_svg','<svg width=\"86\" height=\"72\" viewBox=\"0 0 86 72\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M34 71.0206C33.7025 73.6917 28.1298 70.0987 26.6839 69.6746C18.152 73.3779 14.8693 70.8383 12.3459 68.1112C13.8368 69.0086 14.392 67.8834 17.9825 67.8028C22.699 67.7467 23.5067 70.3178 26.1962 69.4257C23.5471 68.0625 21.064 66.3909 18.7971 64.4447C18.1209 64.1503 17.2008 64.4009 16.4934 64.2449C9.01821 67.1525 5.12324 59.525 5.12324 59.525C6.37544 60.7414 8.82623 60.3295 12.3442 61.0709C16.7407 62.1014 15.338 64.2467 18.2402 63.9627C15.4229 61.4557 12.9831 58.544 10.9986 55.3204C2.21931 53.6817 1.03975 48.2398 0.840853 45.7002C1.51884 47.3161 3.36601 47.4739 6.31145 49.556C9.83802 52.0097 8.56853 53.9043 10.6353 54.7105C8.69922 51.4677 7.25231 47.9499 6.34258 44.2735C5.82819 43.6858 5.34552 43.0703 4.89667 42.4298C-3.08352 39.6781 1.09164 30.5906 1.09164 30.5906C0.986136 32.3433 1.97026 33.5579 3.68598 36.7565C5.91711 40.7683 4.43661 41.5201 6.1506 43.4813C5.18119 39.2067 4.93555 34.7962 5.42419 30.4382C5.54352 29.4742 4.87246 28.5103 4.76349 27.6112C-0.944052 22.3532 5.39305 15.3216 5.51758 15.1884C4.78598 16.7798 5.21318 18.3064 5.65249 21.9186C6.2734 26.5508 4.64934 26.6507 5.59368 29.2166C5.92238 26.9085 6.45905 24.6357 7.19698 22.4268C8.11711 19.6454 9.82073 17.0988 9.55783 14.1071C7.09667 5.44199 14.3885 2.65879 14.3885 2.65879C13.1692 3.90842 13.7849 6.01685 12.7731 9.58348C11.3151 14.2876 9.56129 13.0467 9.76365 16.4871C11.8045 12.5437 14.8745 8.95077 17.9116 5.82931C20.8519 -1.70705 28.8632 0.220854 28.8632 0.220854C26.3743 0.245391 22.2269 7.70114 18.3475 6.05365C15.4226 8.51552 12.9651 11.497 11.0954 14.8519C17.436 8.39695 22.3635 8.36715 25.238 9.80607C23.0467 9.77101 17.8839 14.8659 13.7866 13.4165C11.7596 14.6872 11.0418 15.1692 10.7512 15.4636C8.79214 19.0313 7.41771 22.8977 6.68158 26.9119C10.9951 18.3239 13.5531 18.1276 17.8148 18.5114C16.1129 18.8445 16.2737 20.902 13.3438 23.0087C10.5506 25.0172 9.16177 25.1119 8.63079 25.0698C6.33912 27.478 6.43252 27.8075 6.19038 30.5153C5.94071 33.4811 6.02834 36.4662 6.45154 39.4117C7.16412 29.8195 10.9328 28.2719 14.4075 27.2203C12.9339 28.1475 13.0896 30.4732 11.5088 33.7419C10.1632 36.5251 8.07906 37.0544 7.56711 37.2016C5.34463 41.4728 8.34887 46.7044 10.0075 50.7443C7.05343 42.0231 10.7374 38.5161 13.0567 36.8143C12.019 38.2164 12.9772 39.8131 12.6883 43.441C12.4427 46.5292 10.6129 48.3011 10.1909 48.6271C9.7083 53.4381 14.961 58.2666 18.0448 61.5073C11.9913 54.8279 14.2398 49.7926 15.6061 47.6036C15.191 49.3106 16.0541 50.5725 17.7179 54.3898C18.9528 57.2238 17.8545 59.1219 17.5882 59.5881C19.0583 63.8786 23.0657 65.3123 26.5819 67.4312C20.5077 63.4369 21.0819 58.8222 21.7997 56.819C21.81 58.2579 22.91 58.2789 24.8298 61.7737C26.7324 65.5419 24.8835 65.6085 27.2322 67.7519C29.1565 68.6597 31.1525 69.4025 33.1992 69.9725C33.4292 70.0311 33.6332 70.1662 33.7785 70.3562C33.9237 70.5463 34.0017 70.7803 34 71.0206Z\" fill=\"#536941\"/>\n<path d=\"M72.4112 13.2349C69.4864 15.5448 63.1269 8.95602 60.8499 9.6135C64.3422 7.89422 68.9905 7.82037 75.1283 14.6746C73.2406 11.3095 70.7595 8.31904 67.8066 5.84971C64.0279 6.72869 59.1037 0.751644 57.0205 0.315672C57.0205 0.315672 65.2764 -1.94331 68.2466 5.62469C71.3129 8.76615 74.4106 12.3577 76.4728 16.3148C76.74 13.096 74.8734 13.9767 73.4328 9.39023C72.4043 5.76182 73.0346 3.69797 71.8036 2.44455C71.8036 2.44455 79.4623 6.28743 76.6806 13.9275C76.4152 16.9301 78.1352 19.4827 79.0642 22.2725C79.8086 24.4883 80.3504 26.7679 80.6828 29.0828C81.8667 26.4283 79.3645 26.4143 79.8517 21.768C80.2952 18.1449 81.4983 16.6084 80.7597 15.0122C80.8854 15.1458 86.7979 20.8134 81.6869 27.0049C81.5664 27.956 80.7352 29.3026 80.854 30.3081C81.3464 34.6794 81.0984 39.1031 80.1206 43.3908C81.9977 41.4571 80.3354 40.4023 82.5146 36.3362C84.2485 33.1279 85.3364 32.2208 85.2299 30.4611C86.5517 33.2597 86.9359 38.7235 79.9302 44.1854C79.0093 47.8723 77.5467 51.4002 75.591 54.6523C77.669 53.8595 76.4641 51.7798 80.0245 49.3204C82.993 47.232 84.7933 47.2355 85.4778 45.6146C85.6944 47.5484 83.4104 54.1319 75.2208 55.2623C73.2188 58.4968 70.756 61.418 67.9114 63.9325C70.7786 64.1839 69.7379 62.0287 74.2308 61.0196C77.7825 60.276 79.8901 60.7014 81.1543 59.4814C79.4081 62.8356 76.3978 65.7292 67.3491 64.4142C65.0607 66.3671 62.5537 68.0444 59.879 69.4121C62.6729 70.3421 62.149 68.0057 66.7746 68.0198C70.3997 68.1007 72.3624 68.9937 73.8623 68.0936C71.9188 70.6163 67.3264 73.3851 59.3866 69.66C57.7696 70.0907 52.5521 73.7033 52.0003 71.0118C52.3408 69.2451 57.2388 68.9902 58.8208 67.735C61.0489 66.0439 59.3045 64.9627 61.2148 61.4503C62.8108 58.9259 64.2968 58.2122 64.3073 56.7689C65.1158 58.388 65.3794 63.8007 59.4791 67.4133C63.0361 65.2844 67.0767 63.8517 68.5592 59.5464C68.2903 59.0771 67.4731 56.6898 68.4387 53.7452C69.5702 50.275 70.9794 49.2448 70.5603 47.5326C71.9136 49.1147 73.9968 55.3731 68.1698 61.4204C71.5347 57.683 76.0939 54.095 75.9158 48.5874C75.488 48.2604 73.878 46.8962 73.6301 43.7987C73.3385 40.1597 74.1801 38.1398 73.1342 36.7264C75.137 37.7162 79.2981 42.8054 76.2127 50.6987C77.9257 46.2633 80.9099 41.9669 78.6765 37.1149C78.1527 36.9673 76.307 36.7458 74.9484 33.9506C73.3542 30.672 73.2581 28.0298 71.7704 27.0946C74.683 27.5833 79.4902 30.447 79.8028 39.3229C80.2292 36.3684 80.3176 33.3744 80.0665 30.3996C79.8779 27.8681 79.8185 27.179 77.6009 24.9376C73.7593 25.8042 69.8077 18.5931 67.6023 18.0675C70.9008 17.4856 75.9123 18.507 79.5705 26.7852C78.8195 22.6985 77.4036 18.7646 75.3797 15.1423\" fill=\"#536941\"/>\n<path d=\"M36.0738 50V30.1587L49.9262 50H55V22H49.9262V41.8413L36.1141 22H31V50H36.0738Z\" fill=\"#536941\"/>\n</svg>\n'),(127,277,'_astra_sites_imported_post','1'),(128,277,'_astra_sites_enable_for_batch','1'),(129,277,'_astra_sites_image_hash','090f0d3b5f79d073f27651019d06e6efe9ff68b1'),(130,277,'_elementor_source_image_hash','090f0d3b5f79d073f27651019d06e6efe9ff68b1'),(131,432,'_wp_attached_file','2021/11/contact-hero.jpg'),(132,432,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2021/11/contact-hero.jpg\";s:8:\"filesize\";i:205218;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133,432,'_wxr_import_user_slug','harshadd'),(134,432,'_astra_sites_imported_post','1'),(135,432,'_astra_sites_enable_for_batch','1'),(136,432,'_astra_sites_image_hash','569f676d3cdbabd5e20da90a977986341bc2da7e'),(137,432,'_elementor_source_image_hash','569f676d3cdbabd5e20da90a977986341bc2da7e'),(138,433,'_wp_attached_file','2021/11/header-hero-1.jpg'),(139,433,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2021/11/header-hero-1.jpg\";s:8:\"filesize\";i:266477;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(140,433,'_wxr_import_user_slug','harshadd'),(141,433,'_astra_sites_imported_post','1'),(142,433,'_astra_sites_enable_for_batch','1'),(143,433,'_astra_sites_image_hash','c8940f47a68fd44ebd88a3a128ed4f4f1eddcfce'),(144,433,'_elementor_source_image_hash','c8940f47a68fd44ebd88a3a128ed4f4f1eddcfce'),(145,535,'_wp_attached_file','2021/11/avatar_1.jpg'),(146,535,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2021/11/avatar_1.jpg\";s:8:\"filesize\";i:35990;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(374,1323,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:5619;}'),(149,535,'_astra_sites_imported_post','1'),(150,535,'_astra_sites_enable_for_batch','1'),(151,535,'_astra_sites_image_hash','095f4197f2efaf4eeaf17d5edf67aab830b226fd'),(152,535,'_elementor_source_image_hash','095f4197f2efaf4eeaf17d5edf67aab830b226fd'),(153,536,'_wp_attached_file','2021/11/avatar_2.jpg'),(154,536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2021/11/avatar_2.jpg\";s:8:\"filesize\";i:33077;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(373,1323,'_wp_attached_file','2021/11/logo-green-1.svg'),(157,536,'_astra_sites_imported_post','1'),(158,536,'_astra_sites_enable_for_batch','1'),(159,536,'_astra_sites_image_hash','c1f23e52978878cde6258050f36ae3815081253b'),(160,536,'_elementor_source_image_hash','c1f23e52978878cde6258050f36ae3815081253b'),(161,537,'_wp_attached_file','2021/11/avatar_3.jpg'),(162,537,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2021/11/avatar_3.jpg\";s:8:\"filesize\";i:28877;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(165,537,'_astra_sites_imported_post','1'),(166,537,'_astra_sites_enable_for_batch','1'),(167,537,'_astra_sites_image_hash','73ba398d29f720b5085240373d19faad3597a69b'),(168,537,'_elementor_source_image_hash','73ba398d29f720b5085240373d19faad3597a69b'),(169,538,'_wp_attached_file','2021/11/avatar_4.jpg'),(170,538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:20:\"2021/11/avatar_4.jpg\";s:8:\"filesize\";i:24301;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(173,538,'_astra_sites_imported_post','1'),(174,538,'_astra_sites_enable_for_batch','1'),(175,538,'_astra_sites_image_hash','b21cd63a23c7627081521dd509be3bbb538b76f1'),(176,538,'_elementor_source_image_hash','b21cd63a23c7627081521dd509be3bbb538b76f1'),(177,539,'_wp_attached_file','2021/11/contact-hero-1.jpg'),(178,539,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2021/11/contact-hero-1.jpg\";s:8:\"filesize\";i:213002;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(181,539,'_astra_sites_imported_post','1'),(182,539,'_astra_sites_enable_for_batch','1'),(183,539,'_astra_sites_image_hash','9458727a031d98f1e464d0378fc303c7bd6d399f'),(184,539,'_elementor_source_image_hash','9458727a031d98f1e464d0378fc303c7bd6d399f'),(185,788,'_wp_attached_file','2021/11/services-hero.jpg'),(186,788,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2021/11/services-hero.jpg\";s:8:\"filesize\";i:312337;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(533,1343,'_elementor_page_settings','a:11:{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:2:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"2e6c5c0\";s:5:\"title\";s:11:\"Hover Green\";s:5:\"color\";s:7:\"#9FCE00\";}}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:9:\"site_name\";s:11:\"Love Nature\";s:16:\"site_description\";s:41:\"Just another Astra Starter Templates site\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(189,788,'_astra_sites_imported_post','1'),(190,788,'_astra_sites_enable_for_batch','1'),(191,788,'_astra_sites_image_hash','628f103479f7db4015b8d30b1dc65152dc2038a4'),(192,788,'_elementor_source_image_hash','628f103479f7db4015b8d30b1dc65152dc2038a4'),(193,924,'_wp_attached_file','2021/11/avatar_on_home.png'),(194,924,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:26:\"2021/11/avatar_on_home.png\";s:8:\"filesize\";i:7775;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(532,1343,'_wp_page_template','default'),(197,924,'_astra_sites_imported_post','1'),(198,924,'_astra_sites_enable_for_batch','1'),(199,924,'_astra_sites_image_hash','4760172695544340a29e38c7bd0eb36b8ba41f46'),(200,924,'_elementor_source_image_hash','4760172695544340a29e38c7bd0eb36b8ba41f46'),(201,925,'_wp_attached_file','2021/11/avatar_on_about.png'),(202,925,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:27:\"2021/11/avatar_on_about.png\";s:8:\"filesize\";i:11167;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(531,1343,'_elementor_template_type','kit'),(530,1343,'_elementor_edit_mode','builder'),(205,925,'_astra_sites_imported_post','1'),(206,925,'_astra_sites_enable_for_batch','1'),(207,925,'_astra_sites_image_hash','105e11bbde929c8d24c596559e2ae5d04738de60'),(208,925,'_elementor_source_image_hash','105e11bbde929c8d24c596559e2ae5d04738de60'),(209,1315,'_wp_attached_file','2022/01/demo-screenshot.jpg'),(210,1315,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:27:\"2022/01/demo-screenshot.jpg\";s:8:\"filesize\";i:110711;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(211,1315,'_wxr_import_user_slug','harshadd'),(212,1315,'_astra_sites_imported_post','1'),(213,1315,'_astra_sites_enable_for_batch','1'),(214,1315,'_astra_sites_image_hash','d29c7899b4b83e438f96f4d146aaadaef7b7a4d9'),(215,1315,'_elementor_source_image_hash','d29c7899b4b83e438f96f4d146aaadaef7b7a4d9'),(216,1316,'_elementor_edit_mode','builder'),(217,1316,'_elementor_template_type','kit'),(218,1316,'_wp_page_template','default'),(219,1316,'_elementor_page_settings','a:11:{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:2:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"2e6c5c0\";s:5:\"title\";s:11:\"Hover Green\";s:5:\"color\";s:7:\"#9FCE00\";}}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:9:\"site_name\";s:11:\"Love Nature\";s:16:\"site_description\";s:41:\"Just another Astra Starter Templates site\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(220,1316,'_elementor_data','[]'),(221,1316,'_elementor_page_assets','a:0:{}'),(222,1316,'_elementor_version','3.4.4'),(223,1316,'_wxr_import_user_slug','harshadd'),(224,1316,'_astra_sites_imported_post','1'),(225,1316,'_astra_sites_enable_for_batch','1'),(226,1317,'_elementor_edit_mode','builder'),(227,1317,'_elementor_template_type','kit'),(228,1317,'_wp_page_template','default'),(229,1317,'_elementor_page_settings','a:46:{s:16:\"site_description\";s:29:\"Learn How To Create a Website\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:9:\"Yellow #1\";s:5:\"color\";s:7:\"#FFD936\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:8:\"Green #2\";s:5:\"color\";s:7:\"#536941\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:15:\"Yellow Hover #3\";s:5:\"color\";s:7:\"#DAB200\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:14:\"Green Hover #4\";s:5:\"color\";s:7:\"#9FCE00\";}}s:13:\"custom_colors\";a:6:{i:0;a:3:{s:3:\"_id\";s:7:\"f59c35c\";s:5:\"title\";s:21:\"Green Transparent 80%\";s:5:\"color\";s:9:\"#536941CC\";}i:1;a:3:{s:3:\"_id\";s:7:\"33aea5c\";s:5:\"title\";s:21:\"Green Transparent 50%\";s:5:\"color\";s:9:\"#53694180\";}i:2;a:3:{s:3:\"_id\";s:7:\"4e773ae\";s:5:\"title\";s:21:\"Green Transparent 30%\";s:5:\"color\";s:9:\"#5369414D\";}i:3;a:3:{s:3:\"_id\";s:7:\"a44f58b\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"2baa247\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#000000\";}i:5;a:3:{s:3:\"_id\";s:7:\"43af8c0\";s:5:\"title\";s:21:\"Green Transparent 70%\";s:5:\"color\";s:9:\"#536941B3\";}}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:9:\"site_name\";s:16:\"Create a Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_typography_typography\";s:6:\"custom\";s:30:\"body_typography_text_transform\";s:4:\"none\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:37:\"link_normal_typography_text_transform\";s:4:\"none\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:28:\"h1_typography_text_transform\";s:4:\"none\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:28:\"h2_typography_text_transform\";s:4:\"none\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:28:\"h3_typography_text_transform\";s:4:\"none\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:28:\"h4_typography_text_transform\";s:4:\"none\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:28:\"h5_typography_text_transform\";s:4:\"none\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:28:\"h6_typography_text_transform\";s:4:\"none\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"4\";s:5:\"right\";s:1:\"4\";s:6:\"bottom\";s:1:\"4\";s:4:\"left\";s:1:\"4\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:28:\"button_typography_typography\";s:6:\"custom\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:17:\"button_text_color\";s:7:\"#536941\";s:23:\"button_hover_text_color\";s:7:\"#536941\";s:11:\"__globals__\";a:12:{s:17:\"button_text_color\";s:0:\"\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:0:\"\";s:8:\"h1_color\";s:0:\"\";s:17:\"link_normal_color\";s:22:\"globals/colors?id=text\";s:10:\"body_color\";s:25:\"globals/colors?id=f59c35c\";s:8:\"h2_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h3_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h5_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h6_color\";s:27:\"globals/colors?id=secondary\";s:16:\"link_hover_color\";s:24:\"globals/colors?id=accent\";}s:32:\"link_hover_typography_typography\";s:6:\"custom\";s:37:\"link_hover_typography_text_decoration\";s:4:\"none\";s:8:\"h1_color\";s:7:\"#536941\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:10:\"body_color\";s:9:\"#536941CC\";s:17:\"link_normal_color\";s:7:\"#DAB200\";s:8:\"h2_color\";s:7:\"#536941\";s:8:\"h3_color\";s:7:\"#536941\";s:8:\"h4_color\";s:7:\"#536941\";s:8:\"h5_color\";s:7:\"#536941\";s:8:\"h6_color\";s:7:\"#536941\";s:29:\"button_typography_font_weight\";s:3:\"400\";}'),(230,1317,'_elementor_data','[]'),(231,1317,'_elementor_page_assets','a:0:{}'),(232,1317,'_elementor_version','3.4.8'),(233,1317,'_wxr_import_user_slug','harshadd'),(234,1317,'_astra_sites_imported_post','1'),(235,1317,'_astra_sites_enable_for_batch','1'),(236,1318,'_elementor_edit_mode','builder'),(237,1318,'_elementor_template_type','wp-page'),(238,1318,'_elementor_version','3.5.3'),(239,1318,'_astra_content_layout_flag','disabled'),(240,1318,'site-post-title','disabled'),(241,1318,'ast-title-bar-display','disabled'),(242,1318,'ast-featured-img','disabled'),(243,1318,'site-content-layout','page-builder'),(244,1318,'site-sidebar-layout','no-sidebar'),(245,1318,'_wp_page_template','default'),(246,1318,'_elementor_data','[{\"id\":\"ca7541c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":605,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2022\\/01\\/header-hero.jpg\",\"id\":1318,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be10890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"02500f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"we all love\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0708f7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"nature\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":117,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":98,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffe4386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Look deep into nature, and you will<br \\/>understand everything better.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b78c0f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"40\",\"bottom\":\"17\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"normal\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"28\",\"bottom\":\"15\",\"left\":\"28\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7701125\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ad04ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13ae7bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c7221f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ef970f2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"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\":false}},\"elements\":[{\"id\":\"fd27b31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"bff2ac9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-1.jpg\",\"id\":109,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54a2f8d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Web Design\",\"description_text\":\"Focus on how you can help and benefit your user. Use simple words so that you don\'t confuse people.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"e6971ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e4bc45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-2.jpg\",\"id\":110,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f07647b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Graphic Design\",\"description_text\":\"Focus on how you can help and benefit your user. Use simple words so that you don\'t confuse people.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"b809155\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b792a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-3.jpg\",\"id\":108,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d1e836\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Content Creation\",\"description_text\":\"Focus on how you can help and benefit your user. Use simple words so that you don\'t confuse people.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8ba58\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"94a6090\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"ba33ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f914229\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"center\",\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/quotes.svg\",\"id\":117,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d278a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cOriginal and with an innate understanding of their customer\\u2019s needs, the team at Love Nature are always a pleasure to work with.\\u201d\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b72f5b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_on_home.png\",\"id\":924,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c80bddd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jane Miller<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9a0a136\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae8ce41\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"4352dd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"250\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f1e5c43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABOUT US<\\/p>\",\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_color\":\"#536941B3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f514188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tell website visitors who you are and why they should choose your business.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2281324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Because when a visitor first lands on your website, you\'re a stranger to them. They have to get to know you in order to want to read your blog posts, subscribe to your email newsletter, or buy what you\'re selling.<\\/p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"text_color\":\"#536941CC\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e38931\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Out More\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#719200\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"typography_font_weight\":\"normal\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0ec8b6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":50,\"content_position_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"8869c3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/leaf.jpg\",\"id\":145,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b991a90\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/footer-hero-big.jpg\",\"id\":207,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"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_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_image_tablet\":{\"url\":\"https:\\/\\/wp3.woolearnr.com\\/wp-content\\/uploads\\/2021\\/11\\/footer-hero-big.jpg\",\"id\":207,\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/wp3.woolearnr.com\\/wp-content\\/uploads\\/2021\\/11\\/footer-hero-mobile.jpg\",\"id\":277,\"alt\":\"\",\"source\":\"library\"},\"background_position_mobile\":\"center center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47e5172\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d508b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUESTIONS?\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"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},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"049c21d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'re curious about features, a free trial, or even press, we\'re here to answer any questions.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e487c72\",\"elType\":\"widget\",\"settings\":{\"text\":\"Let\'s Talk Now\",\"align\":\"center\",\"typography_font_weight\":\"normal\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"28\",\"bottom\":\"15\",\"left\":\"28\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(247,1318,'_elementor_page_assets','a:0:{}'),(248,1318,'theme-transparent-header-meta','enabled'),(249,1318,'_yoast_wpseo_content_score','90'),(250,1318,'_yoast_wpseo_estimated-reading-time-minutes','3'),(251,1318,'ast_self_id_58719','1'),(252,1318,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(253,1318,'astra-main-page-id','58732'),(254,1318,'ast_self_id_58732','1'),(255,1318,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:6;s:11:\"header_size\";i:5;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:21:\"typography_typography\";i:6;s:20:\"typography_font_size\";i:6;s:25:\"typography_letter_spacing\";i:6;s:27:\"typography_font_size_mobile\";i:5;s:27:\"typography_font_size_tablet\";i:4;s:32:\"typography_letter_spacing_tablet\";i:1;s:32:\"typography_letter_spacing_mobile\";i:2;s:22:\"typography_line_height\";i:2;s:29:\"typography_line_height_tablet\";i:2;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:4;s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:3;s:29:\"typography_line_height_tablet\";i:1;s:10:\"text_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:5:\"align\";i:2;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:20:\"typography_font_size\";i:2;s:13:\"border_radius\";i:2;s:12:\"text_padding\";i:2;s:21:\"typography_typography\";i:3;s:22:\"typography_font_weight\";i:3;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:2;s:19:\"text_padding_tablet\";i:3;s:19:\"text_padding_mobile\";i:2;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:11;s:19:\"_inline_size_tablet\";i:5;s:16:\"content_position\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:6;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:2;s:13:\"custom_height\";i:2;s:20:\"custom_height_tablet\";i:2;s:20:\"custom_height_mobile\";i:2;s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:23:\"background_image_tablet\";i:1;s:23:\"background_image_mobile\";i:1;s:26:\"background_position_mobile\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:6;s:6:\"margin\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:1;s:5:\"align\";i:1;s:12:\"width_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:6;s:10:\"image_size\";i:6;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:8:{s:5:\"width\";i:5;s:19:\"image_border_radius\";i:4;s:7:\"opacity\";i:1;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:12:\"width_tablet\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:5:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:26:\"title_typography_font_size\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}}'),(256,1318,'_wxr_import_user_slug','harshadd'),(257,1318,'_astra_sites_imported_post','1'),(258,1318,'_astra_sites_enable_for_batch','1'),(259,1319,'_elementor_edit_mode','builder'),(260,1319,'_elementor_template_type','wp-page'),(261,1319,'_elementor_version','3.5.3'),(262,1319,'_astra_content_layout_flag','disabled'),(263,1319,'site-post-title','disabled'),(264,1319,'ast-title-bar-display','disabled'),(265,1319,'ast-featured-img','disabled'),(266,1319,'site-content-layout','page-builder'),(267,1319,'site-sidebar-layout','no-sidebar'),(268,1319,'theme-transparent-header-meta','enabled'),(269,1319,'_wp_page_template','default'),(270,1319,'_elementor_data','[{\"id\":\"c8ddeb6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/header-hero-1.jpg\",\"id\":433,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a5337e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"feefb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"about us\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034f786\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ba0c118\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dc998b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019re a highly collaborative and supportive team, coming together on every project to ensure our clients get the very best result.\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"19\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdb291\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/contact-hero.jpg\",\"id\":432,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin_mobile\":{\"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_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d762106\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"08ec54c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d35be41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"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},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h3\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fa3d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Build the best product that creates the most value for our customers, use business to inspire and implement environmentally friendly solutions.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d30d7a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6260bc9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Values\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"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},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h3\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a99000\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We strive to go above and beyond for our clients no matter the challenge. We aim to deliver our very best work every single day across our services.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e889fc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"3c8f4a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"ebb2ba7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"14b6458\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"center\",\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/quotes.svg\",\"id\":117,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"beb0353\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cLove Nature has an amazing team of hard working professionals. It has been a pleasure to meet them.\\u201d\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e74ae5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_on_about.png\",\"id\":925,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ec91cfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Emily Davis<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9e16007\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(271,1319,'_elementor_page_assets','a:0:{}'),(272,1319,'_yoast_wpseo_content_score','90'),(273,1319,'_yoast_wpseo_estimated-reading-time-minutes','2'),(274,1319,'ast_self_id_58717','1'),(275,1319,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(276,1319,'astra-main-page-id','69724'),(277,1319,'ast_self_id_58730','1'),(278,1319,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:5;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_mobile\";i:5;s:25:\"typography_letter_spacing\";i:3;s:32:\"typography_letter_spacing_mobile\";i:2;s:29:\"typography_line_height_mobile\";i:4;s:22:\"typography_line_height\";i:4;s:27:\"typography_font_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:2;s:8:\"_padding\";i:5;s:15:\"_padding_tablet\";i:2;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:7:{s:5:\"width\";i:2;s:7:\"opacity\";i:1;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:12:\"width_tablet\";i:1;s:5:\"space\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:1;}}}}}'),(279,1319,'ast_self_id_69724','1'),(280,1319,'_wxr_import_user_slug','harshadd'),(281,1319,'_astra_sites_imported_post','1'),(282,1319,'_astra_sites_enable_for_batch','1'),(283,1320,'_elementor_edit_mode','builder'),(284,1320,'_elementor_template_type','wp-page'),(285,1320,'_elementor_version','3.5.3'),(286,1320,'_astra_content_layout_flag','disabled'),(287,1320,'site-post-title','disabled'),(288,1320,'ast-title-bar-display','disabled'),(289,1320,'ast-featured-img','disabled'),(290,1320,'site-content-layout','page-builder'),(291,1320,'site-sidebar-layout','no-sidebar'),(292,1320,'theme-transparent-header-meta','enabled'),(293,1320,'_wp_page_template','default'),(294,1320,'_elementor_data','[{\"id\":\"83746e8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/services-hero.jpg\",\"id\":788,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"padding_tablet\":{\"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\":\"09faee3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c7152a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"our services\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a92bf94\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f485586\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b5d284b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-1.jpg\",\"id\":109,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7d00c84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ce1b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Design\",\"align_mobile\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"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\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c31e03f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tell your visitor how your service can improve their life. Connect with the problem that they\'re trying to solve and address any objections you think they might have.<\\/p><p>\\u00a0<\\/p><p>What is the biggest benefit your customer will get from this? Keep your target audience in mind.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3260f4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"From $99\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"1\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e85753\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a Project\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"hover_color\":\"#719200\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81b0575\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"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\":true}},\"elements\":[{\"id\":\"15cfb90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a26d886\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-2.jpg\",\"id\":110,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"97c09ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"cfc6530\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"align_mobile\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"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\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f06fcd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tell your visitor how your service can improve their life. Connect with the problem that they\'re trying to solve and address any objections you think they might have.<\\/p><p>\\u00a0<\\/p><p>What is the biggest benefit your customer will get from this? Keep your target audience in mind.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbd535e\",\"elType\":\"widget\",\"settings\":{\"title\":\"From $99\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"1\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57cdccd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a Project\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"hover_color\":\"#719200\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2400c1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"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\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7609ad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3dd6d97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-3.jpg\",\"id\":108,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"40bfc21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cce840\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Creation\",\"align_mobile\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"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\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18dff64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tell your visitor how your service can improve their life. Connect with the problem that they\'re trying to solve and address any objections you think they might have.<\\/p><p>\\u00a0<\\/p><p>What is the biggest benefit your customer will get from this? Keep your target audience in mind.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6edea01\",\"elType\":\"widget\",\"settings\":{\"title\":\"From $99\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"1\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39e0e69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a Project\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"hover_color\":\"#719200\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6186b4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1145,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"82668e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"2449e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Love Nature\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d78433\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your customers just learned what services you offer. Tell them why they should work with you or your team, for example you could highlight your experience and positive client reviews.<\\/p><p>\\u00a0<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c4c9e42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The badges illustrate this.\\u00a0 We also focus on key benefits they will get while using our services, namely quick turnaround times and dedicated support. You could also use them to show awards you won for your best work.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1b4c52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f13d7e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a96cd8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"16d3c4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-award\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"8 Years Experience\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e6d804a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"ae63931\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"title_text\":\"5 Star Rating\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65ca53d\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"487193b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"455ea8d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-sync-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Quick Turnaround\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bb8d236\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"bbb98e8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-life-ring\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Dedicated Support\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(295,1320,'_elementor_page_assets','a:0:{}'),(296,1320,'_yoast_wpseo_content_score','90'),(297,1320,'_yoast_wpseo_estimated-reading-time-minutes','2'),(298,1320,'ast_self_id_58720','1'),(299,1320,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(300,1320,'astra-main-page-id','69726'),(301,1320,'ast_self_id_58733','1'),(302,1320,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:8;s:11:\"header_size\";i:8;s:5:\"align\";i:1;s:12:\"align_mobile\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_mobile\";i:7;s:25:\"typography_letter_spacing\";i:8;s:27:\"typography_font_size_tablet\";i:6;s:22:\"typography_line_height\";i:7;s:29:\"typography_line_height_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:7;s:14:\"_margin_tablet\";i:4;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:6;s:14:\"_margin_mobile\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:13;s:16:\"content_position\";i:9;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:11;s:7:\"padding\";i:12;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;s:13:\"content_width\";i:4;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:5;s:6:\"margin\";i:6;s:13:\"margin_tablet\";i:3;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:4;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:8:\"_padding\";i:5;s:15:\"_padding_tablet\";i:5;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:4:\"link\";i:3;s:11:\"icon_indent\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:27:\"typography_font_size_tablet\";i:3;s:16:\"background_color\";i:3;s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:12:\"text_padding\";i:3;s:22:\"typography_font_weight\";i:3;s:11:\"hover_color\";i:3;s:13:\"border_radius\";i:3;s:19:\"text_padding_tablet\";i:3;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:4;s:9:\"icon_size\";i:4;s:15:\"secondary_color\";i:4;}s:21:\"section_style_content\";a:6:{s:10:\"text_align\";i:4;s:26:\"content_vertical_alignment\";i:4;s:18:\"title_bottom_space\";i:4;s:27:\"title_typography_typography\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_line_height\";i:4;}}}}}'),(303,1320,'ast_self_id_69726','1'),(304,1320,'_wxr_import_user_slug','harshadd'),(305,1320,'_astra_sites_imported_post','1'),(306,1320,'_astra_sites_enable_for_batch','1'),(307,1321,'_elementor_edit_mode','builder'),(308,1321,'_elementor_template_type','wp-page'),(309,1321,'_elementor_version','3.5.3'),(310,1321,'_astra_content_layout_flag','disabled'),(311,1321,'site-post-title','disabled'),(312,1321,'ast-title-bar-display','disabled'),(313,1321,'ast-featured-img','disabled'),(314,1321,'site-content-layout','page-builder'),(315,1321,'site-sidebar-layout','no-sidebar'),(316,1321,'theme-transparent-header-meta','enabled'),(317,1321,'_wp_page_template','default'),(318,1321,'_elementor_data','[{\"id\":\"6713cc3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/contact-hero-1.jpg\",\"id\":539,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ddcf7e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9654805\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67f828f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c2e76a9\",\"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\":\"59cf71f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"fa3a30c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29413d\",\"elType\":\"widget\",\"settings\":{\"title\":\"You can find us at\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce3153c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMAIL\",\"description_text\":\"hello@tyler.com\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"9b19864\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"PHONE NUMBER\",\"description_text\":\"202-555-0188\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1184dd7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"LOCATION\",\"description_text\":\"2360 Hood Avenue, San Diego, CA, 92123\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c7d043c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"bc2758c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"67346b3\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1e1c559\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.55,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_secondary_color\":\"#FFFFFF\",\"_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},\"__globals__\":{\"icon_primary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.55,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"hover_primary_color\":\"#536941\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_primary_color\":\"#5369415E\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"a389ae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1506722\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s get in touch\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"daf237d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"970\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"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\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d17eea\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"daba57a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93a1b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are optimists who love to work together\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cfadfcf\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"af6752f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29cfd01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_1.jpg\",\"id\":535,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8e44308\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb7302\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_2.jpg\",\"id\":536,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"aa524ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e49dfe4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_3.jpg\",\"id\":537,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6435a09\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bc7432f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_4.jpg\",\"id\":538,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(319,1321,'_elementor_page_assets','a:0:{}'),(320,1321,'_yoast_wpseo_content_score','90'),(321,1321,'_yoast_wpseo_estimated-reading-time-minutes','2'),(322,1321,'ast_self_id_58718','1'),(323,1321,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(324,1321,'astra-main-page-id','69725'),(325,1321,'ast_self_id_58731','1'),(326,1321,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:4;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:27:\"typography_font_size_mobile\";i:4;s:25:\"typography_letter_spacing\";i:4;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:9;s:19:\"_inline_size_tablet\";i:3;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:4;s:13:\"margin_mobile\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:3;s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_line_height\";i:3;s:33:\"description_typography_typography\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_line_height\";i:3;s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_tablet\";i:3;s:25:\"title_bottom_space_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:31:\"title_typography_letter_spacing\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:11:{s:10:\"icon_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:16:\"icon_size_tablet\";i:1;s:16:\"icon_size_mobile\";i:1;s:19:\"icon_padding_mobile\";i:1;s:19:\"icon_spacing_tablet\";i:1;s:19:\"icon_spacing_mobile\";i:1;s:18:\"icon_primary_color\";i:1;}s:20:\"section_social_hover\";a:2:{s:21:\"hover_secondary_color\";i:1;s:19:\"hover_primary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}}}}'),(327,1321,'ast_self_id_69725','1'),(328,1321,'_wxr_import_user_slug','harshadd'),(329,1321,'_astra_sites_imported_post','1'),(330,1321,'_astra_sites_enable_for_batch','1'),(331,91,'_wxr_import_user_slug','harshadd'),(332,91,'_astra_sites_imported_post','1'),(333,91,'_astra_sites_enable_for_batch','1'),(334,1169,'_menu_item_type','post_type'),(335,1169,'_menu_item_object_id','1318'),(336,1169,'_menu_item_object','page'),(337,1169,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(338,1169,'_wp_old_date','2021-11-26'),(339,1169,'_wxr_import_user_slug','harshadd'),(340,1169,'_astra_sites_imported_post','1'),(341,1169,'_astra_sites_enable_for_batch','1'),(342,1170,'_menu_item_type','post_type'),(343,1170,'_menu_item_object_id','1319'),(344,1170,'_menu_item_object','page'),(345,1170,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(346,1170,'_wp_old_date','2021-11-26'),(347,1170,'_wxr_import_user_slug','harshadd'),(348,1170,'_astra_sites_imported_post','1'),(349,1170,'_astra_sites_enable_for_batch','1'),(350,1171,'_menu_item_type','post_type'),(351,1171,'_menu_item_object_id','1321'),(352,1171,'_menu_item_object','page'),(353,1171,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(354,1171,'_wp_old_date','2021-11-26'),(355,1171,'_wxr_import_user_slug','harshadd'),(356,1171,'_astra_sites_imported_post','1'),(357,1171,'_astra_sites_enable_for_batch','1'),(358,1172,'_menu_item_type','post_type'),(359,1172,'_menu_item_object_id','1320'),(360,1172,'_menu_item_object','page'),(361,1172,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(362,1172,'_wp_old_date','2021-11-26'),(363,1172,'_wxr_import_user_slug','harshadd'),(364,1172,'_astra_sites_imported_post','1'),(365,1172,'_astra_sites_enable_for_batch','1'),(366,1322,'_wp_attached_file','2022/01/header-hero.jpg'),(367,1322,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:967;s:4:\"file\";s:23:\"2022/01/header-hero.jpg\";s:8:\"filesize\";i:272083;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(368,1322,'_wxr_import_user_slug','harshadd'),(369,1322,'_astra_sites_imported_post','1'),(370,1322,'_astra_sites_enable_for_batch','1'),(371,1322,'_astra_sites_image_hash','999695f05008a41d545dcb04eb28b4e46828af7d'),(372,1322,'_elementor_source_image_hash','999695f05008a41d545dcb04eb28b4e46828af7d'),(376,1323,'_wxr_import_user_slug','harshadd'),(377,1323,'_astra_sites_imported_post','1'),(378,1323,'_astra_sites_enable_for_batch','1'),(379,1323,'_astra_sites_image_hash','dae24d3dcc06af82ab4736a2e9f4b9f5a250057f'),(380,1323,'_elementor_source_image_hash','dae24d3dcc06af82ab4736a2e9f4b9f5a250057f'),(381,1324,'_wp_attached_file','2021/11/logo-white-1.svg'),(382,1324,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:5613;}'),(383,1324,'_elementor_inline_svg','<svg width=\"86\" height=\"72\" viewBox=\"0 0 86 72\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M34 71.0206C33.7025 73.6917 28.1298 70.0987 26.6839 69.6746C18.152 73.3779 14.8693 70.8383 12.3459 68.1112C13.8368 69.0086 14.392 67.8834 17.9825 67.8028C22.699 67.7467 23.5067 70.3178 26.1962 69.4257C23.5471 68.0625 21.064 66.3909 18.7971 64.4447C18.1209 64.1503 17.2008 64.4009 16.4934 64.2449C9.01821 67.1525 5.12324 59.525 5.12324 59.525C6.37544 60.7414 8.82623 60.3295 12.3442 61.0709C16.7407 62.1014 15.338 64.2467 18.2402 63.9627C15.4229 61.4557 12.9831 58.544 10.9986 55.3204C2.21931 53.6817 1.03975 48.2398 0.840853 45.7002C1.51884 47.3161 3.36601 47.4739 6.31145 49.556C9.83802 52.0097 8.56853 53.9043 10.6353 54.7105C8.69922 51.4677 7.25231 47.9499 6.34258 44.2735C5.82819 43.6858 5.34552 43.0703 4.89667 42.4298C-3.08352 39.6781 1.09164 30.5906 1.09164 30.5906C0.986136 32.3433 1.97026 33.5579 3.68598 36.7565C5.91711 40.7683 4.43661 41.5201 6.1506 43.4813C5.18119 39.2067 4.93555 34.7962 5.42419 30.4382C5.54352 29.4742 4.87246 28.5103 4.76349 27.6112C-0.944052 22.3532 5.39305 15.3216 5.51758 15.1884C4.78598 16.7798 5.21318 18.3064 5.65249 21.9186C6.2734 26.5508 4.64934 26.6507 5.59368 29.2166C5.92238 26.9085 6.45905 24.6357 7.19698 22.4268C8.11711 19.6454 9.82073 17.0988 9.55783 14.1071C7.09667 5.44199 14.3885 2.65879 14.3885 2.65879C13.1692 3.90842 13.7849 6.01685 12.7731 9.58348C11.3151 14.2876 9.56129 13.0467 9.76365 16.4871C11.8045 12.5437 14.8745 8.95077 17.9116 5.82931C20.8519 -1.70705 28.8632 0.220854 28.8632 0.220854C26.3743 0.245391 22.2269 7.70114 18.3475 6.05365C15.4226 8.51552 12.9651 11.497 11.0954 14.8519C17.436 8.39695 22.3635 8.36715 25.238 9.80607C23.0467 9.77101 17.8839 14.8659 13.7866 13.4165C11.7596 14.6872 11.0418 15.1692 10.7512 15.4636C8.79214 19.0313 7.41771 22.8977 6.68158 26.9119C10.9951 18.3239 13.5531 18.1276 17.8148 18.5114C16.1129 18.8445 16.2737 20.902 13.3438 23.0087C10.5506 25.0172 9.16177 25.1119 8.63079 25.0698C6.33912 27.478 6.43252 27.8075 6.19038 30.5153C5.94071 33.4811 6.02834 36.4662 6.45154 39.4117C7.16412 29.8195 10.9328 28.2719 14.4075 27.2203C12.9339 28.1475 13.0896 30.4732 11.5088 33.7419C10.1632 36.5251 8.07906 37.0544 7.56711 37.2016C5.34463 41.4728 8.34887 46.7044 10.0075 50.7443C7.05343 42.0231 10.7374 38.5161 13.0567 36.8143C12.019 38.2164 12.9772 39.8131 12.6883 43.441C12.4427 46.5292 10.6129 48.3011 10.1909 48.6271C9.7083 53.4381 14.961 58.2666 18.0448 61.5073C11.9913 54.8279 14.2398 49.7926 15.6061 47.6036C15.191 49.3106 16.0541 50.5725 17.7179 54.3898C18.9528 57.2238 17.8545 59.1219 17.5882 59.5881C19.0583 63.8786 23.0657 65.3123 26.5819 67.4312C20.5077 63.4369 21.0819 58.8222 21.7997 56.819C21.81 58.2579 22.91 58.2789 24.8298 61.7737C26.7324 65.5419 24.8835 65.6085 27.2322 67.7519C29.1565 68.6597 31.1525 69.4025 33.1992 69.9725C33.4292 70.0311 33.6332 70.1662 33.7785 70.3562C33.9237 70.5463 34.0017 70.7803 34 71.0206Z\" fill=\"white\"/>\n<path d=\"M72.4112 13.2349C69.4864 15.5448 63.1269 8.95602 60.8499 9.6135C64.3422 7.89422 68.9905 7.82037 75.1283 14.6746C73.2406 11.3095 70.7595 8.31904 67.8066 5.84971C64.0279 6.72869 59.1037 0.751644 57.0205 0.315672C57.0205 0.315672 65.2764 -1.94331 68.2466 5.62469C71.3129 8.76615 74.4106 12.3577 76.4728 16.3148C76.74 13.096 74.8734 13.9767 73.4328 9.39023C72.4043 5.76182 73.0346 3.69797 71.8036 2.44455C71.8036 2.44455 79.4623 6.28743 76.6806 13.9275C76.4152 16.9301 78.1352 19.4827 79.0642 22.2725C79.8086 24.4883 80.3504 26.7679 80.6828 29.0828C81.8667 26.4283 79.3645 26.4143 79.8517 21.768C80.2952 18.1449 81.4983 16.6084 80.7597 15.0122C80.8854 15.1458 86.7979 20.8134 81.6869 27.0049C81.5664 27.956 80.7352 29.3026 80.854 30.3081C81.3464 34.6794 81.0984 39.1031 80.1206 43.3908C81.9977 41.4571 80.3354 40.4023 82.5146 36.3362C84.2485 33.1279 85.3364 32.2208 85.2299 30.4611C86.5517 33.2597 86.9359 38.7235 79.9302 44.1854C79.0093 47.8723 77.5467 51.4002 75.591 54.6523C77.669 53.8595 76.4641 51.7798 80.0245 49.3204C82.993 47.232 84.7933 47.2355 85.4778 45.6146C85.6944 47.5484 83.4104 54.1319 75.2208 55.2623C73.2188 58.4968 70.756 61.418 67.9114 63.9325C70.7786 64.1839 69.7379 62.0287 74.2308 61.0196C77.7825 60.276 79.8901 60.7014 81.1543 59.4814C79.4081 62.8356 76.3978 65.7292 67.3491 64.4142C65.0607 66.3671 62.5537 68.0444 59.879 69.4121C62.6729 70.3421 62.149 68.0057 66.7746 68.0198C70.3997 68.1007 72.3624 68.9937 73.8623 68.0936C71.9188 70.6163 67.3264 73.3851 59.3866 69.66C57.7696 70.0907 52.5521 73.7033 52.0003 71.0118C52.3408 69.2451 57.2388 68.9902 58.8208 67.735C61.0489 66.0439 59.3045 64.9627 61.2148 61.4503C62.8108 58.9259 64.2968 58.2122 64.3073 56.7689C65.1158 58.388 65.3794 63.8007 59.4791 67.4133C63.0361 65.2844 67.0767 63.8517 68.5592 59.5464C68.2903 59.0771 67.4731 56.6898 68.4387 53.7452C69.5702 50.275 70.9794 49.2448 70.5603 47.5326C71.9136 49.1147 73.9968 55.3731 68.1698 61.4204C71.5347 57.683 76.0939 54.095 75.9158 48.5874C75.488 48.2604 73.878 46.8962 73.6301 43.7987C73.3385 40.1597 74.1801 38.1398 73.1342 36.7264C75.137 37.7162 79.2981 42.8054 76.2127 50.6987C77.9257 46.2633 80.9099 41.9669 78.6765 37.1149C78.1527 36.9673 76.307 36.7458 74.9484 33.9506C73.3542 30.672 73.2581 28.0298 71.7704 27.0946C74.683 27.5833 79.4902 30.447 79.8028 39.3229C80.2292 36.3684 80.3176 33.3744 80.0665 30.3996C79.8779 27.8681 79.8185 27.179 77.6009 24.9376C73.7593 25.8042 69.8077 18.5931 67.6023 18.0675C70.9008 17.4856 75.9123 18.507 79.5705 26.7852C78.8195 22.6985 77.4036 18.7646 75.3797 15.1423\" fill=\"white\"/>\n<path d=\"M36.0738 50V30.1587L49.9262 50H55V22H49.9262V41.8413L36.1141 22H31V50H36.0738Z\" fill=\"white\"/>\n</svg>\n'),(384,1324,'_wxr_import_user_slug','harshadd'),(385,1324,'_astra_sites_imported_post','1'),(386,1324,'_astra_sites_enable_for_batch','1'),(387,1324,'_astra_sites_image_hash','c0fb902f381adbb9f61d51685e31a3af31398432'),(388,1324,'_elementor_source_image_hash','c0fb902f381adbb9f61d51685e31a3af31398432'),(389,1325,'_wp_attached_file','2021/11/service-3-1.jpg'),(390,1325,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2021/11/service-3-1.jpg\";s:8:\"filesize\";i:63792;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(393,1325,'_astra_sites_imported_post','1'),(394,1325,'_astra_sites_enable_for_batch','1'),(395,1325,'_astra_sites_image_hash','62d80a1436aaac10d6f9c2d475db1a48a1050df7'),(396,1325,'_elementor_source_image_hash','62d80a1436aaac10d6f9c2d475db1a48a1050df7'),(397,1326,'_wp_attached_file','2021/11/service-1-1.jpg'),(398,1326,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2021/11/service-1-1.jpg\";s:8:\"filesize\";i:90000;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(401,1326,'_astra_sites_imported_post','1'),(402,1326,'_astra_sites_enable_for_batch','1'),(403,1326,'_astra_sites_image_hash','bb0908e48a64b70c19275e94cf8d496f9770e6ec'),(404,1326,'_elementor_source_image_hash','bb0908e48a64b70c19275e94cf8d496f9770e6ec'),(405,1327,'_wp_attached_file','2021/11/service-2-1.jpg'),(406,1327,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2021/11/service-2-1.jpg\";s:8:\"filesize\";i:99020;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(409,1327,'_astra_sites_imported_post','1'),(410,1327,'_astra_sites_enable_for_batch','1'),(411,1327,'_astra_sites_image_hash','a510094998ae07ce9b8998a77694aca32c74785d'),(412,1327,'_elementor_source_image_hash','a510094998ae07ce9b8998a77694aca32c74785d'),(413,1328,'_wp_attached_file','2021/11/quotes-1.svg'),(414,1328,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:742;}'),(415,1328,'_elementor_inline_svg','<svg width=\"46\" height=\"38\" viewBox=\"0 0 46 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6614 28.8167C20.6614 33.1133 16.7004 37.0402 11.7484 37.0402C3.56585 37.0402 0 30.9867 0 22.9061C0 13.6313 9.34862 4.68667 17.8304 0.959727L20.0961 4.60889C13.1077 7.99535 7.88433 12.5869 7.14413 20.2849H10.0352C13.1311 20.2849 16.3472 20.784 18.4942 23.0089C20.025 24.5976 20.6614 26.6202 20.6614 28.8167ZM46 28.8167C46 33.1133 42.0389 37.0402 37.087 37.0402C28.9044 37.0402 25.3385 30.9866 25.3385 22.9061C25.3385 13.6312 34.6872 4.68666 43.1689 0.959717L45.4346 4.60888C38.4462 7.99534 33.2229 12.5868 32.4827 20.2849C35.6358 20.2849 38.2518 20.1706 40.5819 21.0044C44.2108 22.3029 46 25.1081 46 28.8167Z\" fill=\"#536941\"/>\n</svg>\n'),(416,1328,'_wxr_import_user_slug','harshadd'),(417,1328,'_astra_sites_imported_post','1'),(418,1328,'_astra_sites_enable_for_batch','1'),(419,1328,'_astra_sites_image_hash','c9f26927c3947b50d8cbe400d652a67140ad7481'),(420,1328,'_elementor_source_image_hash','c9f26927c3947b50d8cbe400d652a67140ad7481'),(421,1329,'_wp_attached_file','2021/11/leaf-1.jpg'),(422,1329,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:470;s:6:\"height\";i:570;s:4:\"file\";s:18:\"2021/11/leaf-1.jpg\";s:8:\"filesize\";i:26812;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(425,1329,'_astra_sites_imported_post','1'),(426,1329,'_astra_sites_enable_for_batch','1'),(427,1329,'_astra_sites_image_hash','df6bff7b43114a45adc8e266049350ce86ac72a5'),(428,1329,'_elementor_source_image_hash','df6bff7b43114a45adc8e266049350ce86ac72a5'),(429,1330,'_wp_attached_file','2021/11/footer-hero-big-1.jpg'),(430,1330,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/11/footer-hero-big-1.jpg\";s:8:\"filesize\";i:177640;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(433,1330,'_astra_sites_imported_post','1'),(434,1330,'_astra_sites_enable_for_batch','1'),(435,1330,'_astra_sites_image_hash','75b3e247e8a3d9c35320703ad6665feeda06a9b1'),(436,1330,'_elementor_source_image_hash','75b3e247e8a3d9c35320703ad6665feeda06a9b1'),(437,1331,'_wp_attached_file','2021/11/footer-hero-mobile-1.jpg'),(438,1331,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1075;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2021/11/footer-hero-mobile-1.jpg\";s:8:\"filesize\";i:62768;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(441,1331,'_astra_sites_imported_post','1'),(442,1331,'_astra_sites_enable_for_batch','1'),(443,1331,'_astra_sites_image_hash','090f0d3b5f79d073f27651019d06e6efe9ff68b1'),(444,1331,'_elementor_source_image_hash','090f0d3b5f79d073f27651019d06e6efe9ff68b1'),(445,1332,'_wp_attached_file','2021/11/contact-hero-2.jpg'),(446,1332,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2021/11/contact-hero-2.jpg\";s:8:\"filesize\";i:205218;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(447,1332,'_wxr_import_user_slug','harshadd'),(448,1332,'_astra_sites_imported_post','1'),(449,1332,'_astra_sites_enable_for_batch','1'),(450,1332,'_astra_sites_image_hash','569f676d3cdbabd5e20da90a977986341bc2da7e'),(451,1332,'_elementor_source_image_hash','569f676d3cdbabd5e20da90a977986341bc2da7e'),(452,1333,'_wp_attached_file','2021/11/header-hero-1-1.jpg'),(453,1333,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2021/11/header-hero-1-1.jpg\";s:8:\"filesize\";i:266477;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(454,1333,'_wxr_import_user_slug','harshadd'),(455,1333,'_astra_sites_imported_post','1'),(456,1333,'_astra_sites_enable_for_batch','1'),(457,1333,'_astra_sites_image_hash','c8940f47a68fd44ebd88a3a128ed4f4f1eddcfce'),(458,1333,'_elementor_source_image_hash','c8940f47a68fd44ebd88a3a128ed4f4f1eddcfce'),(459,1334,'_wp_attached_file','2021/11/avatar_1-1.jpg'),(460,1334,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2021/11/avatar_1-1.jpg\";s:8:\"filesize\";i:35990;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(463,1334,'_astra_sites_imported_post','1'),(464,1334,'_astra_sites_enable_for_batch','1'),(465,1334,'_astra_sites_image_hash','095f4197f2efaf4eeaf17d5edf67aab830b226fd'),(466,1334,'_elementor_source_image_hash','095f4197f2efaf4eeaf17d5edf67aab830b226fd'),(467,1335,'_wp_attached_file','2021/11/avatar_2-1.jpg'),(468,1335,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2021/11/avatar_2-1.jpg\";s:8:\"filesize\";i:33077;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(471,1335,'_astra_sites_imported_post','1'),(472,1335,'_astra_sites_enable_for_batch','1'),(473,1335,'_astra_sites_image_hash','c1f23e52978878cde6258050f36ae3815081253b'),(474,1335,'_elementor_source_image_hash','c1f23e52978878cde6258050f36ae3815081253b'),(475,1336,'_wp_attached_file','2021/11/avatar_3-1.jpg'),(476,1336,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2021/11/avatar_3-1.jpg\";s:8:\"filesize\";i:28877;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(479,1336,'_astra_sites_imported_post','1'),(480,1336,'_astra_sites_enable_for_batch','1'),(481,1336,'_astra_sites_image_hash','73ba398d29f720b5085240373d19faad3597a69b'),(482,1336,'_elementor_source_image_hash','73ba398d29f720b5085240373d19faad3597a69b'),(483,1337,'_wp_attached_file','2021/11/avatar_4-1.jpg'),(484,1337,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2021/11/avatar_4-1.jpg\";s:8:\"filesize\";i:24301;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(691,1356,'_elementor_inline_svg','<svg width=\"86\" height=\"72\" viewBox=\"0 0 86 72\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M34 71.0206C33.7025 73.6917 28.1298 70.0987 26.6839 69.6746C18.152 73.3779 14.8693 70.8383 12.3459 68.1112C13.8368 69.0086 14.392 67.8834 17.9825 67.8028C22.699 67.7467 23.5067 70.3178 26.1962 69.4257C23.5471 68.0625 21.064 66.3909 18.7971 64.4447C18.1209 64.1503 17.2008 64.4009 16.4934 64.2449C9.01821 67.1525 5.12324 59.525 5.12324 59.525C6.37544 60.7414 8.82623 60.3295 12.3442 61.0709C16.7407 62.1014 15.338 64.2467 18.2402 63.9627C15.4229 61.4557 12.9831 58.544 10.9986 55.3204C2.21931 53.6817 1.03975 48.2398 0.840853 45.7002C1.51884 47.3161 3.36601 47.4739 6.31145 49.556C9.83802 52.0097 8.56853 53.9043 10.6353 54.7105C8.69922 51.4677 7.25231 47.9499 6.34258 44.2735C5.82819 43.6858 5.34552 43.0703 4.89667 42.4298C-3.08352 39.6781 1.09164 30.5906 1.09164 30.5906C0.986136 32.3433 1.97026 33.5579 3.68598 36.7565C5.91711 40.7683 4.43661 41.5201 6.1506 43.4813C5.18119 39.2067 4.93555 34.7962 5.42419 30.4382C5.54352 29.4742 4.87246 28.5103 4.76349 27.6112C-0.944052 22.3532 5.39305 15.3216 5.51758 15.1884C4.78598 16.7798 5.21318 18.3064 5.65249 21.9186C6.2734 26.5508 4.64934 26.6507 5.59368 29.2166C5.92238 26.9085 6.45905 24.6357 7.19698 22.4268C8.11711 19.6454 9.82073 17.0988 9.55783 14.1071C7.09667 5.44199 14.3885 2.65879 14.3885 2.65879C13.1692 3.90842 13.7849 6.01685 12.7731 9.58348C11.3151 14.2876 9.56129 13.0467 9.76365 16.4871C11.8045 12.5437 14.8745 8.95077 17.9116 5.82931C20.8519 -1.70705 28.8632 0.220854 28.8632 0.220854C26.3743 0.245391 22.2269 7.70114 18.3475 6.05365C15.4226 8.51552 12.9651 11.497 11.0954 14.8519C17.436 8.39695 22.3635 8.36715 25.238 9.80607C23.0467 9.77101 17.8839 14.8659 13.7866 13.4165C11.7596 14.6872 11.0418 15.1692 10.7512 15.4636C8.79214 19.0313 7.41771 22.8977 6.68158 26.9119C10.9951 18.3239 13.5531 18.1276 17.8148 18.5114C16.1129 18.8445 16.2737 20.902 13.3438 23.0087C10.5506 25.0172 9.16177 25.1119 8.63079 25.0698C6.33912 27.478 6.43252 27.8075 6.19038 30.5153C5.94071 33.4811 6.02834 36.4662 6.45154 39.4117C7.16412 29.8195 10.9328 28.2719 14.4075 27.2203C12.9339 28.1475 13.0896 30.4732 11.5088 33.7419C10.1632 36.5251 8.07906 37.0544 7.56711 37.2016C5.34463 41.4728 8.34887 46.7044 10.0075 50.7443C7.05343 42.0231 10.7374 38.5161 13.0567 36.8143C12.019 38.2164 12.9772 39.8131 12.6883 43.441C12.4427 46.5292 10.6129 48.3011 10.1909 48.6271C9.7083 53.4381 14.961 58.2666 18.0448 61.5073C11.9913 54.8279 14.2398 49.7926 15.6061 47.6036C15.191 49.3106 16.0541 50.5725 17.7179 54.3898C18.9528 57.2238 17.8545 59.1219 17.5882 59.5881C19.0583 63.8786 23.0657 65.3123 26.5819 67.4312C20.5077 63.4369 21.0819 58.8222 21.7997 56.819C21.81 58.2579 22.91 58.2789 24.8298 61.7737C26.7324 65.5419 24.8835 65.6085 27.2322 67.7519C29.1565 68.6597 31.1525 69.4025 33.1992 69.9725C33.4292 70.0311 33.6332 70.1662 33.7785 70.3562C33.9237 70.5463 34.0017 70.7803 34 71.0206Z\" fill=\"#536941\"/>\n<path d=\"M72.4112 13.2349C69.4864 15.5448 63.1269 8.95602 60.8499 9.6135C64.3422 7.89422 68.9905 7.82037 75.1283 14.6746C73.2406 11.3095 70.7595 8.31904 67.8066 5.84971C64.0279 6.72869 59.1037 0.751644 57.0205 0.315672C57.0205 0.315672 65.2764 -1.94331 68.2466 5.62469C71.3129 8.76615 74.4106 12.3577 76.4728 16.3148C76.74 13.096 74.8734 13.9767 73.4328 9.39023C72.4043 5.76182 73.0346 3.69797 71.8036 2.44455C71.8036 2.44455 79.4623 6.28743 76.6806 13.9275C76.4152 16.9301 78.1352 19.4827 79.0642 22.2725C79.8086 24.4883 80.3504 26.7679 80.6828 29.0828C81.8667 26.4283 79.3645 26.4143 79.8517 21.768C80.2952 18.1449 81.4983 16.6084 80.7597 15.0122C80.8854 15.1458 86.7979 20.8134 81.6869 27.0049C81.5664 27.956 80.7352 29.3026 80.854 30.3081C81.3464 34.6794 81.0984 39.1031 80.1206 43.3908C81.9977 41.4571 80.3354 40.4023 82.5146 36.3362C84.2485 33.1279 85.3364 32.2208 85.2299 30.4611C86.5517 33.2597 86.9359 38.7235 79.9302 44.1854C79.0093 47.8723 77.5467 51.4002 75.591 54.6523C77.669 53.8595 76.4641 51.7798 80.0245 49.3204C82.993 47.232 84.7933 47.2355 85.4778 45.6146C85.6944 47.5484 83.4104 54.1319 75.2208 55.2623C73.2188 58.4968 70.756 61.418 67.9114 63.9325C70.7786 64.1839 69.7379 62.0287 74.2308 61.0196C77.7825 60.276 79.8901 60.7014 81.1543 59.4814C79.4081 62.8356 76.3978 65.7292 67.3491 64.4142C65.0607 66.3671 62.5537 68.0444 59.879 69.4121C62.6729 70.3421 62.149 68.0057 66.7746 68.0198C70.3997 68.1007 72.3624 68.9937 73.8623 68.0936C71.9188 70.6163 67.3264 73.3851 59.3866 69.66C57.7696 70.0907 52.5521 73.7033 52.0003 71.0118C52.3408 69.2451 57.2388 68.9902 58.8208 67.735C61.0489 66.0439 59.3045 64.9627 61.2148 61.4503C62.8108 58.9259 64.2968 58.2122 64.3073 56.7689C65.1158 58.388 65.3794 63.8007 59.4791 67.4133C63.0361 65.2844 67.0767 63.8517 68.5592 59.5464C68.2903 59.0771 67.4731 56.6898 68.4387 53.7452C69.5702 50.275 70.9794 49.2448 70.5603 47.5326C71.9136 49.1147 73.9968 55.3731 68.1698 61.4204C71.5347 57.683 76.0939 54.095 75.9158 48.5874C75.488 48.2604 73.878 46.8962 73.6301 43.7987C73.3385 40.1597 74.1801 38.1398 73.1342 36.7264C75.137 37.7162 79.2981 42.8054 76.2127 50.6987C77.9257 46.2633 80.9099 41.9669 78.6765 37.1149C78.1527 36.9673 76.307 36.7458 74.9484 33.9506C73.3542 30.672 73.2581 28.0298 71.7704 27.0946C74.683 27.5833 79.4902 30.447 79.8028 39.3229C80.2292 36.3684 80.3176 33.3744 80.0665 30.3996C79.8779 27.8681 79.8185 27.179 77.6009 24.9376C73.7593 25.8042 69.8077 18.5931 67.6023 18.0675C70.9008 17.4856 75.9123 18.507 79.5705 26.7852C78.8195 22.6985 77.4036 18.7646 75.3797 15.1423\" fill=\"#536941\"/>\n<path d=\"M36.0738 50V30.1587L49.9262 50H55V22H49.9262V41.8413L36.1141 22H31V50H36.0738Z\" fill=\"#536941\"/>\n</svg>\n'),(487,1337,'_astra_sites_imported_post','1'),(488,1337,'_astra_sites_enable_for_batch','1'),(489,1337,'_astra_sites_image_hash','b21cd63a23c7627081521dd509be3bbb538b76f1'),(490,1337,'_elementor_source_image_hash','b21cd63a23c7627081521dd509be3bbb538b76f1'),(491,1338,'_wp_attached_file','2021/11/contact-hero-1-1.jpg'),(492,1338,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2021/11/contact-hero-1-1.jpg\";s:8:\"filesize\";i:213002;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(690,1356,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:5619;}'),(495,1338,'_astra_sites_imported_post','1'),(496,1338,'_astra_sites_enable_for_batch','1'),(497,1338,'_astra_sites_image_hash','9458727a031d98f1e464d0378fc303c7bd6d399f'),(498,1338,'_elementor_source_image_hash','9458727a031d98f1e464d0378fc303c7bd6d399f'),(499,1339,'_wp_attached_file','2021/11/services-hero-1.jpg'),(500,1339,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2021/11/services-hero-1.jpg\";s:8:\"filesize\";i:312337;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(689,1356,'_wp_attached_file','2021/11/logo-green-2.svg'),(503,1339,'_astra_sites_imported_post','1'),(504,1339,'_astra_sites_enable_for_batch','1'),(505,1339,'_astra_sites_image_hash','628f103479f7db4015b8d30b1dc65152dc2038a4'),(506,1339,'_elementor_source_image_hash','628f103479f7db4015b8d30b1dc65152dc2038a4'),(507,1340,'_wp_attached_file','2021/11/avatar_on_home-1.png'),(508,1340,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:28:\"2021/11/avatar_on_home-1.png\";s:8:\"filesize\";i:7775;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(688,1355,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:243907;}'),(511,1340,'_astra_sites_imported_post','1'),(512,1340,'_astra_sites_enable_for_batch','1'),(513,1340,'_astra_sites_image_hash','4760172695544340a29e38c7bd0eb36b8ba41f46'),(514,1340,'_elementor_source_image_hash','4760172695544340a29e38c7bd0eb36b8ba41f46'),(515,1341,'_wp_attached_file','2021/11/avatar_on_about-1.png'),(516,1341,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:29:\"2021/11/avatar_on_about-1.png\";s:8:\"filesize\";i:11167;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(687,1355,'_wp_attached_file','2023/05/wxr-1.xml'),(519,1341,'_astra_sites_imported_post','1'),(520,1341,'_astra_sites_enable_for_batch','1'),(521,1341,'_astra_sites_image_hash','105e11bbde929c8d24c596559e2ae5d04738de60'),(522,1341,'_elementor_source_image_hash','105e11bbde929c8d24c596559e2ae5d04738de60'),(523,1342,'_wp_attached_file','2022/01/demo-screenshot-1.jpg'),(524,1342,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:29:\"2022/01/demo-screenshot-1.jpg\";s:8:\"filesize\";i:110711;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(525,1342,'_wxr_import_user_slug','harshadd'),(526,1342,'_astra_sites_imported_post','1'),(527,1342,'_astra_sites_enable_for_batch','1'),(528,1342,'_astra_sites_image_hash','d29c7899b4b83e438f96f4d146aaadaef7b7a4d9'),(529,1342,'_elementor_source_image_hash','d29c7899b4b83e438f96f4d146aaadaef7b7a4d9'),(534,1343,'_elementor_data','[]'),(535,1343,'_elementor_page_assets','a:0:{}'),(536,1343,'_elementor_version','3.4.4'),(537,1343,'_wxr_import_user_slug','harshadd'),(538,1343,'_astra_sites_imported_post','1'),(539,1343,'_astra_sites_enable_for_batch','1'),(540,1344,'_elementor_edit_mode','builder'),(541,1344,'_elementor_template_type','kit'),(542,1344,'_wp_page_template','default'),(543,1344,'_elementor_page_settings','a:46:{s:16:\"site_description\";s:29:\"Learn How To Create a Website\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:9:\"Yellow #1\";s:5:\"color\";s:7:\"#FFD936\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:8:\"Green #2\";s:5:\"color\";s:7:\"#536941\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:15:\"Yellow Hover #3\";s:5:\"color\";s:7:\"#DAB200\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:14:\"Green Hover #4\";s:5:\"color\";s:7:\"#9FCE00\";}}s:13:\"custom_colors\";a:6:{i:0;a:3:{s:3:\"_id\";s:7:\"f59c35c\";s:5:\"title\";s:21:\"Green Transparent 80%\";s:5:\"color\";s:9:\"#536941CC\";}i:1;a:3:{s:3:\"_id\";s:7:\"33aea5c\";s:5:\"title\";s:21:\"Green Transparent 50%\";s:5:\"color\";s:9:\"#53694180\";}i:2;a:3:{s:3:\"_id\";s:7:\"4e773ae\";s:5:\"title\";s:21:\"Green Transparent 30%\";s:5:\"color\";s:9:\"#5369414D\";}i:3;a:3:{s:3:\"_id\";s:7:\"a44f58b\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"2baa247\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#000000\";}i:5;a:3:{s:3:\"_id\";s:7:\"43af8c0\";s:5:\"title\";s:21:\"Green Transparent 70%\";s:5:\"color\";s:9:\"#536941B3\";}}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:9:\"site_name\";s:16:\"Create a Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_typography_typography\";s:6:\"custom\";s:30:\"body_typography_text_transform\";s:4:\"none\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:37:\"link_normal_typography_text_transform\";s:4:\"none\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:28:\"h1_typography_text_transform\";s:4:\"none\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:28:\"h2_typography_text_transform\";s:4:\"none\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:28:\"h3_typography_text_transform\";s:4:\"none\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:28:\"h4_typography_text_transform\";s:4:\"none\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:28:\"h5_typography_text_transform\";s:4:\"none\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:28:\"h6_typography_text_transform\";s:4:\"none\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"4\";s:5:\"right\";s:1:\"4\";s:6:\"bottom\";s:1:\"4\";s:4:\"left\";s:1:\"4\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:28:\"button_typography_typography\";s:6:\"custom\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:17:\"button_text_color\";s:7:\"#536941\";s:23:\"button_hover_text_color\";s:7:\"#536941\";s:11:\"__globals__\";a:12:{s:17:\"button_text_color\";s:0:\"\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:0:\"\";s:8:\"h1_color\";s:0:\"\";s:17:\"link_normal_color\";s:22:\"globals/colors?id=text\";s:10:\"body_color\";s:25:\"globals/colors?id=f59c35c\";s:8:\"h2_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h3_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h5_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h6_color\";s:27:\"globals/colors?id=secondary\";s:16:\"link_hover_color\";s:24:\"globals/colors?id=accent\";}s:32:\"link_hover_typography_typography\";s:6:\"custom\";s:37:\"link_hover_typography_text_decoration\";s:4:\"none\";s:8:\"h1_color\";s:7:\"#536941\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:10:\"body_color\";s:9:\"#536941CC\";s:17:\"link_normal_color\";s:7:\"#DAB200\";s:8:\"h2_color\";s:7:\"#536941\";s:8:\"h3_color\";s:7:\"#536941\";s:8:\"h4_color\";s:7:\"#536941\";s:8:\"h5_color\";s:7:\"#536941\";s:8:\"h6_color\";s:7:\"#536941\";s:29:\"button_typography_font_weight\";s:3:\"400\";}'),(544,1344,'_elementor_data','[]'),(545,1344,'_elementor_page_assets','a:0:{}'),(546,1344,'_elementor_version','3.4.8'),(547,1344,'_wxr_import_user_slug','harshadd'),(548,1344,'_astra_sites_imported_post','1'),(549,1344,'_astra_sites_enable_for_batch','1'),(550,1345,'_elementor_edit_mode','builder'),(551,1345,'_elementor_template_type','wp-page'),(552,1345,'_elementor_version','3.5.3'),(553,1345,'_astra_content_layout_flag','disabled'),(554,1345,'site-post-title','disabled'),(555,1345,'ast-title-bar-display','disabled'),(556,1345,'ast-featured-img','disabled'),(557,1345,'site-content-layout','page-builder'),(558,1345,'site-sidebar-layout','no-sidebar'),(559,1345,'_wp_page_template','default'),(560,1345,'_elementor_data','[{\"id\":\"ca7541c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":605,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2022\\/01\\/header-hero.jpg\",\"id\":1318,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be10890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"02500f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"we all love\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0708f7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"nature\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":117,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":98,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffe4386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Look deep into nature, and you will<br \\/>understand everything better.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b78c0f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"40\",\"bottom\":\"17\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"normal\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"28\",\"bottom\":\"15\",\"left\":\"28\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7701125\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ad04ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13ae7bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c7221f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ef970f2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"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\":false}},\"elements\":[{\"id\":\"fd27b31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"bff2ac9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-1.jpg\",\"id\":109,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54a2f8d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Web Design\",\"description_text\":\"Focus on how you can help and benefit your user. Use simple words so that you don\'t confuse people.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"e6971ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e4bc45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-2.jpg\",\"id\":110,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f07647b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Graphic Design\",\"description_text\":\"Focus on how you can help and benefit your user. Use simple words so that you don\'t confuse people.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"b809155\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b792a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-3.jpg\",\"id\":108,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d1e836\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Content Creation\",\"description_text\":\"Focus on how you can help and benefit your user. Use simple words so that you don\'t confuse people.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8ba58\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"94a6090\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"ba33ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f914229\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"center\",\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/quotes.svg\",\"id\":117,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d278a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cOriginal and with an innate understanding of their customer\\u2019s needs, the team at Love Nature are always a pleasure to work with.\\u201d\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b72f5b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_on_home.png\",\"id\":924,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c80bddd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jane Miller<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9a0a136\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae8ce41\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"4352dd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"250\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f1e5c43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABOUT US<\\/p>\",\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_color\":\"#536941B3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f514188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tell website visitors who you are and why they should choose your business.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2281324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Because when a visitor first lands on your website, you\'re a stranger to them. They have to get to know you in order to want to read your blog posts, subscribe to your email newsletter, or buy what you\'re selling.<\\/p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"text_color\":\"#536941CC\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e38931\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Out More\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#719200\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"typography_font_weight\":\"normal\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0ec8b6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":50,\"content_position_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"8869c3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/leaf.jpg\",\"id\":145,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b991a90\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/footer-hero-big.jpg\",\"id\":207,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"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_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_image_tablet\":{\"url\":\"https:\\/\\/wp3.woolearnr.com\\/wp-content\\/uploads\\/2021\\/11\\/footer-hero-big.jpg\",\"id\":207,\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/wp3.woolearnr.com\\/wp-content\\/uploads\\/2021\\/11\\/footer-hero-mobile.jpg\",\"id\":277,\"alt\":\"\",\"source\":\"library\"},\"background_position_mobile\":\"center center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47e5172\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d508b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUESTIONS?\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"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},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"049c21d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'re curious about features, a free trial, or even press, we\'re here to answer any questions.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e487c72\",\"elType\":\"widget\",\"settings\":{\"text\":\"Let\'s Talk Now\",\"align\":\"center\",\"typography_font_weight\":\"normal\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"28\",\"bottom\":\"15\",\"left\":\"28\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(561,1345,'_elementor_page_assets','a:0:{}'),(562,1345,'theme-transparent-header-meta','enabled'),(563,1345,'_yoast_wpseo_content_score','90'),(564,1345,'_yoast_wpseo_estimated-reading-time-minutes','3'),(565,1345,'ast_self_id_58719','1'),(566,1345,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(567,1345,'astra-main-page-id','58732'),(568,1345,'ast_self_id_58732','1'),(569,1345,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:6;s:11:\"header_size\";i:5;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:21:\"typography_typography\";i:6;s:20:\"typography_font_size\";i:6;s:25:\"typography_letter_spacing\";i:6;s:27:\"typography_font_size_mobile\";i:5;s:27:\"typography_font_size_tablet\";i:4;s:32:\"typography_letter_spacing_tablet\";i:1;s:32:\"typography_letter_spacing_mobile\";i:2;s:22:\"typography_line_height\";i:2;s:29:\"typography_line_height_tablet\";i:2;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:4;s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:3;s:29:\"typography_line_height_tablet\";i:1;s:10:\"text_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:5:\"align\";i:2;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:20:\"typography_font_size\";i:2;s:13:\"border_radius\";i:2;s:12:\"text_padding\";i:2;s:21:\"typography_typography\";i:3;s:22:\"typography_font_weight\";i:3;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:2;s:19:\"text_padding_tablet\";i:3;s:19:\"text_padding_mobile\";i:2;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:11;s:19:\"_inline_size_tablet\";i:5;s:16:\"content_position\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:6;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:2;s:13:\"custom_height\";i:2;s:20:\"custom_height_tablet\";i:2;s:20:\"custom_height_mobile\";i:2;s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:23:\"background_image_tablet\";i:1;s:23:\"background_image_mobile\";i:1;s:26:\"background_position_mobile\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:6;s:6:\"margin\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:1;s:5:\"align\";i:1;s:12:\"width_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:6;s:10:\"image_size\";i:6;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:8:{s:5:\"width\";i:5;s:19:\"image_border_radius\";i:4;s:7:\"opacity\";i:1;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:12:\"width_tablet\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:5:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:26:\"title_typography_font_size\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}}'),(570,1345,'_wxr_import_user_slug','harshadd'),(571,1345,'_astra_sites_imported_post','1'),(572,1345,'_astra_sites_enable_for_batch','1'),(573,1346,'_elementor_edit_mode','builder'),(574,1346,'_elementor_template_type','wp-page'),(575,1346,'_elementor_version','3.5.3'),(576,1346,'_astra_content_layout_flag','disabled'),(577,1346,'site-post-title','disabled'),(578,1346,'ast-title-bar-display','disabled'),(579,1346,'ast-featured-img','disabled'),(580,1346,'site-content-layout','page-builder'),(581,1346,'site-sidebar-layout','no-sidebar'),(582,1346,'theme-transparent-header-meta','enabled'),(583,1346,'_wp_page_template','default'),(584,1346,'_elementor_data','[{\"id\":\"c8ddeb6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/header-hero-1.jpg\",\"id\":433,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a5337e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"feefb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"about us\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034f786\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ba0c118\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dc998b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019re a highly collaborative and supportive team, coming together on every project to ensure our clients get the very best result.\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"19\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdb291\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/contact-hero.jpg\",\"id\":432,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin_mobile\":{\"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_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d762106\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"08ec54c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d35be41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"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},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h3\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fa3d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Build the best product that creates the most value for our customers, use business to inspire and implement environmentally friendly solutions.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d30d7a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6260bc9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Values\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"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},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h3\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a99000\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We strive to go above and beyond for our clients no matter the challenge. We aim to deliver our very best work every single day across our services.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e889fc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"3c8f4a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"ebb2ba7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"14b6458\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"center\",\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/quotes.svg\",\"id\":117,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"beb0353\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cLove Nature has an amazing team of hard working professionals. It has been a pleasure to meet them.\\u201d\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e74ae5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_on_about.png\",\"id\":925,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ec91cfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Emily Davis<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9e16007\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(585,1346,'_elementor_page_assets','a:0:{}'),(586,1346,'_yoast_wpseo_content_score','90'),(587,1346,'_yoast_wpseo_estimated-reading-time-minutes','2'),(588,1346,'ast_self_id_58717','1'),(589,1346,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(590,1346,'astra-main-page-id','69724'),(591,1346,'ast_self_id_58730','1'),(592,1346,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:5;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_mobile\";i:5;s:25:\"typography_letter_spacing\";i:3;s:32:\"typography_letter_spacing_mobile\";i:2;s:29:\"typography_line_height_mobile\";i:4;s:22:\"typography_line_height\";i:4;s:27:\"typography_font_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:2;s:8:\"_padding\";i:5;s:15:\"_padding_tablet\";i:2;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:7:{s:5:\"width\";i:2;s:7:\"opacity\";i:1;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:12:\"width_tablet\";i:1;s:5:\"space\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:1;}}}}}'),(593,1346,'ast_self_id_69724','1'),(594,1346,'_wxr_import_user_slug','harshadd'),(595,1346,'_astra_sites_imported_post','1'),(596,1346,'_astra_sites_enable_for_batch','1'),(597,1347,'_elementor_edit_mode','builder'),(598,1347,'_elementor_template_type','wp-page'),(599,1347,'_elementor_version','3.5.3'),(600,1347,'_astra_content_layout_flag','disabled'),(601,1347,'site-post-title','disabled'),(602,1347,'ast-title-bar-display','disabled'),(603,1347,'ast-featured-img','disabled'),(604,1347,'site-content-layout','page-builder'),(605,1347,'site-sidebar-layout','no-sidebar'),(606,1347,'theme-transparent-header-meta','enabled'),(607,1347,'_wp_page_template','default'),(608,1347,'_elementor_data','[{\"id\":\"83746e8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/services-hero.jpg\",\"id\":788,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"padding_tablet\":{\"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\":\"09faee3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c7152a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"our services\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a92bf94\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f485586\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b5d284b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-1.jpg\",\"id\":109,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7d00c84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ce1b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Design\",\"align_mobile\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"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\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c31e03f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tell your visitor how your service can improve their life. Connect with the problem that they\'re trying to solve and address any objections you think they might have.<\\/p><p>\\u00a0<\\/p><p>What is the biggest benefit your customer will get from this? Keep your target audience in mind.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3260f4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"From $99\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"1\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e85753\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a Project\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"hover_color\":\"#719200\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81b0575\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"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\":true}},\"elements\":[{\"id\":\"15cfb90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a26d886\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-2.jpg\",\"id\":110,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"97c09ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"cfc6530\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"align_mobile\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"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\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f06fcd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tell your visitor how your service can improve their life. Connect with the problem that they\'re trying to solve and address any objections you think they might have.<\\/p><p>\\u00a0<\\/p><p>What is the biggest benefit your customer will get from this? Keep your target audience in mind.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbd535e\",\"elType\":\"widget\",\"settings\":{\"title\":\"From $99\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"1\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57cdccd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a Project\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"hover_color\":\"#719200\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2400c1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"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\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7609ad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3dd6d97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-3.jpg\",\"id\":108,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"40bfc21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cce840\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Creation\",\"align_mobile\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"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\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18dff64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tell your visitor how your service can improve their life. Connect with the problem that they\'re trying to solve and address any objections you think they might have.<\\/p><p>\\u00a0<\\/p><p>What is the biggest benefit your customer will get from this? Keep your target audience in mind.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6edea01\",\"elType\":\"widget\",\"settings\":{\"title\":\"From $99\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"1\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39e0e69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a Project\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"hover_color\":\"#719200\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6186b4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1145,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"82668e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"2449e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Love Nature\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d78433\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your customers just learned what services you offer. Tell them why they should work with you or your team, for example you could highlight your experience and positive client reviews.<\\/p><p>\\u00a0<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c4c9e42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The badges illustrate this.\\u00a0 We also focus on key benefits they will get while using our services, namely quick turnaround times and dedicated support. You could also use them to show awards you won for your best work.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1b4c52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f13d7e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a96cd8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"16d3c4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-award\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"8 Years Experience\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e6d804a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"ae63931\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"title_text\":\"5 Star Rating\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65ca53d\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"487193b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"455ea8d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-sync-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Quick Turnaround\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bb8d236\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"bbb98e8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-life-ring\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Dedicated Support\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(609,1347,'_elementor_page_assets','a:0:{}'),(610,1347,'_yoast_wpseo_content_score','90'),(611,1347,'_yoast_wpseo_estimated-reading-time-minutes','2'),(612,1347,'ast_self_id_58720','1'),(613,1347,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(614,1347,'astra-main-page-id','69726'),(615,1347,'ast_self_id_58733','1'),(616,1347,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:8;s:11:\"header_size\";i:8;s:5:\"align\";i:1;s:12:\"align_mobile\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_mobile\";i:7;s:25:\"typography_letter_spacing\";i:8;s:27:\"typography_font_size_tablet\";i:6;s:22:\"typography_line_height\";i:7;s:29:\"typography_line_height_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:7;s:14:\"_margin_tablet\";i:4;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:6;s:14:\"_margin_mobile\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:13;s:16:\"content_position\";i:9;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:11;s:7:\"padding\";i:12;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;s:13:\"content_width\";i:4;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:5;s:6:\"margin\";i:6;s:13:\"margin_tablet\";i:3;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:4;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:8:\"_padding\";i:5;s:15:\"_padding_tablet\";i:5;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:4:\"link\";i:3;s:11:\"icon_indent\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:27:\"typography_font_size_tablet\";i:3;s:16:\"background_color\";i:3;s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:12:\"text_padding\";i:3;s:22:\"typography_font_weight\";i:3;s:11:\"hover_color\";i:3;s:13:\"border_radius\";i:3;s:19:\"text_padding_tablet\";i:3;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:4;s:9:\"icon_size\";i:4;s:15:\"secondary_color\";i:4;}s:21:\"section_style_content\";a:6:{s:10:\"text_align\";i:4;s:26:\"content_vertical_alignment\";i:4;s:18:\"title_bottom_space\";i:4;s:27:\"title_typography_typography\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_line_height\";i:4;}}}}}'),(617,1347,'ast_self_id_69726','1'),(618,1347,'_wxr_import_user_slug','harshadd'),(619,1347,'_astra_sites_imported_post','1'),(620,1347,'_astra_sites_enable_for_batch','1'),(621,1348,'_elementor_edit_mode','builder'),(622,1348,'_elementor_template_type','wp-page'),(623,1348,'_elementor_version','3.5.3'),(624,1348,'_astra_content_layout_flag','disabled'),(625,1348,'site-post-title','disabled'),(626,1348,'ast-title-bar-display','disabled'),(627,1348,'ast-featured-img','disabled'),(628,1348,'site-content-layout','page-builder'),(629,1348,'site-sidebar-layout','no-sidebar'),(630,1348,'theme-transparent-header-meta','enabled'),(631,1348,'_wp_page_template','default'),(632,1348,'_elementor_data','[{\"id\":\"6713cc3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/contact-hero-1.jpg\",\"id\":539,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ddcf7e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9654805\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67f828f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c2e76a9\",\"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\":\"59cf71f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"fa3a30c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29413d\",\"elType\":\"widget\",\"settings\":{\"title\":\"You can find us at\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce3153c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMAIL\",\"description_text\":\"hello@tyler.com\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"9b19864\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"PHONE NUMBER\",\"description_text\":\"202-555-0188\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1184dd7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"LOCATION\",\"description_text\":\"2360 Hood Avenue, San Diego, CA, 92123\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c7d043c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"bc2758c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"67346b3\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1e1c559\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.55,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_secondary_color\":\"#FFFFFF\",\"_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},\"__globals__\":{\"icon_primary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.55,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"hover_primary_color\":\"#536941\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_primary_color\":\"#5369415E\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"a389ae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1506722\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s get in touch\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"daf237d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"970\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"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\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d17eea\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"daba57a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93a1b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are optimists who love to work together\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cfadfcf\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"af6752f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29cfd01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_1.jpg\",\"id\":535,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8e44308\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb7302\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_2.jpg\",\"id\":536,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"aa524ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e49dfe4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_3.jpg\",\"id\":537,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6435a09\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bc7432f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_4.jpg\",\"id\":538,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(633,1348,'_elementor_page_assets','a:0:{}'),(634,1348,'_yoast_wpseo_content_score','90'),(635,1348,'_yoast_wpseo_estimated-reading-time-minutes','2'),(636,1348,'ast_self_id_58718','1'),(637,1348,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(638,1348,'astra-main-page-id','69725'),(639,1348,'ast_self_id_58731','1'),(640,1348,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:4;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:27:\"typography_font_size_mobile\";i:4;s:25:\"typography_letter_spacing\";i:4;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:9;s:19:\"_inline_size_tablet\";i:3;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:4;s:13:\"margin_mobile\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:3;s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_line_height\";i:3;s:33:\"description_typography_typography\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_line_height\";i:3;s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_tablet\";i:3;s:25:\"title_bottom_space_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:31:\"title_typography_letter_spacing\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:11:{s:10:\"icon_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:16:\"icon_size_tablet\";i:1;s:16:\"icon_size_mobile\";i:1;s:19:\"icon_padding_mobile\";i:1;s:19:\"icon_spacing_tablet\";i:1;s:19:\"icon_spacing_mobile\";i:1;s:18:\"icon_primary_color\";i:1;}s:20:\"section_social_hover\";a:2:{s:21:\"hover_secondary_color\";i:1;s:19:\"hover_primary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}}}}'),(641,1348,'ast_self_id_69725','1'),(642,1348,'_wxr_import_user_slug','harshadd'),(643,1348,'_astra_sites_imported_post','1'),(644,1348,'_astra_sites_enable_for_batch','1'),(645,1349,'_wxr_import_user_slug','harshadd'),(646,1349,'_astra_sites_imported_post','1'),(647,1349,'_astra_sites_enable_for_batch','1'),(648,1350,'_menu_item_type','post_type'),(649,1350,'_menu_item_object_id','1345'),(650,1350,'_menu_item_object','page'),(651,1350,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(652,1350,'_wp_old_date','2021-11-26'),(653,1350,'_wxr_import_user_slug','harshadd'),(654,1350,'_astra_sites_imported_post','1'),(655,1350,'_astra_sites_enable_for_batch','1'),(656,1351,'_menu_item_type','post_type'),(657,1351,'_menu_item_object_id','1346'),(658,1351,'_menu_item_object','page'),(659,1351,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(660,1351,'_wp_old_date','2021-11-26'),(661,1351,'_wxr_import_user_slug','harshadd'),(662,1351,'_astra_sites_imported_post','1'),(663,1351,'_astra_sites_enable_for_batch','1'),(664,1352,'_menu_item_type','post_type'),(665,1352,'_menu_item_object_id','1348'),(666,1352,'_menu_item_object','page'),(667,1352,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(668,1352,'_wp_old_date','2021-11-26'),(669,1352,'_wxr_import_user_slug','harshadd'),(670,1352,'_astra_sites_imported_post','1'),(671,1352,'_astra_sites_enable_for_batch','1'),(672,1353,'_menu_item_type','post_type'),(673,1353,'_menu_item_object_id','1347'),(674,1353,'_menu_item_object','page'),(675,1353,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(676,1353,'_wp_old_date','2021-11-26'),(677,1353,'_wxr_import_user_slug','harshadd'),(678,1353,'_astra_sites_imported_post','1'),(679,1353,'_astra_sites_enable_for_batch','1'),(680,1354,'_wp_attached_file','2022/01/header-hero-1.jpg'),(681,1354,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:967;s:4:\"file\";s:25:\"2022/01/header-hero-1.jpg\";s:8:\"filesize\";i:272083;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(682,1354,'_wxr_import_user_slug','harshadd'),(683,1354,'_astra_sites_imported_post','1'),(684,1354,'_astra_sites_enable_for_batch','1'),(685,1354,'_astra_sites_image_hash','999695f05008a41d545dcb04eb28b4e46828af7d'),(686,1354,'_elementor_source_image_hash','999695f05008a41d545dcb04eb28b4e46828af7d'),(692,1356,'_wxr_import_user_slug','harshadd'),(693,1356,'_astra_sites_imported_post','1'),(694,1356,'_astra_sites_enable_for_batch','1'),(695,1356,'_astra_sites_image_hash','dae24d3dcc06af82ab4736a2e9f4b9f5a250057f'),(696,1356,'_elementor_source_image_hash','dae24d3dcc06af82ab4736a2e9f4b9f5a250057f'),(697,1357,'_wp_attached_file','2021/11/logo-white-2.svg'),(698,1357,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:5613;}'),(699,1357,'_elementor_inline_svg','<svg width=\"86\" height=\"72\" viewBox=\"0 0 86 72\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M34 71.0206C33.7025 73.6917 28.1298 70.0987 26.6839 69.6746C18.152 73.3779 14.8693 70.8383 12.3459 68.1112C13.8368 69.0086 14.392 67.8834 17.9825 67.8028C22.699 67.7467 23.5067 70.3178 26.1962 69.4257C23.5471 68.0625 21.064 66.3909 18.7971 64.4447C18.1209 64.1503 17.2008 64.4009 16.4934 64.2449C9.01821 67.1525 5.12324 59.525 5.12324 59.525C6.37544 60.7414 8.82623 60.3295 12.3442 61.0709C16.7407 62.1014 15.338 64.2467 18.2402 63.9627C15.4229 61.4557 12.9831 58.544 10.9986 55.3204C2.21931 53.6817 1.03975 48.2398 0.840853 45.7002C1.51884 47.3161 3.36601 47.4739 6.31145 49.556C9.83802 52.0097 8.56853 53.9043 10.6353 54.7105C8.69922 51.4677 7.25231 47.9499 6.34258 44.2735C5.82819 43.6858 5.34552 43.0703 4.89667 42.4298C-3.08352 39.6781 1.09164 30.5906 1.09164 30.5906C0.986136 32.3433 1.97026 33.5579 3.68598 36.7565C5.91711 40.7683 4.43661 41.5201 6.1506 43.4813C5.18119 39.2067 4.93555 34.7962 5.42419 30.4382C5.54352 29.4742 4.87246 28.5103 4.76349 27.6112C-0.944052 22.3532 5.39305 15.3216 5.51758 15.1884C4.78598 16.7798 5.21318 18.3064 5.65249 21.9186C6.2734 26.5508 4.64934 26.6507 5.59368 29.2166C5.92238 26.9085 6.45905 24.6357 7.19698 22.4268C8.11711 19.6454 9.82073 17.0988 9.55783 14.1071C7.09667 5.44199 14.3885 2.65879 14.3885 2.65879C13.1692 3.90842 13.7849 6.01685 12.7731 9.58348C11.3151 14.2876 9.56129 13.0467 9.76365 16.4871C11.8045 12.5437 14.8745 8.95077 17.9116 5.82931C20.8519 -1.70705 28.8632 0.220854 28.8632 0.220854C26.3743 0.245391 22.2269 7.70114 18.3475 6.05365C15.4226 8.51552 12.9651 11.497 11.0954 14.8519C17.436 8.39695 22.3635 8.36715 25.238 9.80607C23.0467 9.77101 17.8839 14.8659 13.7866 13.4165C11.7596 14.6872 11.0418 15.1692 10.7512 15.4636C8.79214 19.0313 7.41771 22.8977 6.68158 26.9119C10.9951 18.3239 13.5531 18.1276 17.8148 18.5114C16.1129 18.8445 16.2737 20.902 13.3438 23.0087C10.5506 25.0172 9.16177 25.1119 8.63079 25.0698C6.33912 27.478 6.43252 27.8075 6.19038 30.5153C5.94071 33.4811 6.02834 36.4662 6.45154 39.4117C7.16412 29.8195 10.9328 28.2719 14.4075 27.2203C12.9339 28.1475 13.0896 30.4732 11.5088 33.7419C10.1632 36.5251 8.07906 37.0544 7.56711 37.2016C5.34463 41.4728 8.34887 46.7044 10.0075 50.7443C7.05343 42.0231 10.7374 38.5161 13.0567 36.8143C12.019 38.2164 12.9772 39.8131 12.6883 43.441C12.4427 46.5292 10.6129 48.3011 10.1909 48.6271C9.7083 53.4381 14.961 58.2666 18.0448 61.5073C11.9913 54.8279 14.2398 49.7926 15.6061 47.6036C15.191 49.3106 16.0541 50.5725 17.7179 54.3898C18.9528 57.2238 17.8545 59.1219 17.5882 59.5881C19.0583 63.8786 23.0657 65.3123 26.5819 67.4312C20.5077 63.4369 21.0819 58.8222 21.7997 56.819C21.81 58.2579 22.91 58.2789 24.8298 61.7737C26.7324 65.5419 24.8835 65.6085 27.2322 67.7519C29.1565 68.6597 31.1525 69.4025 33.1992 69.9725C33.4292 70.0311 33.6332 70.1662 33.7785 70.3562C33.9237 70.5463 34.0017 70.7803 34 71.0206Z\" fill=\"white\"/>\n<path d=\"M72.4112 13.2349C69.4864 15.5448 63.1269 8.95602 60.8499 9.6135C64.3422 7.89422 68.9905 7.82037 75.1283 14.6746C73.2406 11.3095 70.7595 8.31904 67.8066 5.84971C64.0279 6.72869 59.1037 0.751644 57.0205 0.315672C57.0205 0.315672 65.2764 -1.94331 68.2466 5.62469C71.3129 8.76615 74.4106 12.3577 76.4728 16.3148C76.74 13.096 74.8734 13.9767 73.4328 9.39023C72.4043 5.76182 73.0346 3.69797 71.8036 2.44455C71.8036 2.44455 79.4623 6.28743 76.6806 13.9275C76.4152 16.9301 78.1352 19.4827 79.0642 22.2725C79.8086 24.4883 80.3504 26.7679 80.6828 29.0828C81.8667 26.4283 79.3645 26.4143 79.8517 21.768C80.2952 18.1449 81.4983 16.6084 80.7597 15.0122C80.8854 15.1458 86.7979 20.8134 81.6869 27.0049C81.5664 27.956 80.7352 29.3026 80.854 30.3081C81.3464 34.6794 81.0984 39.1031 80.1206 43.3908C81.9977 41.4571 80.3354 40.4023 82.5146 36.3362C84.2485 33.1279 85.3364 32.2208 85.2299 30.4611C86.5517 33.2597 86.9359 38.7235 79.9302 44.1854C79.0093 47.8723 77.5467 51.4002 75.591 54.6523C77.669 53.8595 76.4641 51.7798 80.0245 49.3204C82.993 47.232 84.7933 47.2355 85.4778 45.6146C85.6944 47.5484 83.4104 54.1319 75.2208 55.2623C73.2188 58.4968 70.756 61.418 67.9114 63.9325C70.7786 64.1839 69.7379 62.0287 74.2308 61.0196C77.7825 60.276 79.8901 60.7014 81.1543 59.4814C79.4081 62.8356 76.3978 65.7292 67.3491 64.4142C65.0607 66.3671 62.5537 68.0444 59.879 69.4121C62.6729 70.3421 62.149 68.0057 66.7746 68.0198C70.3997 68.1007 72.3624 68.9937 73.8623 68.0936C71.9188 70.6163 67.3264 73.3851 59.3866 69.66C57.7696 70.0907 52.5521 73.7033 52.0003 71.0118C52.3408 69.2451 57.2388 68.9902 58.8208 67.735C61.0489 66.0439 59.3045 64.9627 61.2148 61.4503C62.8108 58.9259 64.2968 58.2122 64.3073 56.7689C65.1158 58.388 65.3794 63.8007 59.4791 67.4133C63.0361 65.2844 67.0767 63.8517 68.5592 59.5464C68.2903 59.0771 67.4731 56.6898 68.4387 53.7452C69.5702 50.275 70.9794 49.2448 70.5603 47.5326C71.9136 49.1147 73.9968 55.3731 68.1698 61.4204C71.5347 57.683 76.0939 54.095 75.9158 48.5874C75.488 48.2604 73.878 46.8962 73.6301 43.7987C73.3385 40.1597 74.1801 38.1398 73.1342 36.7264C75.137 37.7162 79.2981 42.8054 76.2127 50.6987C77.9257 46.2633 80.9099 41.9669 78.6765 37.1149C78.1527 36.9673 76.307 36.7458 74.9484 33.9506C73.3542 30.672 73.2581 28.0298 71.7704 27.0946C74.683 27.5833 79.4902 30.447 79.8028 39.3229C80.2292 36.3684 80.3176 33.3744 80.0665 30.3996C79.8779 27.8681 79.8185 27.179 77.6009 24.9376C73.7593 25.8042 69.8077 18.5931 67.6023 18.0675C70.9008 17.4856 75.9123 18.507 79.5705 26.7852C78.8195 22.6985 77.4036 18.7646 75.3797 15.1423\" fill=\"white\"/>\n<path d=\"M36.0738 50V30.1587L49.9262 50H55V22H49.9262V41.8413L36.1141 22H31V50H36.0738Z\" fill=\"white\"/>\n</svg>\n'),(700,1357,'_wxr_import_user_slug','harshadd'),(701,1357,'_astra_sites_imported_post','1'),(702,1357,'_astra_sites_enable_for_batch','1'),(703,1357,'_astra_sites_image_hash','c0fb902f381adbb9f61d51685e31a3af31398432'),(704,1357,'_elementor_source_image_hash','c0fb902f381adbb9f61d51685e31a3af31398432'),(705,1358,'_wp_attached_file','2021/11/service-3-2.jpg'),(706,1358,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2021/11/service-3-2.jpg\";s:8:\"filesize\";i:63792;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1013,58,'_astra_sites_image_hash','997282218f92ab02c59763576c608515db387aa1'),(709,1358,'_astra_sites_imported_post','1'),(710,1358,'_astra_sites_enable_for_batch','1'),(711,1358,'_astra_sites_image_hash','62d80a1436aaac10d6f9c2d475db1a48a1050df7'),(712,1358,'_elementor_source_image_hash','62d80a1436aaac10d6f9c2d475db1a48a1050df7'),(713,1359,'_wp_attached_file','2021/11/service-1-2.jpg'),(714,1359,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2021/11/service-1-2.jpg\";s:8:\"filesize\";i:90000;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1012,58,'_astra_sites_enable_for_batch','1'),(717,1359,'_astra_sites_imported_post','1'),(718,1359,'_astra_sites_enable_for_batch','1'),(719,1359,'_astra_sites_image_hash','bb0908e48a64b70c19275e94cf8d496f9770e6ec'),(720,1359,'_elementor_source_image_hash','bb0908e48a64b70c19275e94cf8d496f9770e6ec'),(721,1360,'_wp_attached_file','2021/11/service-2-2.jpg'),(722,1360,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2021/11/service-2-2.jpg\";s:8:\"filesize\";i:99020;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1011,58,'_astra_sites_imported_post','1'),(725,1360,'_astra_sites_imported_post','1'),(726,1360,'_astra_sites_enable_for_batch','1'),(727,1360,'_astra_sites_image_hash','a510094998ae07ce9b8998a77694aca32c74785d'),(728,1360,'_elementor_source_image_hash','a510094998ae07ce9b8998a77694aca32c74785d'),(729,1361,'_wp_attached_file','2021/11/quotes-2.svg'),(730,1361,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:742;}'),(731,1361,'_elementor_inline_svg','<svg width=\"46\" height=\"38\" viewBox=\"0 0 46 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6614 28.8167C20.6614 33.1133 16.7004 37.0402 11.7484 37.0402C3.56585 37.0402 0 30.9867 0 22.9061C0 13.6313 9.34862 4.68667 17.8304 0.959727L20.0961 4.60889C13.1077 7.99535 7.88433 12.5869 7.14413 20.2849H10.0352C13.1311 20.2849 16.3472 20.784 18.4942 23.0089C20.025 24.5976 20.6614 26.6202 20.6614 28.8167ZM46 28.8167C46 33.1133 42.0389 37.0402 37.087 37.0402C28.9044 37.0402 25.3385 30.9866 25.3385 22.9061C25.3385 13.6312 34.6872 4.68666 43.1689 0.959717L45.4346 4.60888C38.4462 7.99534 33.2229 12.5868 32.4827 20.2849C35.6358 20.2849 38.2518 20.1706 40.5819 21.0044C44.2108 22.3029 46 25.1081 46 28.8167Z\" fill=\"#536941\"/>\n</svg>\n'),(732,1361,'_wxr_import_user_slug','harshadd'),(733,1361,'_astra_sites_imported_post','1'),(734,1361,'_astra_sites_enable_for_batch','1'),(735,1361,'_astra_sites_image_hash','c9f26927c3947b50d8cbe400d652a67140ad7481'),(736,1361,'_elementor_source_image_hash','c9f26927c3947b50d8cbe400d652a67140ad7481'),(737,1362,'_wp_attached_file','2021/11/leaf-2.jpg'),(738,1362,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:470;s:6:\"height\";i:570;s:4:\"file\";s:18:\"2021/11/leaf-2.jpg\";s:8:\"filesize\";i:26812;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(741,1362,'_astra_sites_imported_post','1'),(742,1362,'_astra_sites_enable_for_batch','1'),(743,1362,'_astra_sites_image_hash','df6bff7b43114a45adc8e266049350ce86ac72a5'),(744,1362,'_elementor_source_image_hash','df6bff7b43114a45adc8e266049350ce86ac72a5'),(745,1363,'_wp_attached_file','2021/11/footer-hero-big-2.jpg'),(746,1363,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/11/footer-hero-big-2.jpg\";s:8:\"filesize\";i:177640;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(749,1363,'_astra_sites_imported_post','1'),(750,1363,'_astra_sites_enable_for_batch','1'),(751,1363,'_astra_sites_image_hash','75b3e247e8a3d9c35320703ad6665feeda06a9b1'),(752,1363,'_elementor_source_image_hash','75b3e247e8a3d9c35320703ad6665feeda06a9b1'),(753,1364,'_wp_attached_file','2021/11/footer-hero-mobile-2.jpg'),(754,1364,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1075;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2021/11/footer-hero-mobile-2.jpg\";s:8:\"filesize\";i:62768;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(757,1364,'_astra_sites_imported_post','1'),(758,1364,'_astra_sites_enable_for_batch','1'),(759,1364,'_astra_sites_image_hash','090f0d3b5f79d073f27651019d06e6efe9ff68b1'),(760,1364,'_elementor_source_image_hash','090f0d3b5f79d073f27651019d06e6efe9ff68b1'),(761,1365,'_wp_attached_file','2021/11/contact-hero-3.jpg'),(762,1365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2021/11/contact-hero-3.jpg\";s:8:\"filesize\";i:205218;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(763,1365,'_wxr_import_user_slug','harshadd'),(764,1365,'_astra_sites_imported_post','1'),(765,1365,'_astra_sites_enable_for_batch','1'),(766,1365,'_astra_sites_image_hash','569f676d3cdbabd5e20da90a977986341bc2da7e'),(767,1365,'_elementor_source_image_hash','569f676d3cdbabd5e20da90a977986341bc2da7e'),(768,1366,'_wp_attached_file','2021/11/header-hero-1-2.jpg'),(769,1366,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2021/11/header-hero-1-2.jpg\";s:8:\"filesize\";i:266477;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(770,1366,'_wxr_import_user_slug','harshadd'),(771,1366,'_astra_sites_imported_post','1'),(772,1366,'_astra_sites_enable_for_batch','1'),(773,1366,'_astra_sites_image_hash','c8940f47a68fd44ebd88a3a128ed4f4f1eddcfce'),(774,1366,'_elementor_source_image_hash','c8940f47a68fd44ebd88a3a128ed4f4f1eddcfce'),(775,1367,'_wp_attached_file','2021/11/avatar_1-2.jpg'),(776,1367,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2021/11/avatar_1-2.jpg\";s:8:\"filesize\";i:35990;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(779,1367,'_astra_sites_imported_post','1'),(780,1367,'_astra_sites_enable_for_batch','1'),(781,1367,'_astra_sites_image_hash','095f4197f2efaf4eeaf17d5edf67aab830b226fd'),(782,1367,'_elementor_source_image_hash','095f4197f2efaf4eeaf17d5edf67aab830b226fd'),(783,1368,'_wp_attached_file','2021/11/avatar_2-2.jpg'),(784,1368,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2021/11/avatar_2-2.jpg\";s:8:\"filesize\";i:33077;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(787,1368,'_astra_sites_imported_post','1'),(788,1368,'_astra_sites_enable_for_batch','1'),(789,1368,'_astra_sites_image_hash','c1f23e52978878cde6258050f36ae3815081253b'),(790,1368,'_elementor_source_image_hash','c1f23e52978878cde6258050f36ae3815081253b'),(791,1369,'_wp_attached_file','2021/11/avatar_3-2.jpg'),(792,1369,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2021/11/avatar_3-2.jpg\";s:8:\"filesize\";i:28877;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(795,1369,'_astra_sites_imported_post','1'),(796,1369,'_astra_sites_enable_for_batch','1'),(797,1369,'_astra_sites_image_hash','73ba398d29f720b5085240373d19faad3597a69b'),(798,1369,'_elementor_source_image_hash','73ba398d29f720b5085240373d19faad3597a69b'),(799,1370,'_wp_attached_file','2021/11/avatar_4-2.jpg'),(800,1370,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:285;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2021/11/avatar_4-2.jpg\";s:8:\"filesize\";i:24301;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1008,58,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1950;s:6:\"height\";i:690;s:4:\"file\";s:22:\"2018/11/about-bg-2.jpg\";s:8:\"filesize\";i:1067455;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(803,1370,'_astra_sites_imported_post','1'),(804,1370,'_astra_sites_enable_for_batch','1'),(805,1370,'_astra_sites_image_hash','b21cd63a23c7627081521dd509be3bbb538b76f1'),(806,1370,'_elementor_source_image_hash','b21cd63a23c7627081521dd509be3bbb538b76f1'),(807,1371,'_wp_attached_file','2021/11/contact-hero-1-2.jpg'),(808,1371,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2021/11/contact-hero-1-2.jpg\";s:8:\"filesize\";i:213002;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1007,58,'_wp_attached_file','2018/11/about-bg-2.jpg'),(811,1371,'_astra_sites_imported_post','1'),(812,1371,'_astra_sites_enable_for_batch','1'),(813,1371,'_astra_sites_image_hash','9458727a031d98f1e464d0378fc303c7bd6d399f'),(814,1371,'_elementor_source_image_hash','9458727a031d98f1e464d0378fc303c7bd6d399f'),(815,1372,'_wp_attached_file','2021/11/services-hero-2.jpg'),(816,1372,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2021/11/services-hero-2.jpg\";s:8:\"filesize\";i:312337;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1006,1392,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:333660;}'),(819,1372,'_astra_sites_imported_post','1'),(820,1372,'_astra_sites_enable_for_batch','1'),(821,1372,'_astra_sites_image_hash','628f103479f7db4015b8d30b1dc65152dc2038a4'),(822,1372,'_elementor_source_image_hash','628f103479f7db4015b8d30b1dc65152dc2038a4'),(823,1373,'_wp_attached_file','2021/11/avatar_on_home-2.png'),(824,1373,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:28:\"2021/11/avatar_on_home-2.png\";s:8:\"filesize\";i:7775;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1005,1392,'_wp_attached_file','2023/05/wxr-2.xml'),(827,1373,'_astra_sites_imported_post','1'),(828,1373,'_astra_sites_enable_for_batch','1'),(829,1373,'_astra_sites_image_hash','4760172695544340a29e38c7bd0eb36b8ba41f46'),(830,1373,'_elementor_source_image_hash','4760172695544340a29e38c7bd0eb36b8ba41f46'),(831,1374,'_wp_attached_file','2021/11/avatar_on_about-2.png'),(832,1374,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:29:\"2021/11/avatar_on_about-2.png\";s:8:\"filesize\";i:11167;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1439,1401,'_menu_item_type','post_type'),(1440,1401,'_menu_item_object_id','1398'),(835,1374,'_astra_sites_imported_post','1'),(836,1374,'_astra_sites_enable_for_batch','1'),(837,1374,'_astra_sites_image_hash','105e11bbde929c8d24c596559e2ae5d04738de60'),(838,1374,'_elementor_source_image_hash','105e11bbde929c8d24c596559e2ae5d04738de60'),(839,1375,'_wp_attached_file','2022/01/demo-screenshot-2.jpg'),(840,1375,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:29:\"2022/01/demo-screenshot-2.jpg\";s:8:\"filesize\";i:110711;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(841,1375,'_wxr_import_user_slug','harshadd'),(842,1375,'_astra_sites_imported_post','1'),(843,1375,'_astra_sites_enable_for_batch','1'),(844,1375,'_astra_sites_image_hash','d29c7899b4b83e438f96f4d146aaadaef7b7a4d9'),(845,1375,'_elementor_source_image_hash','d29c7899b4b83e438f96f4d146aaadaef7b7a4d9'),(846,1376,'_elementor_edit_mode','builder'),(847,1376,'_elementor_template_type','kit'),(848,1376,'_wp_page_template','default'),(849,1376,'_elementor_page_settings','a:11:{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:2:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"2e6c5c0\";s:5:\"title\";s:11:\"Hover Green\";s:5:\"color\";s:7:\"#9FCE00\";}}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:9:\"site_name\";s:11:\"Love Nature\";s:16:\"site_description\";s:41:\"Just another Astra Starter Templates site\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(850,1376,'_elementor_data','[]'),(851,1376,'_elementor_page_assets','a:0:{}'),(852,1376,'_elementor_version','3.4.4'),(853,1376,'_wxr_import_user_slug','harshadd'),(854,1376,'_astra_sites_imported_post','1'),(855,1376,'_astra_sites_enable_for_batch','1'),(856,1377,'_elementor_edit_mode','builder'),(857,1377,'_elementor_template_type','kit'),(858,1377,'_wp_page_template','default'),(859,1377,'_elementor_page_settings','a:46:{s:16:\"site_description\";s:29:\"Learn How To Create a Website\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:9:\"Yellow #1\";s:5:\"color\";s:7:\"#FFD936\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:8:\"Green #2\";s:5:\"color\";s:7:\"#536941\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:15:\"Yellow Hover #3\";s:5:\"color\";s:7:\"#DAB200\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:14:\"Green Hover #4\";s:5:\"color\";s:7:\"#9FCE00\";}}s:13:\"custom_colors\";a:6:{i:0;a:3:{s:3:\"_id\";s:7:\"f59c35c\";s:5:\"title\";s:21:\"Green Transparent 80%\";s:5:\"color\";s:9:\"#536941CC\";}i:1;a:3:{s:3:\"_id\";s:7:\"33aea5c\";s:5:\"title\";s:21:\"Green Transparent 50%\";s:5:\"color\";s:9:\"#53694180\";}i:2;a:3:{s:3:\"_id\";s:7:\"4e773ae\";s:5:\"title\";s:21:\"Green Transparent 30%\";s:5:\"color\";s:9:\"#5369414D\";}i:3;a:3:{s:3:\"_id\";s:7:\"a44f58b\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:4;a:3:{s:3:\"_id\";s:7:\"2baa247\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#000000\";}i:5;a:3:{s:3:\"_id\";s:7:\"43af8c0\";s:5:\"title\";s:21:\"Green Transparent 70%\";s:5:\"color\";s:9:\"#536941B3\";}}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:9:\"site_name\";s:16:\"Create a Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_typography_typography\";s:6:\"custom\";s:30:\"body_typography_text_transform\";s:4:\"none\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:37:\"link_normal_typography_text_transform\";s:4:\"none\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:28:\"h1_typography_text_transform\";s:4:\"none\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:28:\"h2_typography_text_transform\";s:4:\"none\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:28:\"h3_typography_text_transform\";s:4:\"none\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:28:\"h4_typography_text_transform\";s:4:\"none\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:28:\"h5_typography_text_transform\";s:4:\"none\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:28:\"h6_typography_text_transform\";s:4:\"none\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"4\";s:5:\"right\";s:1:\"4\";s:6:\"bottom\";s:1:\"4\";s:4:\"left\";s:1:\"4\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:28:\"button_typography_typography\";s:6:\"custom\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:17:\"button_text_color\";s:7:\"#536941\";s:23:\"button_hover_text_color\";s:7:\"#536941\";s:11:\"__globals__\";a:12:{s:17:\"button_text_color\";s:0:\"\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:0:\"\";s:8:\"h1_color\";s:0:\"\";s:17:\"link_normal_color\";s:22:\"globals/colors?id=text\";s:10:\"body_color\";s:25:\"globals/colors?id=f59c35c\";s:8:\"h2_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h3_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h4_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h5_color\";s:27:\"globals/colors?id=secondary\";s:8:\"h6_color\";s:27:\"globals/colors?id=secondary\";s:16:\"link_hover_color\";s:24:\"globals/colors?id=accent\";}s:32:\"link_hover_typography_typography\";s:6:\"custom\";s:37:\"link_hover_typography_text_decoration\";s:4:\"none\";s:8:\"h1_color\";s:7:\"#536941\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:10:\"body_color\";s:9:\"#536941CC\";s:17:\"link_normal_color\";s:7:\"#DAB200\";s:8:\"h2_color\";s:7:\"#536941\";s:8:\"h3_color\";s:7:\"#536941\";s:8:\"h4_color\";s:7:\"#536941\";s:8:\"h5_color\";s:7:\"#536941\";s:8:\"h6_color\";s:7:\"#536941\";s:29:\"button_typography_font_weight\";s:3:\"400\";}'),(860,1377,'_elementor_data','[]'),(861,1377,'_elementor_page_assets','a:0:{}'),(862,1377,'_elementor_version','3.4.8'),(863,1377,'_wxr_import_user_slug','harshadd'),(864,1377,'_astra_sites_imported_post','1'),(865,1377,'_astra_sites_enable_for_batch','1'),(866,1378,'_elementor_edit_mode','builder'),(867,1378,'_elementor_template_type','wp-page'),(868,1378,'_elementor_version','3.5.3'),(869,1378,'_astra_content_layout_flag','disabled'),(870,1378,'site-post-title','disabled'),(871,1378,'ast-title-bar-display','disabled'),(872,1378,'ast-featured-img','disabled'),(873,1378,'site-content-layout','page-builder'),(874,1378,'site-sidebar-layout','no-sidebar'),(875,1378,'_wp_page_template','default'),(876,1378,'_elementor_data','[{\"id\":\"ca7541c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":605,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2022\\/01\\/header-hero.jpg\",\"id\":1318,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be10890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"02500f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"we all love\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0708f7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"nature\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":117,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":98,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffe4386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Look deep into nature, and you will<br \\/>understand everything better.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b78c0f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"40\",\"bottom\":\"17\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"normal\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"28\",\"bottom\":\"15\",\"left\":\"28\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7701125\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ad04ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13ae7bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c7221f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ef970f2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"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\":false}},\"elements\":[{\"id\":\"fd27b31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"bff2ac9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-1.jpg\",\"id\":109,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"54a2f8d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Web Design\",\"description_text\":\"Focus on how you can help and benefit your user. Use simple words so that you don\'t confuse people.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"e6971ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e4bc45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-2.jpg\",\"id\":110,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f07647b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Graphic Design\",\"description_text\":\"Focus on how you can help and benefit your user. Use simple words so that you don\'t confuse people.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"b809155\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b792a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-3.jpg\",\"id\":108,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d1e836\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Content Creation\",\"description_text\":\"Focus on how you can help and benefit your user. Use simple words so that you don\'t confuse people.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"description_color\":\"\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d8ba58\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"94a6090\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"ba33ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"f914229\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"center\",\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/quotes.svg\",\"id\":117,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d278a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cOriginal and with an innate understanding of their customer\\u2019s needs, the team at Love Nature are always a pleasure to work with.\\u201d\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b72f5b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_on_home.png\",\"id\":924,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c80bddd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jane Miller<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9a0a136\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae8ce41\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"25\",\"bottom\":\"70\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"4352dd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"250\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f1e5c43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABOUT US<\\/p>\",\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_color\":\"#536941B3\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f514188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tell website visitors who you are and why they should choose your business.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2281324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Because when a visitor first lands on your website, you\'re a stranger to them. They have to get to know you in order to want to read your blog posts, subscribe to your email newsletter, or buy what you\'re selling.<\\/p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"__globals__\":{\"text_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"text_color\":\"#536941CC\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e38931\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Out More\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"hover_color\":\"#719200\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"typography_font_weight\":\"normal\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0ec8b6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":50,\"content_position_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"8869c3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/leaf.jpg\",\"id\":145,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b991a90\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/footer-hero-big.jpg\",\"id\":207,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"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_size\":\"cover\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_image_tablet\":{\"url\":\"https:\\/\\/wp3.woolearnr.com\\/wp-content\\/uploads\\/2021\\/11\\/footer-hero-big.jpg\",\"id\":207,\"alt\":\"\",\"source\":\"library\"},\"background_image_mobile\":{\"url\":\"https:\\/\\/wp3.woolearnr.com\\/wp-content\\/uploads\\/2021\\/11\\/footer-hero-mobile.jpg\",\"id\":277,\"alt\":\"\",\"source\":\"library\"},\"background_position_mobile\":\"center center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47e5172\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d508b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUESTIONS?\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"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},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"049c21d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Whether you\'re curious about features, a free trial, or even press, we\'re here to answer any questions.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor3\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e487c72\",\"elType\":\"widget\",\"settings\":{\"text\":\"Let\'s Talk Now\",\"align\":\"center\",\"typography_font_weight\":\"normal\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"button_background_hover_color\":\"\"},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"28\",\"bottom\":\"15\",\"left\":\"28\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(877,1378,'_elementor_page_assets','a:0:{}'),(878,1378,'theme-transparent-header-meta','enabled'),(879,1378,'_yoast_wpseo_content_score','90'),(880,1378,'_yoast_wpseo_estimated-reading-time-minutes','3'),(881,1378,'ast_self_id_58719','1'),(882,1378,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(883,1378,'astra-main-page-id','58732'),(884,1378,'ast_self_id_58732','1'),(885,1378,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:6;s:11:\"header_size\";i:5;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:10:{s:21:\"typography_typography\";i:6;s:20:\"typography_font_size\";i:6;s:25:\"typography_letter_spacing\";i:6;s:27:\"typography_font_size_mobile\";i:5;s:27:\"typography_font_size_tablet\";i:4;s:32:\"typography_letter_spacing_tablet\";i:1;s:32:\"typography_letter_spacing_mobile\";i:2;s:22:\"typography_line_height\";i:2;s:29:\"typography_line_height_tablet\";i:2;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:4;s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:3;s:29:\"typography_line_height_tablet\";i:1;s:10:\"text_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:5:\"align\";i:2;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:20:\"typography_font_size\";i:2;s:13:\"border_radius\";i:2;s:12:\"text_padding\";i:2;s:21:\"typography_typography\";i:3;s:22:\"typography_font_weight\";i:3;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:2;s:19:\"text_padding_tablet\";i:3;s:19:\"text_padding_mobile\";i:2;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:11;s:19:\"_inline_size_tablet\";i:5;s:16:\"content_position\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:6;s:14:\"padding_mobile\";i:4;s:14:\"padding_tablet\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:2;s:13:\"custom_height\";i:2;s:20:\"custom_height_tablet\";i:2;s:20:\"custom_height_mobile\";i:2;s:6:\"layout\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;s:23:\"background_image_tablet\";i:1;s:23:\"background_image_mobile\";i:1;s:26:\"background_position_mobile\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:6;s:6:\"margin\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:1;s:5:\"align\";i:1;s:12:\"width_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:6;s:10:\"image_size\";i:6;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:8:{s:5:\"width\";i:5;s:19:\"image_border_radius\";i:4;s:7:\"opacity\";i:1;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:12:\"width_tablet\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:5:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:26:\"title_typography_font_size\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}}'),(886,1378,'_wxr_import_user_slug','harshadd'),(887,1378,'_astra_sites_imported_post','1'),(888,1378,'_astra_sites_enable_for_batch','1'),(889,1379,'_elementor_edit_mode','builder'),(890,1379,'_elementor_template_type','wp-page'),(891,1379,'_elementor_version','3.5.3'),(892,1379,'_astra_content_layout_flag','disabled'),(893,1379,'site-post-title','disabled'),(894,1379,'ast-title-bar-display','disabled'),(895,1379,'ast-featured-img','disabled'),(896,1379,'site-content-layout','page-builder'),(897,1379,'site-sidebar-layout','no-sidebar'),(898,1379,'theme-transparent-header-meta','enabled'),(899,1379,'_wp_page_template','default'),(900,1379,'_elementor_data','[{\"id\":\"c8ddeb6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/header-hero-1.jpg\",\"id\":433,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a5337e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"feefb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"about us\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034f786\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ba0c118\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dc998b\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019re a highly collaborative and supportive team, coming together on every project to ensure our clients get the very best result.\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"19\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdb291\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/contact-hero.jpg\",\"id\":432,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin_mobile\":{\"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_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d762106\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"08ec54c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d35be41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"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},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h3\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8fa3d11\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Build the best product that creates the most value for our customers, use business to inspire and implement environmentally friendly solutions.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d30d7a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_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},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6260bc9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Values\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"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},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h3\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a99000\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We strive to go above and beyond for our clients no matter the challenge. We aim to deliver our very best work every single day across our services.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e889fc3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"3c8f4a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"ebb2ba7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"14b6458\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"center\",\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/quotes.svg\",\"id\":117,\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"beb0353\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cLove Nature has an amazing team of hard working professionals. It has been a pleasure to meet them.\\u201d\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":-1.5,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e74ae5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_on_about.png\",\"id\":925,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ec91cfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Emily Davis<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor7\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9e16007\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(901,1379,'_elementor_page_assets','a:0:{}'),(902,1379,'_yoast_wpseo_content_score','90'),(903,1379,'_yoast_wpseo_estimated-reading-time-minutes','2'),(904,1379,'ast_self_id_58717','1'),(905,1379,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(906,1379,'astra-main-page-id','69724'),(907,1379,'ast_self_id_58730','1'),(908,1379,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:11:\"header_size\";i:5;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_mobile\";i:5;s:25:\"typography_letter_spacing\";i:3;s:32:\"typography_letter_spacing_mobile\";i:2;s:29:\"typography_line_height_mobile\";i:4;s:22:\"typography_line_height\";i:4;s:27:\"typography_font_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:2;s:8:\"_padding\";i:5;s:15:\"_padding_tablet\";i:2;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:7:{s:5:\"width\";i:2;s:7:\"opacity\";i:1;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:12:\"width_tablet\";i:1;s:5:\"space\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:2;s:7:\"_margin\";i:1;}}}}}'),(909,1379,'ast_self_id_69724','1'),(910,1379,'_wxr_import_user_slug','harshadd'),(911,1379,'_astra_sites_imported_post','1'),(912,1379,'_astra_sites_enable_for_batch','1'),(913,1380,'_elementor_edit_mode','builder'),(914,1380,'_elementor_template_type','wp-page'),(915,1380,'_elementor_version','3.5.3'),(916,1380,'_astra_content_layout_flag','disabled'),(917,1380,'site-post-title','disabled'),(918,1380,'ast-title-bar-display','disabled'),(919,1380,'ast-featured-img','disabled'),(920,1380,'site-content-layout','page-builder'),(921,1380,'site-sidebar-layout','no-sidebar'),(922,1380,'theme-transparent-header-meta','enabled'),(923,1380,'_wp_page_template','default'),(924,1380,'_elementor_data','[{\"id\":\"83746e8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/services-hero.jpg\",\"id\":788,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"padding_tablet\":{\"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\":\"09faee3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c7152a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"our services\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a92bf94\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f485586\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b5d284b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-1.jpg\",\"id\":109,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7d00c84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ce1b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Web Design\",\"align_mobile\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"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\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c31e03f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tell your visitor how your service can improve their life. Connect with the problem that they\'re trying to solve and address any objections you think they might have.<\\/p><p>\\u00a0<\\/p><p>What is the biggest benefit your customer will get from this? Keep your target audience in mind.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3260f4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"From $99\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"1\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e85753\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a Project\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"hover_color\":\"#719200\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81b0575\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"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\":true}},\"elements\":[{\"id\":\"15cfb90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"a26d886\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-2.jpg\",\"id\":110,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"97c09ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"cfc6530\",\"elType\":\"widget\",\"settings\":{\"title\":\"Graphic Design\",\"align_mobile\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"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\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f06fcd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tell your visitor how your service can improve their life. Connect with the problem that they\'re trying to solve and address any objections you think they might have.<\\/p><p>\\u00a0<\\/p><p>What is the biggest benefit your customer will get from this? Keep your target audience in mind.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cbd535e\",\"elType\":\"widget\",\"settings\":{\"title\":\"From $99\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"1\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57cdccd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a Project\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"hover_color\":\"#719200\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f2400c1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"90\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"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\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7609ad3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"35\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3dd6d97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/service-3.jpg\",\"id\":108,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"40bfc21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cce840\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Creation\",\"align_mobile\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"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\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18dff64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tell your visitor how your service can improve their life. Connect with the problem that they\'re trying to solve and address any objections you think they might have.<\\/p><p>\\u00a0<\\/p><p>What is the biggest benefit your customer will get from this? Keep your target audience in mind.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6edea01\",\"elType\":\"widget\",\"settings\":{\"title\":\"From $99\",\"header_size\":\"h3\",\"align_mobile\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"1\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-16\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"12\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39e0e69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Start a Project\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"background_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor7\",\"hover_color\":\"globals\\/colors?id=2e6c5c0\",\"button_hover_border_color\":\"globals\\/colors?id=2e6c5c0\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"hover_color\":\"#719200\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b6186b4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1145,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"82668e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"2449e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Love Nature\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d78433\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your customers just learned what services you offer. Tell them why they should work with you or your team, for example you could highlight your experience and positive client reviews.<\\/p><p>\\u00a0<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c4c9e42\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The badges illustrate this.\\u00a0 We also focus on key benefits they will get while using our services, namely quick turnaround times and dedicated support. You could also use them to show awards you won for your best work.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=f59c35c\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a1b4c52\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f13d7e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a96cd8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"16d3c4b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-award\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"8 Years Experience\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e6d804a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"ae63931\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"title_text\":\"5 Star Rating\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65ca53d\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"487193b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"455ea8d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-sync-alt\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Quick Turnaround\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"bb8d236\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"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\":\"bbb98e8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-life-ring\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Dedicated Support\",\"description_text\":\"\",\"icon_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"text_align\":\"center\",\"content_vertical_alignment\":\"bottom\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"title_color\":\"\",\"primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"secondary_color\":\"#536941\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(925,1380,'_elementor_page_assets','a:0:{}'),(926,1380,'_yoast_wpseo_content_score','90'),(927,1380,'_yoast_wpseo_estimated-reading-time-minutes','2'),(928,1380,'ast_self_id_58720','1'),(929,1380,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(930,1380,'astra-main-page-id','69726'),(931,1380,'ast_self_id_58733','1'),(932,1380,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:8;s:11:\"header_size\";i:8;s:5:\"align\";i:1;s:12:\"align_mobile\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:21:\"typography_typography\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_mobile\";i:7;s:25:\"typography_letter_spacing\";i:8;s:27:\"typography_font_size_tablet\";i:6;s:22:\"typography_line_height\";i:7;s:29:\"typography_line_height_mobile\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:7;s:14:\"_margin_tablet\";i:4;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:6;s:14:\"_margin_mobile\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:13;s:16:\"content_position\";i:9;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:11;s:7:\"padding\";i:12;s:14:\"padding_tablet\";i:7;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;s:13:\"content_width\";i:4;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:5;s:6:\"margin\";i:6;s:13:\"margin_tablet\";i:3;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:4;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_line_height\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:8:\"_padding\";i:5;s:15:\"_padding_tablet\";i:5;s:15:\"_padding_mobile\";i:3;s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:4:\"link\";i:3;s:11:\"icon_indent\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:27:\"typography_font_size_tablet\";i:3;s:16:\"background_color\";i:3;s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:12:\"text_padding\";i:3;s:22:\"typography_font_weight\";i:3;s:11:\"hover_color\";i:3;s:13:\"border_radius\";i:3;s:19:\"text_padding_tablet\";i:3;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:4;s:9:\"icon_size\";i:4;s:15:\"secondary_color\";i:4;}s:21:\"section_style_content\";a:6:{s:10:\"text_align\";i:4;s:26:\"content_vertical_alignment\";i:4;s:18:\"title_bottom_space\";i:4;s:27:\"title_typography_typography\";i:4;s:26:\"title_typography_font_size\";i:4;s:28:\"title_typography_line_height\";i:4;}}}}}'),(933,1380,'ast_self_id_69726','1'),(934,1380,'_wxr_import_user_slug','harshadd'),(935,1380,'_astra_sites_imported_post','1'),(936,1380,'_astra_sites_enable_for_batch','1'),(937,1381,'_elementor_edit_mode','builder'),(938,1381,'_elementor_template_type','wp-page'),(939,1381,'_elementor_version','3.5.3'),(940,1381,'_astra_content_layout_flag','disabled'),(941,1381,'site-post-title','disabled'),(942,1381,'ast-title-bar-display','disabled'),(943,1381,'ast-featured-img','disabled'),(944,1381,'site-content-layout','page-builder'),(945,1381,'site-sidebar-layout','no-sidebar'),(946,1381,'theme-transparent-header-meta','enabled'),(947,1381,'_wp_page_template','default'),(948,1381,'_elementor_data','[{\"id\":\"6713cc3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":420,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/contact-hero-1.jpg\",\"id\":539,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ddcf7e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9654805\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":76,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-3,\"sizes\":[]},\"_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\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67f828f\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c2e76a9\",\"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\":\"59cf71f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"fa3a30c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b29413d\",\"elType\":\"widget\",\"settings\":{\"title\":\"You can find us at\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce3153c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMAIL\",\"description_text\":\"hello@tyler.com\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"9b19864\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"PHONE NUMBER\",\"description_text\":\"202-555-0188\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1184dd7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"LOCATION\",\"description_text\":\"2360 Hood Avenue, San Diego, CA, 92123\",\"title_size\":\"h6\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor6\",\"description_color\":\"globals\\/colors?id=astglobalcolor2\"},\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c7d043c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"bc2758c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"67346b3\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1e1c559\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.55,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hover_secondary_color\":\"#FFFFFF\",\"_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},\"__globals__\":{\"icon_primary_color\":\"\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"em\",\"size\":0.55,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"hover_primary_color\":\"#536941\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_primary_color\":\"#5369415E\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"a389ae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1506722\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s get in touch\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"daf237d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"970\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"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\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d17eea\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"daba57a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93a1b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are optimists who love to work together\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"header_size\":\"h4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cfadfcf\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"af6752f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29cfd01\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_1.jpg\",\"id\":535,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"8e44308\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcb7302\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_2.jpg\",\"id\":536,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"aa524ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"e49dfe4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_3.jpg\",\"id\":537,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6435a09\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bc7432f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/love-nature-02\\/wp-content\\/uploads\\/sites\\/988\\/2021\\/11\\/avatar_4.jpg\",\"id\":538,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(949,1381,'_elementor_page_assets','a:0:{}'),(950,1381,'_yoast_wpseo_content_score','90'),(951,1381,'_yoast_wpseo_estimated-reading-time-minutes','2'),(952,1381,'ast_self_id_58718','1'),(953,1381,'_elementor_page_settings','a:41:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:7:\"DM Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:39:\"astra_sites_default_heading_font_family\";s:21:\"\'DM Sans\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_3_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_4_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_4_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_5_text_transform\";s:4:\"none\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:9:\"\'DM Sans\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:36:\"astra_sites_heading_6_text_transform\";s:4:\"none\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(954,1381,'astra-main-page-id','69725'),(955,1381,'ast_self_id_58731','1'),(956,1381,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:4;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:27:\"typography_font_size_mobile\";i:4;s:25:\"typography_letter_spacing\";i:4;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:2;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:9;s:19:\"_inline_size_tablet\";i:3;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:7:\"padding\";i:4;s:13:\"margin_mobile\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:3;s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:1;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_line_height\";i:3;s:33:\"description_typography_typography\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_line_height\";i:3;s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_tablet\";i:3;s:25:\"title_bottom_space_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:31:\"title_typography_letter_spacing\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;s:15:\"_padding_mobile\";i:3;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:11:{s:10:\"icon_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:16:\"icon_size_tablet\";i:1;s:16:\"icon_size_mobile\";i:1;s:19:\"icon_padding_mobile\";i:1;s:19:\"icon_spacing_tablet\";i:1;s:19:\"icon_spacing_mobile\";i:1;s:18:\"icon_primary_color\";i:1;}s:20:\"section_social_hover\";a:2:{s:21:\"hover_secondary_color\";i:1;s:19:\"hover_primary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:1;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:4;s:5:\"align\";i:4;}}}}}'),(957,1381,'ast_self_id_69725','1'),(958,1381,'_wxr_import_user_slug','harshadd'),(959,1381,'_astra_sites_imported_post','1'),(960,1381,'_astra_sites_enable_for_batch','1'),(961,1382,'_wxr_import_user_slug','harshadd'),(962,1382,'_astra_sites_imported_post','1'),(963,1382,'_astra_sites_enable_for_batch','1'),(964,1383,'_menu_item_type','post_type'),(965,1383,'_menu_item_object_id','1378'),(966,1383,'_menu_item_object','page'),(967,1383,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(968,1383,'_wp_old_date','2021-11-26'),(969,1383,'_wxr_import_user_slug','harshadd'),(970,1383,'_astra_sites_imported_post','1'),(971,1383,'_astra_sites_enable_for_batch','1'),(972,1384,'_menu_item_type','post_type'),(973,1384,'_menu_item_object_id','1379'),(974,1384,'_menu_item_object','page'),(975,1384,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(976,1384,'_wp_old_date','2021-11-26'),(977,1384,'_wxr_import_user_slug','harshadd'),(978,1384,'_astra_sites_imported_post','1'),(979,1384,'_astra_sites_enable_for_batch','1'),(980,1385,'_menu_item_type','post_type'),(981,1385,'_menu_item_object_id','1381'),(982,1385,'_menu_item_object','page'),(983,1385,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(984,1385,'_wp_old_date','2021-11-26'),(985,1385,'_wxr_import_user_slug','harshadd'),(986,1385,'_astra_sites_imported_post','1'),(987,1385,'_astra_sites_enable_for_batch','1'),(988,1386,'_menu_item_type','post_type'),(989,1386,'_menu_item_object_id','1380'),(990,1386,'_menu_item_object','page'),(991,1386,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(992,1386,'_wp_old_date','2021-11-26'),(993,1386,'_wxr_import_user_slug','harshadd'),(994,1386,'_astra_sites_imported_post','1'),(995,1386,'_astra_sites_enable_for_batch','1'),(996,1387,'_wp_attached_file','2022/01/header-hero-2.jpg'),(997,1387,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:967;s:4:\"file\";s:25:\"2022/01/header-hero-2.jpg\";s:8:\"filesize\";i:272083;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(998,1387,'_wxr_import_user_slug','harshadd'),(999,1387,'_astra_sites_imported_post','1'),(1000,1387,'_astra_sites_enable_for_batch','1'),(1001,1387,'_astra_sites_image_hash','999695f05008a41d545dcb04eb28b4e46828af7d'),(1002,1387,'_elementor_source_image_hash','999695f05008a41d545dcb04eb28b4e46828af7d'),(1014,58,'_elementor_source_image_hash','997282218f92ab02c59763576c608515db387aa1'),(1015,62,'_wp_attached_file','2018/11/vision-1.jpg'),(1016,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:20:\"2018/11/vision-1.jpg\";s:8:\"filesize\";i:421268;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1019,62,'_astra_sites_imported_post','1'),(1020,62,'_astra_sites_enable_for_batch','1'),(1021,62,'_astra_sites_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(1022,62,'_elementor_source_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(1023,94,'_wp_attached_file','2018/11/services-2.jpg'),(1024,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:22:\"2018/11/services-2.jpg\";s:8:\"filesize\";i:337988;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1027,94,'_astra_sites_imported_post','1'),(1028,94,'_astra_sites_enable_for_batch','1'),(1029,94,'_astra_sites_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(1030,94,'_elementor_source_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(1031,99,'_wp_attached_file','2018/11/services-3.jpg'),(1032,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:22:\"2018/11/services-3.jpg\";s:8:\"filesize\";i:324142;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1482,1406,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:22:\"2018/11/vision-1-1.jpg\";s:8:\"filesize\";i:421268;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1035,99,'_astra_sites_imported_post','1'),(1036,99,'_astra_sites_enable_for_batch','1'),(1037,99,'_astra_sites_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(1038,99,'_elementor_source_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(1039,132,'_wp_attached_file','2018/11/quote-1.png'),(1040,132,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:154;s:4:\"file\";s:19:\"2018/11/quote-1.png\";s:8:\"filesize\";i:4506;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1481,1406,'_wp_attached_file','2018/11/vision-1-1.jpg'),(1043,132,'_astra_sites_imported_post','1'),(1044,132,'_astra_sites_enable_for_batch','1'),(1045,132,'_astra_sites_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(1046,132,'_elementor_source_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(1047,151,'_wp_attached_file','2018/11/19-1.png'),(1048,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:16:\"2018/11/19-1.png\";s:8:\"filesize\";i:83867;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1051,151,'_astra_sites_imported_post','1'),(1052,151,'_astra_sites_enable_for_batch','1'),(1053,151,'_astra_sites_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(1054,151,'_elementor_source_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(1055,158,'_wp_attached_file','2018/11/about-bg-5.jpg'),(1056,158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:749;s:4:\"file\";s:22:\"2018/11/about-bg-5.jpg\";s:8:\"filesize\";i:925260;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1480,1405,'_elementor_source_image_hash','997282218f92ab02c59763576c608515db387aa1'),(1059,158,'_astra_sites_imported_post','1'),(1060,158,'_astra_sites_enable_for_batch','1'),(1061,158,'_astra_sites_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(1062,158,'_elementor_source_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(1063,170,'_wp_attached_file','2018/11/snow-1.jpg'),(1064,170,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:18:\"2018/11/snow-1.jpg\";s:8:\"filesize\";i:44864;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1065,170,'_shortpixel_status','2'),(1479,1405,'_astra_sites_image_hash','997282218f92ab02c59763576c608515db387aa1'),(1068,170,'_astra_sites_imported_post','1'),(1069,170,'_astra_sites_enable_for_batch','1'),(1070,170,'_astra_sites_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(1071,170,'_elementor_source_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(1072,179,'_wp_attached_file','2018/11/water-sports-01.jpg'),(1073,179,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:27:\"2018/11/water-sports-01.jpg\";s:8:\"filesize\";i:87126;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1074,179,'_shortpixel_status','2'),(1075,179,'_wxr_import_user_slug','satishk'),(1076,179,'_astra_sites_imported_post','1'),(1077,179,'_astra_sites_enable_for_batch','1'),(1078,179,'_astra_sites_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(1079,179,'_elementor_source_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(1080,180,'_wp_attached_file','2018/11/water-sports-02.jpg'),(1081,180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:27:\"2018/11/water-sports-02.jpg\";s:8:\"filesize\";i:55046;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1082,180,'_shortpixel_status','2'),(1083,180,'_wxr_import_user_slug','satishk'),(1084,180,'_astra_sites_imported_post','1'),(1085,180,'_astra_sites_enable_for_batch','1'),(1086,180,'_astra_sites_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(1087,180,'_elementor_source_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(1088,182,'_wp_attached_file','2018/11/water-sports-03.jpg'),(1089,182,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:27:\"2018/11/water-sports-03.jpg\";s:8:\"filesize\";i:89577;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1090,182,'_shortpixel_status','2'),(1091,182,'_wxr_import_user_slug','satishk'),(1092,182,'_astra_sites_imported_post','1'),(1093,182,'_astra_sites_enable_for_batch','1'),(1094,182,'_astra_sites_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(1095,182,'_elementor_source_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(1096,183,'_wp_attached_file','2018/11/water-sports-04.jpg'),(1097,183,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:27:\"2018/11/water-sports-04.jpg\";s:8:\"filesize\";i:79551;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1098,183,'_shortpixel_status','2'),(1099,183,'_wxr_import_user_slug','satishk'),(1100,183,'_astra_sites_imported_post','1'),(1101,183,'_astra_sites_enable_for_batch','1'),(1102,183,'_astra_sites_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(1103,183,'_elementor_source_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(1104,185,'_wp_attached_file','2018/11/winter-sports-01.jpg'),(1105,185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:28:\"2018/11/winter-sports-01.jpg\";s:8:\"filesize\";i:42542;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1106,185,'_shortpixel_status','2'),(1107,185,'_wxr_import_user_slug','satishk'),(1108,185,'_astra_sites_imported_post','1'),(1109,185,'_astra_sites_enable_for_batch','1'),(1110,185,'_astra_sites_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(1111,185,'_elementor_source_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(1112,186,'_wp_attached_file','2018/11/winter-sports-02.jpg'),(1113,186,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:28:\"2018/11/winter-sports-02.jpg\";s:8:\"filesize\";i:44582;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1114,186,'_shortpixel_status','2'),(1115,186,'_wxr_import_user_slug','satishk'),(1116,186,'_astra_sites_imported_post','1'),(1117,186,'_astra_sites_enable_for_batch','1'),(1118,186,'_astra_sites_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(1119,186,'_elementor_source_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(1120,187,'_wp_attached_file','2018/11/winter-sports-03.jpg'),(1121,187,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:28:\"2018/11/winter-sports-03.jpg\";s:8:\"filesize\";i:51464;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1122,187,'_shortpixel_status','2'),(1123,187,'_wxr_import_user_slug','satishk'),(1124,187,'_astra_sites_imported_post','1'),(1125,187,'_astra_sites_enable_for_batch','1'),(1126,187,'_astra_sites_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(1127,187,'_elementor_source_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(1128,188,'_wp_attached_file','2018/11/winter-sports-04.jpg'),(1129,188,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:28:\"2018/11/winter-sports-04.jpg\";s:8:\"filesize\";i:67612;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1130,188,'_shortpixel_status','2'),(1131,188,'_wxr_import_user_slug','satishk'),(1132,188,'_astra_sites_imported_post','1'),(1133,188,'_astra_sites_enable_for_batch','1'),(1134,188,'_astra_sites_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(1135,188,'_elementor_source_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(1136,190,'_wp_attached_file','2018/11/camp-1.jpg'),(1137,190,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:18:\"2018/11/camp-1.jpg\";s:8:\"filesize\";i:44849;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1138,190,'_shortpixel_status','2'),(1139,190,'_wxr_import_user_slug','satishk'),(1140,190,'_astra_sites_imported_post','1'),(1141,190,'_astra_sites_enable_for_batch','1'),(1142,190,'_astra_sites_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(1143,190,'_elementor_source_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(1144,191,'_wp_attached_file','2018/11/camp-2.jpg'),(1145,191,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:18:\"2018/11/camp-2.jpg\";s:8:\"filesize\";i:49791;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1146,191,'_shortpixel_status','2'),(1147,191,'_wxr_import_user_slug','satishk'),(1148,191,'_astra_sites_imported_post','1'),(1149,191,'_astra_sites_enable_for_batch','1'),(1150,191,'_astra_sites_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(1151,191,'_elementor_source_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(1152,192,'_wp_attached_file','2018/11/camp-3.jpg'),(1153,192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:18:\"2018/11/camp-3.jpg\";s:8:\"filesize\";i:45532;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1154,192,'_shortpixel_status','2'),(1155,192,'_wxr_import_user_slug','satishk'),(1156,192,'_astra_sites_imported_post','1'),(1157,192,'_astra_sites_enable_for_batch','1'),(1158,192,'_astra_sites_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(1159,192,'_elementor_source_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(1160,193,'_wp_attached_file','2018/11/camp-4.jpg'),(1161,193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:18:\"2018/11/camp-4.jpg\";s:8:\"filesize\";i:82012;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1162,193,'_shortpixel_status','2'),(1163,193,'_wxr_import_user_slug','satishk'),(1164,193,'_astra_sites_imported_post','1'),(1165,193,'_astra_sites_enable_for_batch','1'),(1166,193,'_astra_sites_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(1167,193,'_elementor_source_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(1168,1393,'_menu_item_type','post_type'),(1169,1393,'_menu_item_object_id','1399'),(1170,1393,'_menu_item_object','page'),(1171,1393,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1172,1393,'_wp_old_date','2018-11-27'),(1173,1393,'_wxr_import_user_slug','satishk'),(1175,1393,'_astra_sites_imported_post','1'),(1176,1393,'_astra_sites_enable_for_batch','1'),(1177,49,'_wxr_import_user_slug','satishk'),(1178,49,'_astra_sites_imported_post','1'),(1179,49,'_astra_sites_enable_for_batch','1'),(1180,194,'_wp_attached_file','2018/11/services-bg.jpg'),(1181,194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:637;s:4:\"file\";s:23:\"2018/11/services-bg.jpg\";s:8:\"filesize\";i:180333;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1182,194,'_shortpixel_status','2'),(1478,1405,'_astra_sites_enable_for_batch','1'),(1185,194,'_astra_sites_imported_post','1'),(1186,194,'_astra_sites_enable_for_batch','1'),(1187,194,'_astra_sites_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(1188,194,'_elementor_source_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(1189,198,'_wp_attached_file','2018/11/winter-sport.jpg'),(1190,198,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/winter-sport.jpg\";s:8:\"filesize\";i:65005;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1191,198,'_shortpixel_status','2'),(1477,1405,'_astra_sites_imported_post','1'),(1194,198,'_astra_sites_imported_post','1'),(1195,198,'_astra_sites_enable_for_batch','1'),(1196,198,'_astra_sites_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(1197,198,'_elementor_source_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(1198,216,'_wp_attached_file','2018/11/project-background.jpg'),(1199,216,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:682;s:4:\"file\";s:30:\"2018/11/project-background.jpg\";s:8:\"filesize\";i:95014;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1200,216,'_shortpixel_status','2'),(1203,216,'_astra_sites_imported_post','1'),(1204,216,'_astra_sites_enable_for_batch','1'),(1205,216,'_astra_sites_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(1206,216,'_elementor_source_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(1207,228,'_wp_attached_file','2018/11/image-1.jpg'),(1208,228,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:19:\"2018/11/image-1.jpg\";s:8:\"filesize\";i:45942;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1209,228,'_shortpixel_status','2'),(1212,228,'_astra_sites_imported_post','1'),(1213,228,'_astra_sites_enable_for_batch','1'),(1214,228,'_astra_sites_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(1215,228,'_elementor_source_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(1216,237,'_wp_attached_file','2018/11/hero-bg.jpg'),(1217,237,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2200;s:6:\"height\";i:1088;s:4:\"file\";s:19:\"2018/11/hero-bg.jpg\";s:8:\"filesize\";i:197817;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1218,237,'_shortpixel_status','2'),(1221,237,'_astra_sites_imported_post','1'),(1222,237,'_astra_sites_enable_for_batch','1'),(1223,237,'_astra_sites_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(1224,237,'_elementor_source_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(1225,418,'_wp_attached_file','2020/01/logo.png'),(1226,418,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:16:\"2020/01/logo.png\";s:8:\"filesize\";i:1200;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1227,418,'_wxr_import_user_slug','rishabhm'),(1228,418,'_astra_sites_imported_post','1'),(1229,418,'_astra_sites_enable_for_batch','1'),(1230,418,'_astra_sites_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(1231,418,'_elementor_source_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(1232,419,'_wp_attached_file','2020/01/logo@2x.png'),(1233,419,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:19:\"2020/01/logo@2x.png\";s:8:\"filesize\";i:2034;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1234,419,'_wxr_import_user_slug','rishabhm'),(1235,419,'_astra_sites_imported_post','1'),(1236,419,'_astra_sites_enable_for_batch','1'),(1237,419,'_astra_sites_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(1238,419,'_elementor_source_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(1239,421,'_wp_attached_file','2020/01/white-logo@2x.png'),(1240,421,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:25:\"2020/01/white-logo@2x.png\";s:8:\"filesize\";i:2382;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1241,421,'_wxr_import_user_slug','rishabhm'),(1242,421,'_astra_sites_imported_post','1'),(1243,421,'_astra_sites_enable_for_batch','1'),(1244,421,'_astra_sites_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(1245,421,'_elementor_source_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(1246,422,'_wp_attached_file','2020/01/white-logo.png'),(1247,422,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:22:\"2020/01/white-logo.png\";s:8:\"filesize\";i:1107;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1248,422,'_wxr_import_user_slug','rishabhm'),(1249,422,'_astra_sites_imported_post','1'),(1250,422,'_astra_sites_enable_for_batch','1'),(1251,422,'_astra_sites_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(1252,422,'_elementor_source_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(1253,424,'_wp_attached_file','2020/01/hiking-v1.jpg'),(1254,424,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:21:\"2020/01/hiking-v1.jpg\";s:8:\"filesize\";i:251780;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1257,424,'_astra_sites_imported_post','1'),(1258,424,'_astra_sites_enable_for_batch','1'),(1259,424,'_astra_sites_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(1260,424,'_elementor_source_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(1261,426,'_wp_attached_file','2020/01/walking-v1.jpg'),(1262,426,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:22:\"2020/01/walking-v1.jpg\";s:8:\"filesize\";i:283999;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1265,426,'_astra_sites_imported_post','1'),(1266,426,'_astra_sites_enable_for_batch','1'),(1267,426,'_astra_sites_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(1268,426,'_elementor_source_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(1269,429,'_wp_attached_file','2020/01/section-bg-img.jpg'),(1270,429,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2020/01/section-bg-img.jpg\";s:8:\"filesize\";i:776329;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1273,429,'_astra_sites_imported_post','1'),(1274,429,'_astra_sites_enable_for_batch','1'),(1275,429,'_astra_sites_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(1276,429,'_elementor_source_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(1277,442,'_elementor_edit_mode','builder'),(1278,442,'_elementor_template_type','kit'),(1279,442,'_elementor_page_settings','a:11:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:13:\"custom_colors\";a:0:{}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: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:9:\"site_name\";s:17:\"Outdoor Adventure\";s:16:\"site_description\";s:32:\"Outdoor Sports Adventure Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(1280,442,'_wp_page_template','default'),(1281,442,'_elementor_data','[]'),(1282,442,'_elementor_page_assets','a:0:{}'),(1283,442,'_elementor_version','3.4.8'),(1284,442,'_astra_sites_imported_post','1'),(1285,442,'_astra_sites_enable_for_batch','1'),(1286,447,'_wp_attached_file','2020/02/outdoor-adventure-yoast-seo.jpg'),(1287,447,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:39:\"2020/02/outdoor-adventure-yoast-seo.jpg\";s:8:\"filesize\";i:191255;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1288,447,'_astra_sites_imported_post','1'),(1289,447,'_astra_sites_enable_for_batch','1'),(1290,447,'_astra_sites_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(1291,447,'_elementor_source_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(1292,523,'_wp_attached_file','2021/02/outdoor-image-01.jpg'),(1293,523,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:28:\"2021/02/outdoor-image-01.jpg\";s:8:\"filesize\";i:39470;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1474,1405,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1950;s:6:\"height\";i:690;s:4:\"file\";s:24:\"2018/11/about-bg-2-1.jpg\";s:8:\"filesize\";i:1067455;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1296,523,'_astra_sites_imported_post','1'),(1297,523,'_astra_sites_enable_for_batch','1'),(1298,523,'_astra_sites_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(1299,523,'_elementor_source_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(1300,527,'_wp_attached_file','2021/02/outdoor-image-02.jpg'),(1301,527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:28:\"2021/02/outdoor-image-02.jpg\";s:8:\"filesize\";i:152266;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1473,1405,'_wp_attached_file','2018/11/about-bg-2-1.jpg'),(1304,527,'_astra_sites_imported_post','1'),(1305,527,'_astra_sites_enable_for_batch','1'),(1306,527,'_astra_sites_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(1307,527,'_elementor_source_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(1308,1394,'_wp_attached_file','2021/02/outdoor-image-04.jpg'),(1309,1394,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:379;s:6:\"height\";i:218;s:4:\"file\";s:28:\"2021/02/outdoor-image-04.jpg\";s:8:\"filesize\";i:15301;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1472,1404,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:333660;}'),(1312,1394,'_astra_sites_imported_post','1'),(1313,1394,'_astra_sites_enable_for_batch','1'),(1314,1394,'_astra_sites_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(1315,1394,'_elementor_source_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(1316,1395,'_wp_attached_file','2021/02/outdoor-image-03.jpg'),(1317,1395,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:28:\"2021/02/outdoor-image-03.jpg\";s:8:\"filesize\";i:172099;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1471,1404,'_wp_attached_file','2023/05/wxr-3.xml'),(1320,1395,'_astra_sites_imported_post','1'),(1321,1395,'_astra_sites_enable_for_batch','1'),(1322,1395,'_astra_sites_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(1323,1395,'_elementor_source_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(1324,1396,'_wp_page_template','default'),(1325,1396,'site-sidebar-layout','no-sidebar'),(1326,1396,'site-content-layout','page-builder'),(1327,1396,'theme-transparent-header-meta','enabled'),(1328,1396,'_yoast_wpseo_content_score','90'),(1329,1396,'_elementor_edit_mode','builder'),(1330,1396,'_elementor_template_type','wp-page'),(1331,1396,'_astra_content_layout_flag','disabled'),(1332,1396,'site-post-title','disabled'),(1333,1396,'ast-title-bar-display','disabled'),(1334,1396,'ast-featured-img','disabled'),(1335,1396,'_elementor_data','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"270\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the Colourful World\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cab84e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":55},\"align\":\"left\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb5a798\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"- Adam Sendler\",\"testimonial_job\":\"\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_content_color\":\"globals\\/colors?id=astglobalcolor3\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a15c162\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1336,1396,'_elementor_version','3.4.8'),(1337,1396,'astra-main-page-id','23830'),(1338,1396,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1339,1396,'_yoast_wpseo_estimated-reading-time-minutes','2'),(1340,1396,'_elementor_page_assets','a:0:{}'),(1341,1396,'_elementor_data_bckp','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#040219\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The Colourful World\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d0d9cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":75},\"align\":\"right\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"26eb166\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\"</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95e575c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Adam Sendler</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"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}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33bc69a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7da6c6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"rgba(0, 0, 0, 0.69)\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"rgba(0, 0, 0, 0.69)\"},\"elements\":[{\"id\":\"b0bec06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.</p>\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1342,1396,'ast_self_id_23830','1'),(1343,1396,'_elementor_controls_usage','a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:5;s:11:\"header_size\";i:2;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:20:\"typography_font_size\";i:1;s:25:\"typography_letter_spacing\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:5:{s:5:\"width\";i:4;s:5:\"align\";i:3;s:12:\"width_tablet\";i:1;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:5;s:5:\"align\";i:5;s:10:\"icon_align\";i:3;s:13:\"selected_icon\";i:3;s:11:\"icon_indent\";i:3;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:20:\"typography_font_size\";i:4;s:25:\"typography_letter_spacing\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:10;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:4;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:17:\"background_repeat\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:25:\"background_overlay_repeat\";i:1;s:26:\"background_overlay_opacity\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:3;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:2;s:27:\"background_overlay_position\";i:2;s:29:\"background_overlay_attachment\";i:2;s:23:\"background_overlay_size\";i:2;s:26:\"background_overlay_opacity\";i:2;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;}s:21:\"section_shape_divider\";a:1:{s:27:\"shape_divider_bottom_height\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:6;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:5;s:6:\"margin\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:7;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;s:10:\"image_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:12:{s:5:\"width\";i:7;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:22:\"css_filters_css_filter\";i:6;s:22:\"css_filters_brightness\";i:6;s:20:\"css_filters_contrast\";i:6;s:20:\"css_filters_saturate\";i:6;s:15:\"css_filters_hue\";i:3;s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:6;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:2;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:4:{s:19:\"testimonial_content\";i:1;s:17:\"testimonial_image\";i:1;s:16:\"testimonial_name\";i:1;s:15:\"testimonial_job\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:2;s:18:\"title_bottom_space\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:12:\"align_mobile\";i:2;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:2;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}}}}'),(1344,1396,'_wxr_import_user_slug','satishk'),(1345,1396,'_astra_sites_imported_post','1'),(1346,1396,'_astra_sites_enable_for_batch','1'),(1347,1397,'_wp_page_template','default'),(1348,1397,'site-sidebar-layout','no-sidebar'),(1349,1397,'site-content-layout','page-builder'),(1350,1397,'theme-transparent-header-meta','enabled'),(1351,1397,'_yoast_wpseo_content_score','90'),(1352,1397,'site-post-title','disabled'),(1353,1397,'_elementor_template_type','wp-post'),(1354,1397,'_astra_content_layout_flag','disabled'),(1355,1397,'ast-title-bar-display','disabled'),(1356,1397,'ast-featured-img','disabled'),(1357,1397,'_elementor_data','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"55\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1358,1397,'_elementor_version','3.4.8'),(1359,1397,'astra-main-page-id','23827'),(1360,1397,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1361,1397,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1362,1397,'_elementor_edit_mode','builder'),(1363,1397,'_elementor_data_bckp','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.</p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1364,1397,'ast_self_id_23827','1'),(1365,1397,'_elementor_page_assets','a:0:{}'),(1366,1397,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:5;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;s:5:\"align\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:12:\"align_mobile\";i:5;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:5;s:14:\"_margin_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:9:{s:5:\"width\";i:1;s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:1;s:25:\"icon_typography_font_size\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}}'),(1367,1397,'_wxr_import_user_slug','satishk'),(1368,1397,'_astra_sites_imported_post','1'),(1369,1397,'_astra_sites_enable_for_batch','1'),(1370,1398,'_wp_page_template','default'),(1371,1398,'site-sidebar-layout','no-sidebar'),(1372,1398,'site-content-layout','page-builder'),(1373,1398,'theme-transparent-header-meta','enabled'),(1374,1398,'_yoast_wpseo_content_score','90'),(1375,1398,'site-post-title','disabled'),(1376,1398,'_elementor_edit_mode','builder'),(1377,1398,'_elementor_template_type','wp-post'),(1378,1398,'_astra_content_layout_flag','disabled'),(1379,1398,'ast-title-bar-display','disabled'),(1380,1398,'ast-featured-img','disabled'),(1381,1398,'_elementor_data','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-bg.jpg\",\"id\":194,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventures\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"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\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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}},\"elements\":[{\"id\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"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},\"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\":true}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventure\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"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\":true}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Get\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1382,1398,'_elementor_version','3.4.8'),(1383,1398,'astra-main-page-id','23832'),(1384,1398,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1385,1398,'_yoast_wpseo_estimated-reading-time-minutes','2'),(1386,1398,'_elementor_page_assets','a:0:{}'),(1387,1398,'_elementor_data_bckp','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-bg.jpg\",\"id\":194},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"b7194dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4788e5dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c54645a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventuresn\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"92a5c23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventuren\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Getn\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1388,1398,'ast_self_id_23832','1'),(1389,1398,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:19:\"_inline_size_tablet\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:7;s:14:\"padding_tablet\";i:6;s:13:\"margin_mobile\";i:5;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:5:\"align\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:12:\"align_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:10:{s:5:\"width\";i:4;s:22:\"css_filters_css_filter\";i:4;s:22:\"css_filters_brightness\";i:4;s:20:\"css_filters_contrast\";i:4;s:20:\"css_filters_saturate\";i:4;s:15:\"css_filters_hue\";i:4;s:19:\"image_border_radius\";i:4;s:32:\"image_box_shadow_box_shadow_type\";i:4;s:27:\"image_box_shadow_box_shadow\";i:4;s:12:\"width_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:10:\"image_size\";i:4;s:11:\"image_space\";i:4;s:27:\"background_hover_transition\";i:4;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:4;s:18:\"title_bottom_space\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:2;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:2;s:25:\"icon_typography_font_size\";i:2;s:32:\"icon_typography_font_size_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:2;}}}}}'),(1390,1398,'_wxr_import_user_slug','satishk'),(1391,1398,'_astra_sites_imported_post','1'),(1392,1398,'_astra_sites_enable_for_batch','1'),(1393,1399,'_wp_page_template','default'),(1394,1399,'site-sidebar-layout','no-sidebar'),(1395,1399,'site-content-layout','page-builder'),(1396,1399,'theme-transparent-header-meta','enabled'),(1397,1399,'_yoast_wpseo_content_score','90'),(1398,1399,'_elementor_edit_mode','builder'),(1399,1399,'_elementor_template_type','wp-post'),(1400,1399,'_astra_content_layout_flag','disabled'),(1401,1399,'site-post-title','disabled'),(1402,1399,'ast-title-bar-display','disabled'),(1403,1399,'ast-featured-img','disabled'),(1404,1399,'_elementor_data','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/project-background.jpg\",\"id\":216,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20},\"width_mobile\":{\"unit\":\"%\",\"size\":55},\"text\":\"Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b0fabca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f64cda\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":20},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":28},\"width_mobile\":{\"unit\":\"%\",\"size\":65},\"text\":\"Snow Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e50b5bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"33a334b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":17},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":24},\"width_mobile\":{\"unit\":\"%\",\"size\":60},\"text\":\"Forest Tours\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5c4ab15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Camping\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-1.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-2.jpg\"},{\"id\":192,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-3.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1405,1399,'_elementor_version','3.4.8'),(1406,1399,'astra-main-page-id','23831'),(1407,1399,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1408,1399,'_yoast_wpseo_estimated-reading-time-minutes','7'),(1409,1399,'_elementor_page_assets','a:0:{}'),(1410,1399,'_elementor_data_bckp','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/project-background.jpg\",\"id\":216},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fc40e94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"919f5c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"050\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"524dfe6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7eb1a2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.614,\"_inline_size_tablet\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca025eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55df323\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.386,\"_inline_size_tablet\":74,\"_inline_size_mobile\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":35},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"13906dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc11ff2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3324d1d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be64026\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.14,\"_inline_size_tablet\":25,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b9977eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Snow Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20c634d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.86,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd49875\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ae9d55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Winter Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc0bf7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"23f2d44\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9927ba9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":12.544,\"_inline_size_tablet\":21,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfe85b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forest Tours\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"563ab0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":87.456,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e768b2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2138a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Camping\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d72daeb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-1.jpg\"},{\"id\":191,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-2.jpg\"},{\"id\":192,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-3.jpg\"},{\"id\":193,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1411,1399,'ast_self_id_23831','1'),(1412,1399,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:21:\"background_attachment\";i:3;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:4;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:20:\"css_filters_saturate\";i:3;s:27:\"background_overlay_position\";i:3;s:29:\"background_overlay_attachment\";i:3;s:25:\"background_overlay_repeat\";i:3;s:23:\"background_overlay_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:4;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:3;s:16:\"content_position\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}s:18:\"section_text_style\";a:2:{s:10:\"text_align\";i:3;s:12:\"text_spacing\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:7:{s:5:\"width\";i:3;s:12:\"width_tablet\";i:3;s:12:\"width_mobile\";i:3;s:4:\"text\";i:3;s:5:\"align\";i:3;s:4:\"look\";i:3;s:8:\"html_tag\";i:3;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:3;s:9:\"_offset_x\";i:3;s:9:\"_offset_y\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:2:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_image_carousel\";a:10:{s:8:\"carousel\";i:3;s:14:\"thumbnail_size\";i:3;s:26:\"thumbnail_custom_dimension\";i:3;s:14:\"slides_to_show\";i:3;s:16:\"slides_to_scroll\";i:3;s:10:\"navigation\";i:3;s:13:\"open_lightbox\";i:3;s:21:\"slides_to_show_tablet\";i:3;s:21:\"slides_to_show_mobile\";i:3;s:13:\"image_stretch\";i:3;}s:26:\"section_additional_options\";a:2:{s:14:\"autoplay_speed\";i:3;s:8:\"autoplay\";i:3;}}s:5:\"style\";a:2:{s:24:\"section_style_navigation\";a:4:{s:11:\"arrows_size\";i:3;s:15:\"arrows_position\";i:3;s:12:\"arrows_color\";i:3;s:9:\"dots_size\";i:3;}s:19:\"section_style_image\";a:3:{s:13:\"image_spacing\";i:3;s:19:\"image_border_radius\";i:3;s:22:\"gallery_vertical_align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}}'),(1413,1399,'_wxr_import_user_slug','satishk'),(1414,1399,'_astra_sites_imported_post','1'),(1415,1399,'_astra_sites_enable_for_batch','1'),(1416,1400,'_wp_page_template','default'),(1417,1400,'site-sidebar-layout','no-sidebar'),(1418,1400,'site-content-layout','page-builder'),(1419,1400,'theme-transparent-header-meta','enabled'),(1420,1400,'_yoast_wpseo_content_score','90'),(1421,1400,'_elementor_edit_mode','builder'),(1422,1400,'_elementor_template_type','wp-post'),(1423,1400,'_astra_content_layout_flag','disabled'),(1424,1400,'site-post-title','disabled'),(1425,1400,'ast-title-bar-display','disabled'),(1426,1400,'ast-featured-img','disabled'),(1427,1400,'_elementor_data','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-2.jpg\",\"id\":58,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"22\"},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":54.332,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":false},\"_inline_size_tablet\":55,\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0d4aca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecc0d52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"315\\\"]\\t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2c2b69c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48dc1a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77c03f3\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Address\\u200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,\\nNew York, USA\\n\\n\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33e6ac1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.com\\u200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae9e05d\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d82cf08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2907d36\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7},\"icon_spacing\":{\"unit\":\"px\",\"size\":11},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"\"},\"columns_mobile\":\"3\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1428,1400,'_elementor_version','3.4.8'),(1429,1400,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1430,1400,'astra-main-page-id','23829'),(1431,1400,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1432,1400,'_elementor_data_bckp','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-2.jpg\",\"id\":58},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"5b80d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9a08ab1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#ffffff\",\"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},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8672813\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"21ad806\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"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\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74c0dbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bef937d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\"315\"]t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"150c869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_inline_size_tablet\":45,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.87},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"29\",\"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\":\"50\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"f73529e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5246e5c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Addressu200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,nNew York, USAnn\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f47ccc1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.comu200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e842658\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"9f74309\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#939393\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":18},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":12},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"hover_primary_color\":\"#fb2056\",\"hover_secondary_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1433,1400,'ast_self_id_23829','1'),(1434,1400,'_elementor_page_assets','a:0:{}'),(1435,1400,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:3;s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:3;s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:7:{s:18:\"title_bottom_space\";i:3;s:10:\"text_align\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_line_height\";i:3;s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_tablet\";i:3;s:25:\"title_bottom_space_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:5:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:14:\"columns_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_tablet\";i:1;s:16:\"icon_size_mobile\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:19:\"icon_spacing_mobile\";i:1;}}}}}'),(1436,1400,'_wxr_import_user_slug','satishk'),(1437,1400,'_astra_sites_imported_post','1'),(1438,1400,'_astra_sites_enable_for_batch','1'),(1441,1401,'_menu_item_object','page'),(1442,1401,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1443,1401,'_wp_old_date','2018-11-27'),(1444,1401,'_wxr_import_user_slug','satishk'),(1445,1401,'_astra_sites_imported_post','1'),(1446,1401,'_astra_sites_enable_for_batch','1'),(1447,1402,'_menu_item_type','post_type'),(1448,1402,'_menu_item_object_id','1397'),(1449,1402,'_menu_item_object','page'),(1450,1402,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1451,1402,'_wp_old_date','2018-11-27'),(1452,1402,'_wxr_import_user_slug','satishk'),(1453,1402,'_astra_sites_imported_post','1'),(1454,1402,'_astra_sites_enable_for_batch','1'),(1455,1403,'_menu_item_type','post_type'),(1456,1403,'_menu_item_object_id','1396'),(1457,1403,'_menu_item_object','page'),(1458,1403,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1459,1403,'_wp_old_date','2018-11-27'),(1460,1403,'_wxr_import_user_slug','satishk'),(1461,1403,'_astra_sites_imported_post','1'),(1462,1403,'_astra_sites_enable_for_batch','1'),(1463,150,'_menu_item_type','post_type'),(1464,150,'_menu_item_object_id','1400'),(1465,150,'_menu_item_object','page'),(1466,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1467,150,'_wp_old_date','2018-11-28'),(1468,150,'_wxr_import_user_slug','sonalib'),(1469,150,'_astra_sites_imported_post','1'),(1470,150,'_astra_sites_enable_for_batch','1'),(1485,1406,'_astra_sites_imported_post','1'),(1486,1406,'_astra_sites_enable_for_batch','1'),(1487,1406,'_astra_sites_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(1488,1406,'_elementor_source_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(1489,1407,'_wp_attached_file','2018/11/services-2-1.jpg'),(1490,1407,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-2-1.jpg\";s:8:\"filesize\";i:337988;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1493,1407,'_astra_sites_imported_post','1'),(1494,1407,'_astra_sites_enable_for_batch','1'),(1495,1407,'_astra_sites_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(1496,1407,'_elementor_source_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(1497,1408,'_wp_attached_file','2018/11/services-3-1.jpg'),(1498,1408,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-3-1.jpg\";s:8:\"filesize\";i:324142;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1948,1456,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:22:\"2018/11/vision-1-2.jpg\";s:8:\"filesize\";i:421268;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1501,1408,'_astra_sites_imported_post','1'),(1502,1408,'_astra_sites_enable_for_batch','1'),(1503,1408,'_astra_sites_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(1504,1408,'_elementor_source_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(1505,1409,'_wp_attached_file','2018/11/quote-1-1.png'),(1506,1409,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:154;s:4:\"file\";s:21:\"2018/11/quote-1-1.png\";s:8:\"filesize\";i:4506;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1947,1456,'_wp_attached_file','2018/11/vision-1-2.jpg'),(1509,1409,'_astra_sites_imported_post','1'),(1510,1409,'_astra_sites_enable_for_batch','1'),(1511,1409,'_astra_sites_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(1512,1409,'_elementor_source_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(1513,1410,'_wp_attached_file','2018/11/19-1-1.png'),(1514,1410,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:18:\"2018/11/19-1-1.png\";s:8:\"filesize\";i:83867;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1517,1410,'_astra_sites_imported_post','1'),(1518,1410,'_astra_sites_enable_for_batch','1'),(1519,1410,'_astra_sites_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(1520,1410,'_elementor_source_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(1521,1411,'_wp_attached_file','2018/11/about-bg-5-1.jpg'),(1522,1411,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:749;s:4:\"file\";s:24:\"2018/11/about-bg-5-1.jpg\";s:8:\"filesize\";i:925260;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1946,1455,'_elementor_source_image_hash','997282218f92ab02c59763576c608515db387aa1'),(1525,1411,'_astra_sites_imported_post','1'),(1526,1411,'_astra_sites_enable_for_batch','1'),(1527,1411,'_astra_sites_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(1528,1411,'_elementor_source_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(1529,1412,'_wp_attached_file','2018/11/snow-1-1.jpg'),(1530,1412,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:20:\"2018/11/snow-1-1.jpg\";s:8:\"filesize\";i:44864;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1531,1412,'_shortpixel_status','2'),(1945,1455,'_astra_sites_image_hash','997282218f92ab02c59763576c608515db387aa1'),(1534,1412,'_astra_sites_imported_post','1'),(1535,1412,'_astra_sites_enable_for_batch','1'),(1536,1412,'_astra_sites_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(1537,1412,'_elementor_source_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(1538,1413,'_wp_attached_file','2018/11/water-sports-01-1.jpg'),(1539,1413,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-01-1.jpg\";s:8:\"filesize\";i:87126;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1540,1413,'_shortpixel_status','2'),(1541,1413,'_wxr_import_user_slug','satishk'),(1542,1413,'_astra_sites_imported_post','1'),(1543,1413,'_astra_sites_enable_for_batch','1'),(1544,1413,'_astra_sites_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(1545,1413,'_elementor_source_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(1546,1414,'_wp_attached_file','2018/11/water-sports-02-1.jpg'),(1547,1414,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-02-1.jpg\";s:8:\"filesize\";i:55046;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1548,1414,'_shortpixel_status','2'),(1549,1414,'_wxr_import_user_slug','satishk'),(1550,1414,'_astra_sites_imported_post','1'),(1551,1414,'_astra_sites_enable_for_batch','1'),(1552,1414,'_astra_sites_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(1553,1414,'_elementor_source_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(1554,1415,'_wp_attached_file','2018/11/water-sports-03-1.jpg'),(1555,1415,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-03-1.jpg\";s:8:\"filesize\";i:89577;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1556,1415,'_shortpixel_status','2'),(1557,1415,'_wxr_import_user_slug','satishk'),(1558,1415,'_astra_sites_imported_post','1'),(1559,1415,'_astra_sites_enable_for_batch','1'),(1560,1415,'_astra_sites_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(1561,1415,'_elementor_source_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(1562,1416,'_wp_attached_file','2018/11/water-sports-04-1.jpg'),(1563,1416,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-04-1.jpg\";s:8:\"filesize\";i:79551;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1564,1416,'_shortpixel_status','2'),(1565,1416,'_wxr_import_user_slug','satishk'),(1566,1416,'_astra_sites_imported_post','1'),(1567,1416,'_astra_sites_enable_for_batch','1'),(1568,1416,'_astra_sites_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(1569,1416,'_elementor_source_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(1570,1417,'_wp_attached_file','2018/11/winter-sports-01-1.jpg'),(1571,1417,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-01-1.jpg\";s:8:\"filesize\";i:42542;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1572,1417,'_shortpixel_status','2'),(1573,1417,'_wxr_import_user_slug','satishk'),(1574,1417,'_astra_sites_imported_post','1'),(1575,1417,'_astra_sites_enable_for_batch','1'),(1576,1417,'_astra_sites_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(1577,1417,'_elementor_source_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(1578,1418,'_wp_attached_file','2018/11/winter-sports-02-1.jpg'),(1579,1418,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-02-1.jpg\";s:8:\"filesize\";i:44582;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1580,1418,'_shortpixel_status','2'),(1581,1418,'_wxr_import_user_slug','satishk'),(1582,1418,'_astra_sites_imported_post','1'),(1583,1418,'_astra_sites_enable_for_batch','1'),(1584,1418,'_astra_sites_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(1585,1418,'_elementor_source_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(1586,1419,'_wp_attached_file','2018/11/winter-sports-03-1.jpg'),(1587,1419,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-03-1.jpg\";s:8:\"filesize\";i:51464;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1588,1419,'_shortpixel_status','2'),(1589,1419,'_wxr_import_user_slug','satishk'),(1590,1419,'_astra_sites_imported_post','1'),(1591,1419,'_astra_sites_enable_for_batch','1'),(1592,1419,'_astra_sites_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(1593,1419,'_elementor_source_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(1594,1420,'_wp_attached_file','2018/11/winter-sports-04-1.jpg'),(1595,1420,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-04-1.jpg\";s:8:\"filesize\";i:67612;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1596,1420,'_shortpixel_status','2'),(1597,1420,'_wxr_import_user_slug','satishk'),(1598,1420,'_astra_sites_imported_post','1'),(1599,1420,'_astra_sites_enable_for_batch','1'),(1600,1420,'_astra_sites_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(1601,1420,'_elementor_source_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(1602,1421,'_wp_attached_file','2018/11/camp-1-1.jpg'),(1603,1421,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-1-1.jpg\";s:8:\"filesize\";i:44849;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1604,1421,'_shortpixel_status','2'),(1605,1421,'_wxr_import_user_slug','satishk'),(1606,1421,'_astra_sites_imported_post','1'),(1607,1421,'_astra_sites_enable_for_batch','1'),(1608,1421,'_astra_sites_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(1609,1421,'_elementor_source_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(1610,1422,'_wp_attached_file','2018/11/camp-2-1.jpg'),(1611,1422,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-2-1.jpg\";s:8:\"filesize\";i:49791;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1612,1422,'_shortpixel_status','2'),(1613,1422,'_wxr_import_user_slug','satishk'),(1614,1422,'_astra_sites_imported_post','1'),(1615,1422,'_astra_sites_enable_for_batch','1'),(1616,1422,'_astra_sites_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(1617,1422,'_elementor_source_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(1618,1423,'_wp_attached_file','2018/11/camp-3-1.jpg'),(1619,1423,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-3-1.jpg\";s:8:\"filesize\";i:45532;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1620,1423,'_shortpixel_status','2'),(1621,1423,'_wxr_import_user_slug','satishk'),(1622,1423,'_astra_sites_imported_post','1'),(1623,1423,'_astra_sites_enable_for_batch','1'),(1624,1423,'_astra_sites_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(1625,1423,'_elementor_source_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(1626,1424,'_wp_attached_file','2018/11/camp-4-1.jpg'),(1627,1424,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-4-1.jpg\";s:8:\"filesize\";i:82012;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1628,1424,'_shortpixel_status','2'),(1629,1424,'_wxr_import_user_slug','satishk'),(1630,1424,'_astra_sites_imported_post','1'),(1631,1424,'_astra_sites_enable_for_batch','1'),(1632,1424,'_astra_sites_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(1633,1424,'_elementor_source_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(1634,1425,'_menu_item_type','post_type'),(1635,1425,'_menu_item_object_id','1448'),(1636,1425,'_menu_item_object','page'),(1637,1425,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1638,1425,'_wp_old_date','2018-11-27'),(1639,1425,'_wxr_import_user_slug','satishk'),(1641,1425,'_astra_sites_imported_post','1'),(1642,1425,'_astra_sites_enable_for_batch','1'),(1643,1426,'_wxr_import_user_slug','satishk'),(1644,1426,'_astra_sites_imported_post','1'),(1645,1426,'_astra_sites_enable_for_batch','1'),(1646,1427,'_wp_attached_file','2018/11/services-bg-1.jpg'),(1647,1427,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:637;s:4:\"file\";s:25:\"2018/11/services-bg-1.jpg\";s:8:\"filesize\";i:180333;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1648,1427,'_shortpixel_status','2'),(1944,1455,'_astra_sites_enable_for_batch','1'),(1651,1427,'_astra_sites_imported_post','1'),(1652,1427,'_astra_sites_enable_for_batch','1'),(1653,1427,'_astra_sites_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(1654,1427,'_elementor_source_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(1655,1428,'_wp_attached_file','2018/11/winter-sport-1.jpg'),(1656,1428,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:26:\"2018/11/winter-sport-1.jpg\";s:8:\"filesize\";i:65005;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1657,1428,'_shortpixel_status','2'),(1943,1455,'_astra_sites_imported_post','1'),(1660,1428,'_astra_sites_imported_post','1'),(1661,1428,'_astra_sites_enable_for_batch','1'),(1662,1428,'_astra_sites_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(1663,1428,'_elementor_source_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(1664,1429,'_wp_attached_file','2018/11/project-background-1.jpg'),(1665,1429,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:682;s:4:\"file\";s:32:\"2018/11/project-background-1.jpg\";s:8:\"filesize\";i:95014;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1666,1429,'_shortpixel_status','2'),(1942,1455,'_wxr_import_user_slug','satishk'),(1941,1455,'_wxr_import_parent','5'),(1669,1429,'_astra_sites_imported_post','1'),(1670,1429,'_astra_sites_enable_for_batch','1'),(1671,1429,'_astra_sites_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(1672,1429,'_elementor_source_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(1673,1430,'_wp_attached_file','2018/11/image-1-1.jpg'),(1674,1430,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:21:\"2018/11/image-1-1.jpg\";s:8:\"filesize\";i:45942;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1675,1430,'_shortpixel_status','2'),(1678,1430,'_astra_sites_imported_post','1'),(1679,1430,'_astra_sites_enable_for_batch','1'),(1680,1430,'_astra_sites_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(1681,1430,'_elementor_source_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(1682,1431,'_wp_attached_file','2018/11/hero-bg-1.jpg'),(1683,1431,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2200;s:6:\"height\";i:1088;s:4:\"file\";s:21:\"2018/11/hero-bg-1.jpg\";s:8:\"filesize\";i:197817;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1684,1431,'_shortpixel_status','2'),(1687,1431,'_astra_sites_imported_post','1'),(1688,1431,'_astra_sites_enable_for_batch','1'),(1689,1431,'_astra_sites_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(1690,1431,'_elementor_source_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(1691,1432,'_wp_attached_file','2020/01/logo-1.png'),(1692,1432,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:18:\"2020/01/logo-1.png\";s:8:\"filesize\";i:1200;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1693,1432,'_wxr_import_user_slug','rishabhm'),(1694,1432,'_astra_sites_imported_post','1'),(1695,1432,'_astra_sites_enable_for_batch','1'),(1696,1432,'_astra_sites_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(1697,1432,'_elementor_source_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(1698,1433,'_wp_attached_file','2020/01/logo@2x-1.png'),(1699,1433,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:21:\"2020/01/logo@2x-1.png\";s:8:\"filesize\";i:2034;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1700,1433,'_wxr_import_user_slug','rishabhm'),(1701,1433,'_astra_sites_imported_post','1'),(1702,1433,'_astra_sites_enable_for_batch','1'),(1703,1433,'_astra_sites_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(1704,1433,'_elementor_source_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(1705,1434,'_wp_attached_file','2020/01/white-logo@2x-1.png'),(1706,1434,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:27:\"2020/01/white-logo@2x-1.png\";s:8:\"filesize\";i:2382;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1707,1434,'_wxr_import_user_slug','rishabhm'),(1708,1434,'_astra_sites_imported_post','1'),(1709,1434,'_astra_sites_enable_for_batch','1'),(1710,1434,'_astra_sites_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(1711,1434,'_elementor_source_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(1712,1435,'_wp_attached_file','2020/01/white-logo-1.png'),(1713,1435,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:24:\"2020/01/white-logo-1.png\";s:8:\"filesize\";i:1107;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1714,1435,'_wxr_import_user_slug','rishabhm'),(1715,1435,'_astra_sites_imported_post','1'),(1716,1435,'_astra_sites_enable_for_batch','1'),(1717,1435,'_astra_sites_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(1718,1435,'_elementor_source_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(1719,1436,'_wp_attached_file','2020/01/hiking-v1-1.jpg'),(1720,1436,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:23:\"2020/01/hiking-v1-1.jpg\";s:8:\"filesize\";i:251780;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1723,1436,'_astra_sites_imported_post','1'),(1724,1436,'_astra_sites_enable_for_batch','1'),(1725,1436,'_astra_sites_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(1726,1436,'_elementor_source_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(1727,1437,'_wp_attached_file','2020/01/walking-v1-1.jpg'),(1728,1437,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2020/01/walking-v1-1.jpg\";s:8:\"filesize\";i:283999;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1731,1437,'_astra_sites_imported_post','1'),(1732,1437,'_astra_sites_enable_for_batch','1'),(1733,1437,'_astra_sites_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(1734,1437,'_elementor_source_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(1735,1438,'_wp_attached_file','2020/01/section-bg-img-1.jpg'),(1736,1438,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2020/01/section-bg-img-1.jpg\";s:8:\"filesize\";i:776329;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1739,1438,'_astra_sites_imported_post','1'),(1740,1438,'_astra_sites_enable_for_batch','1'),(1741,1438,'_astra_sites_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(1742,1438,'_elementor_source_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(1743,1439,'_elementor_edit_mode','builder'),(1744,1439,'_elementor_template_type','kit'),(1745,1439,'_elementor_page_settings','a:11:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:13:\"custom_colors\";a:0:{}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: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:9:\"site_name\";s:17:\"Outdoor Adventure\";s:16:\"site_description\";s:32:\"Outdoor Sports Adventure Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(1746,1439,'_wp_page_template','default'),(1747,1439,'_elementor_data','[]'),(1748,1439,'_elementor_page_assets','a:0:{}'),(1749,1439,'_elementor_version','3.4.8'),(1750,1439,'_astra_sites_imported_post','1'),(1751,1439,'_astra_sites_enable_for_batch','1'),(1752,1440,'_wp_attached_file','2020/02/outdoor-adventure-yoast-seo-1.jpg'),(1753,1440,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:41:\"2020/02/outdoor-adventure-yoast-seo-1.jpg\";s:8:\"filesize\";i:191255;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1754,1440,'_astra_sites_imported_post','1'),(1755,1440,'_astra_sites_enable_for_batch','1'),(1756,1440,'_astra_sites_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(1757,1440,'_elementor_source_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(1758,1441,'_wp_attached_file','2021/02/outdoor-image-01-1.jpg'),(1759,1441,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:30:\"2021/02/outdoor-image-01-1.jpg\";s:8:\"filesize\";i:39470;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1940,1455,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1950;s:6:\"height\";i:690;s:4:\"file\";s:24:\"2018/11/about-bg-2-2.jpg\";s:8:\"filesize\";i:1067455;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1762,1441,'_astra_sites_imported_post','1'),(1763,1441,'_astra_sites_enable_for_batch','1'),(1764,1441,'_astra_sites_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(1765,1441,'_elementor_source_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(1766,1442,'_wp_attached_file','2021/02/outdoor-image-02-1.jpg'),(1767,1442,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:30:\"2021/02/outdoor-image-02-1.jpg\";s:8:\"filesize\";i:152266;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1939,1455,'_wp_attached_file','2018/11/about-bg-2-2.jpg'),(1770,1442,'_astra_sites_imported_post','1'),(1771,1442,'_astra_sites_enable_for_batch','1'),(1772,1442,'_astra_sites_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(1773,1442,'_elementor_source_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(1774,1443,'_wp_attached_file','2021/02/outdoor-image-04-1.jpg'),(1775,1443,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:379;s:6:\"height\";i:218;s:4:\"file\";s:30:\"2021/02/outdoor-image-04-1.jpg\";s:8:\"filesize\";i:15301;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1938,1454,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:333660;}'),(1778,1443,'_astra_sites_imported_post','1'),(1779,1443,'_astra_sites_enable_for_batch','1'),(1780,1443,'_astra_sites_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(1781,1443,'_elementor_source_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(1782,1444,'_wp_attached_file','2021/02/outdoor-image-03-1.jpg'),(1783,1444,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:30:\"2021/02/outdoor-image-03-1.jpg\";s:8:\"filesize\";i:172099;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1937,1454,'_wp_attached_file','2023/05/wxr-4.xml'),(1786,1444,'_astra_sites_imported_post','1'),(1787,1444,'_astra_sites_enable_for_batch','1'),(1788,1444,'_astra_sites_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(1789,1444,'_elementor_source_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(1790,1445,'_wp_page_template','default'),(1791,1445,'site-sidebar-layout','no-sidebar'),(1792,1445,'site-content-layout','page-builder'),(1793,1445,'theme-transparent-header-meta','enabled'),(1794,1445,'_yoast_wpseo_content_score','90'),(1795,1445,'_elementor_edit_mode','builder'),(1796,1445,'_elementor_template_type','wp-page'),(1797,1445,'_astra_content_layout_flag','disabled'),(1798,1445,'site-post-title','disabled'),(1799,1445,'ast-title-bar-display','disabled'),(1800,1445,'ast-featured-img','disabled'),(1801,1445,'_elementor_data','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"270\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the Colourful World\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cab84e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":55},\"align\":\"left\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb5a798\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"- Adam Sendler\",\"testimonial_job\":\"\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_content_color\":\"globals\\/colors?id=astglobalcolor3\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a15c162\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1802,1445,'_elementor_version','3.4.8'),(1803,1445,'astra-main-page-id','23830'),(1804,1445,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1805,1445,'_yoast_wpseo_estimated-reading-time-minutes','2'),(1806,1445,'_elementor_page_assets','a:0:{}'),(1807,1445,'_elementor_data_bckp','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#040219\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The Colourful World\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d0d9cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":75},\"align\":\"right\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"26eb166\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\"</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95e575c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Adam Sendler</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"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}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33bc69a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7da6c6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"rgba(0, 0, 0, 0.69)\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"rgba(0, 0, 0, 0.69)\"},\"elements\":[{\"id\":\"b0bec06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.</p>\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1808,1445,'ast_self_id_23830','1'),(1809,1445,'_elementor_controls_usage','a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:5;s:11:\"header_size\";i:2;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:20:\"typography_font_size\";i:1;s:25:\"typography_letter_spacing\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:5:{s:5:\"width\";i:4;s:5:\"align\";i:3;s:12:\"width_tablet\";i:1;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:5;s:5:\"align\";i:5;s:10:\"icon_align\";i:3;s:13:\"selected_icon\";i:3;s:11:\"icon_indent\";i:3;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:20:\"typography_font_size\";i:4;s:25:\"typography_letter_spacing\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:10;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:4;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:17:\"background_repeat\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:25:\"background_overlay_repeat\";i:1;s:26:\"background_overlay_opacity\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:3;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:2;s:27:\"background_overlay_position\";i:2;s:29:\"background_overlay_attachment\";i:2;s:23:\"background_overlay_size\";i:2;s:26:\"background_overlay_opacity\";i:2;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;}s:21:\"section_shape_divider\";a:1:{s:27:\"shape_divider_bottom_height\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:6;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:5;s:6:\"margin\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:7;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;s:10:\"image_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:12:{s:5:\"width\";i:7;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:22:\"css_filters_css_filter\";i:6;s:22:\"css_filters_brightness\";i:6;s:20:\"css_filters_contrast\";i:6;s:20:\"css_filters_saturate\";i:6;s:15:\"css_filters_hue\";i:3;s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:6;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:2;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:4:{s:19:\"testimonial_content\";i:1;s:17:\"testimonial_image\";i:1;s:16:\"testimonial_name\";i:1;s:15:\"testimonial_job\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:2;s:18:\"title_bottom_space\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:12:\"align_mobile\";i:2;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:2;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}}}}'),(1810,1445,'_wxr_import_user_slug','satishk'),(1811,1445,'_astra_sites_imported_post','1'),(1812,1445,'_astra_sites_enable_for_batch','1'),(1813,1446,'_wp_page_template','default'),(1814,1446,'site-sidebar-layout','no-sidebar'),(1815,1446,'site-content-layout','page-builder'),(1816,1446,'theme-transparent-header-meta','enabled'),(1817,1446,'_yoast_wpseo_content_score','90'),(1818,1446,'site-post-title','disabled'),(1819,1446,'_elementor_template_type','wp-post'),(1820,1446,'_astra_content_layout_flag','disabled'),(1821,1446,'ast-title-bar-display','disabled'),(1822,1446,'ast-featured-img','disabled'),(1823,1446,'_elementor_data','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"55\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1824,1446,'_elementor_version','3.4.8'),(1825,1446,'astra-main-page-id','23827'),(1826,1446,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1827,1446,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1828,1446,'_elementor_edit_mode','builder'),(1829,1446,'_elementor_data_bckp','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.</p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1830,1446,'ast_self_id_23827','1'),(1831,1446,'_elementor_page_assets','a:0:{}'),(1832,1446,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:5;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;s:5:\"align\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:12:\"align_mobile\";i:5;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:5;s:14:\"_margin_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:9:{s:5:\"width\";i:1;s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:1;s:25:\"icon_typography_font_size\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}}'),(1833,1446,'_wxr_import_user_slug','satishk'),(1834,1446,'_astra_sites_imported_post','1'),(1835,1446,'_astra_sites_enable_for_batch','1'),(1836,1447,'_wp_page_template','default'),(1837,1447,'site-sidebar-layout','no-sidebar'),(1838,1447,'site-content-layout','page-builder'),(1839,1447,'theme-transparent-header-meta','enabled'),(1840,1447,'_yoast_wpseo_content_score','90'),(1841,1447,'site-post-title','disabled'),(1842,1447,'_elementor_edit_mode','builder'),(1843,1447,'_elementor_template_type','wp-post'),(1844,1447,'_astra_content_layout_flag','disabled'),(1845,1447,'ast-title-bar-display','disabled'),(1846,1447,'ast-featured-img','disabled'),(1847,1447,'_elementor_data','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-bg.jpg\",\"id\":194,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventures\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"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\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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}},\"elements\":[{\"id\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"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},\"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\":true}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventure\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"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\":true}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Get\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1848,1447,'_elementor_version','3.4.8'),(1849,1447,'astra-main-page-id','23832'),(1850,1447,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1851,1447,'_yoast_wpseo_estimated-reading-time-minutes','2'),(1852,1447,'_elementor_page_assets','a:0:{}'),(1853,1447,'_elementor_data_bckp','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-bg.jpg\",\"id\":194},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"b7194dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4788e5dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c54645a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventuresn\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"92a5c23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventuren\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Getn\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(1854,1447,'ast_self_id_23832','1'),(1855,1447,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:19:\"_inline_size_tablet\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:7;s:14:\"padding_tablet\";i:6;s:13:\"margin_mobile\";i:5;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:5:\"align\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:12:\"align_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:10:{s:5:\"width\";i:4;s:22:\"css_filters_css_filter\";i:4;s:22:\"css_filters_brightness\";i:4;s:20:\"css_filters_contrast\";i:4;s:20:\"css_filters_saturate\";i:4;s:15:\"css_filters_hue\";i:4;s:19:\"image_border_radius\";i:4;s:32:\"image_box_shadow_box_shadow_type\";i:4;s:27:\"image_box_shadow_box_shadow\";i:4;s:12:\"width_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:10:\"image_size\";i:4;s:11:\"image_space\";i:4;s:27:\"background_hover_transition\";i:4;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:4;s:18:\"title_bottom_space\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:2;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:2;s:25:\"icon_typography_font_size\";i:2;s:32:\"icon_typography_font_size_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:2;}}}}}'),(1856,1447,'_wxr_import_user_slug','satishk'),(1857,1447,'_astra_sites_imported_post','1'),(1858,1447,'_astra_sites_enable_for_batch','1'),(1859,1448,'_wp_page_template','default'),(1860,1448,'site-sidebar-layout','no-sidebar'),(1861,1448,'site-content-layout','page-builder'),(1862,1448,'theme-transparent-header-meta','enabled'),(1863,1448,'_yoast_wpseo_content_score','90'),(1864,1448,'_elementor_edit_mode','builder'),(1865,1448,'_elementor_template_type','wp-post'),(1866,1448,'_astra_content_layout_flag','disabled'),(1867,1448,'site-post-title','disabled'),(1868,1448,'ast-title-bar-display','disabled'),(1869,1448,'ast-featured-img','disabled'),(1870,1448,'_elementor_data','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/project-background.jpg\",\"id\":216,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20},\"width_mobile\":{\"unit\":\"%\",\"size\":55},\"text\":\"Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b0fabca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f64cda\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":20},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":28},\"width_mobile\":{\"unit\":\"%\",\"size\":65},\"text\":\"Snow Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e50b5bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"33a334b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":17},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":24},\"width_mobile\":{\"unit\":\"%\",\"size\":60},\"text\":\"Forest Tours\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5c4ab15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Camping\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-1.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-2.jpg\"},{\"id\":192,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-3.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1871,1448,'_elementor_version','3.4.8'),(1872,1448,'astra-main-page-id','23831'),(1873,1448,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1874,1448,'_yoast_wpseo_estimated-reading-time-minutes','7'),(1875,1448,'_elementor_page_assets','a:0:{}'),(1876,1448,'_elementor_data_bckp','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/project-background.jpg\",\"id\":216},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fc40e94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"919f5c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"050\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"524dfe6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7eb1a2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.614,\"_inline_size_tablet\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca025eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55df323\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.386,\"_inline_size_tablet\":74,\"_inline_size_mobile\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":35},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"13906dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc11ff2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3324d1d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be64026\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.14,\"_inline_size_tablet\":25,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b9977eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Snow Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20c634d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.86,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd49875\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ae9d55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Winter Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc0bf7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"23f2d44\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9927ba9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":12.544,\"_inline_size_tablet\":21,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfe85b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forest Tours\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"563ab0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":87.456,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e768b2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2138a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Camping\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d72daeb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-1.jpg\"},{\"id\":191,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-2.jpg\"},{\"id\":192,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-3.jpg\"},{\"id\":193,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1877,1448,'ast_self_id_23831','1'),(1878,1448,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:21:\"background_attachment\";i:3;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:4;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:20:\"css_filters_saturate\";i:3;s:27:\"background_overlay_position\";i:3;s:29:\"background_overlay_attachment\";i:3;s:25:\"background_overlay_repeat\";i:3;s:23:\"background_overlay_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:4;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:3;s:16:\"content_position\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}s:18:\"section_text_style\";a:2:{s:10:\"text_align\";i:3;s:12:\"text_spacing\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:7:{s:5:\"width\";i:3;s:12:\"width_tablet\";i:3;s:12:\"width_mobile\";i:3;s:4:\"text\";i:3;s:5:\"align\";i:3;s:4:\"look\";i:3;s:8:\"html_tag\";i:3;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:3;s:9:\"_offset_x\";i:3;s:9:\"_offset_y\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:2:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_image_carousel\";a:10:{s:8:\"carousel\";i:3;s:14:\"thumbnail_size\";i:3;s:26:\"thumbnail_custom_dimension\";i:3;s:14:\"slides_to_show\";i:3;s:16:\"slides_to_scroll\";i:3;s:10:\"navigation\";i:3;s:13:\"open_lightbox\";i:3;s:21:\"slides_to_show_tablet\";i:3;s:21:\"slides_to_show_mobile\";i:3;s:13:\"image_stretch\";i:3;}s:26:\"section_additional_options\";a:2:{s:14:\"autoplay_speed\";i:3;s:8:\"autoplay\";i:3;}}s:5:\"style\";a:2:{s:24:\"section_style_navigation\";a:4:{s:11:\"arrows_size\";i:3;s:15:\"arrows_position\";i:3;s:12:\"arrows_color\";i:3;s:9:\"dots_size\";i:3;}s:19:\"section_style_image\";a:3:{s:13:\"image_spacing\";i:3;s:19:\"image_border_radius\";i:3;s:22:\"gallery_vertical_align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}}'),(1879,1448,'_wxr_import_user_slug','satishk'),(1880,1448,'_astra_sites_imported_post','1'),(1881,1448,'_astra_sites_enable_for_batch','1'),(1882,1449,'_wp_page_template','default'),(1883,1449,'site-sidebar-layout','no-sidebar'),(1884,1449,'site-content-layout','page-builder'),(1885,1449,'theme-transparent-header-meta','enabled'),(1886,1449,'_yoast_wpseo_content_score','90'),(1887,1449,'_elementor_edit_mode','builder'),(1888,1449,'_elementor_template_type','wp-post'),(1889,1449,'_astra_content_layout_flag','disabled'),(1890,1449,'site-post-title','disabled'),(1891,1449,'ast-title-bar-display','disabled'),(1892,1449,'ast-featured-img','disabled'),(1893,1449,'_elementor_data','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-2.jpg\",\"id\":58,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"22\"},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":54.332,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":false},\"_inline_size_tablet\":55,\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0d4aca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecc0d52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"315\\\"]\\t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2c2b69c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48dc1a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77c03f3\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Address\\u200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,\\nNew York, USA\\n\\n\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33e6ac1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.com\\u200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae9e05d\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d82cf08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2907d36\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7},\"icon_spacing\":{\"unit\":\"px\",\"size\":11},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"\"},\"columns_mobile\":\"3\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1894,1449,'_elementor_version','3.4.8'),(1895,1449,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(1896,1449,'astra-main-page-id','23829'),(1897,1449,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1898,1449,'_elementor_data_bckp','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-2.jpg\",\"id\":58},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"5b80d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9a08ab1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#ffffff\",\"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},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8672813\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"21ad806\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"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\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74c0dbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bef937d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\"315\"]t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"150c869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_inline_size_tablet\":45,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.87},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"29\",\"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\":\"50\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"f73529e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5246e5c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Addressu200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,nNew York, USAnn\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f47ccc1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.comu200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e842658\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"9f74309\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#939393\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":18},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":12},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"hover_primary_color\":\"#fb2056\",\"hover_secondary_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1899,1449,'ast_self_id_23829','1'),(1900,1449,'_elementor_page_assets','a:0:{}'),(1901,1449,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:3;s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:3;s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:7:{s:18:\"title_bottom_space\";i:3;s:10:\"text_align\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_line_height\";i:3;s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_tablet\";i:3;s:25:\"title_bottom_space_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:5:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:14:\"columns_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_tablet\";i:1;s:16:\"icon_size_mobile\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:19:\"icon_spacing_mobile\";i:1;}}}}}'),(1902,1449,'_wxr_import_user_slug','satishk'),(1903,1449,'_astra_sites_imported_post','1'),(1904,1449,'_astra_sites_enable_for_batch','1'),(1905,1450,'_menu_item_type','post_type'),(1906,1450,'_menu_item_object_id','1447'),(1907,1450,'_menu_item_object','page'),(1908,1450,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1909,1450,'_wp_old_date','2018-11-27'),(1910,1450,'_wxr_import_user_slug','satishk'),(1911,1450,'_astra_sites_imported_post','1'),(1912,1450,'_astra_sites_enable_for_batch','1'),(1913,1451,'_menu_item_type','post_type'),(1914,1451,'_menu_item_object_id','1446'),(1915,1451,'_menu_item_object','page'),(1916,1451,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1917,1451,'_wp_old_date','2018-11-27'),(1918,1451,'_wxr_import_user_slug','satishk'),(1919,1451,'_astra_sites_imported_post','1'),(1920,1451,'_astra_sites_enable_for_batch','1'),(1921,1452,'_menu_item_type','post_type'),(1922,1452,'_menu_item_object_id','1445'),(1923,1452,'_menu_item_object','page'),(1924,1452,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1925,1452,'_wp_old_date','2018-11-27'),(1926,1452,'_wxr_import_user_slug','satishk'),(1927,1452,'_astra_sites_imported_post','1'),(1928,1452,'_astra_sites_enable_for_batch','1'),(1929,1453,'_menu_item_type','post_type'),(1930,1453,'_menu_item_object_id','1449'),(1931,1453,'_menu_item_object','page'),(1932,1453,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1933,1453,'_wp_old_date','2018-11-28'),(1934,1453,'_wxr_import_user_slug','sonalib'),(1935,1453,'_astra_sites_imported_post','1'),(1936,1453,'_astra_sites_enable_for_batch','1'),(1949,1456,'_wxr_import_parent','5'),(1950,1456,'_wxr_import_user_slug','satishk'),(1951,1456,'_astra_sites_imported_post','1'),(1952,1456,'_astra_sites_enable_for_batch','1'),(1953,1456,'_astra_sites_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(1954,1456,'_elementor_source_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(1955,1457,'_wp_attached_file','2018/11/services-2-2.jpg'),(1956,1457,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-2-2.jpg\";s:8:\"filesize\";i:337988;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1957,1457,'_wxr_import_parent','6'),(1958,1457,'_wxr_import_user_slug','satishk'),(1959,1457,'_astra_sites_imported_post','1'),(1960,1457,'_astra_sites_enable_for_batch','1'),(1961,1457,'_astra_sites_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(1962,1457,'_elementor_source_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(1963,1458,'_wp_attached_file','2018/11/services-3-2.jpg'),(1964,1458,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-3-2.jpg\";s:8:\"filesize\";i:324142;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1965,1458,'_wxr_import_parent','6'),(1966,1458,'_wxr_import_user_slug','satishk'),(1967,1458,'_astra_sites_imported_post','1'),(1968,1458,'_astra_sites_enable_for_batch','1'),(1969,1458,'_astra_sites_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(1970,1458,'_elementor_source_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(1971,1459,'_wp_attached_file','2018/11/quote-1-2.png'),(1972,1459,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:154;s:4:\"file\";s:21:\"2018/11/quote-1-2.png\";s:8:\"filesize\";i:4506;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1973,1459,'_wxr_import_parent','4'),(1974,1459,'_wxr_import_user_slug','satishk'),(1975,1459,'_astra_sites_imported_post','1'),(1976,1459,'_astra_sites_enable_for_batch','1'),(1977,1459,'_astra_sites_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(1978,1459,'_elementor_source_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(1979,1460,'_wp_attached_file','2018/11/19-1-2.png'),(1980,1460,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:18:\"2018/11/19-1-2.png\";s:8:\"filesize\";i:83867;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1981,1460,'_wxr_import_parent','4'),(1982,1460,'_wxr_import_user_slug','ramak'),(1983,1460,'_astra_sites_imported_post','1'),(1984,1460,'_astra_sites_enable_for_batch','1'),(1985,1460,'_astra_sites_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(1986,1460,'_elementor_source_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(1987,1461,'_wp_attached_file','2018/11/about-bg-5-2.jpg'),(1988,1461,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:749;s:4:\"file\";s:24:\"2018/11/about-bg-5-2.jpg\";s:8:\"filesize\";i:925260;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1989,1461,'_wxr_import_parent','5'),(1990,1461,'_wxr_import_user_slug','satishk'),(1991,1461,'_astra_sites_imported_post','1'),(1992,1461,'_astra_sites_enable_for_batch','1'),(1993,1461,'_astra_sites_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(1994,1461,'_elementor_source_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(1995,1462,'_wp_attached_file','2018/11/snow-1-2.jpg'),(1996,1462,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:20:\"2018/11/snow-1-2.jpg\";s:8:\"filesize\";i:44864;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1997,1462,'_shortpixel_status','2'),(1998,1462,'_wxr_import_parent','4'),(1999,1462,'_wxr_import_user_slug','satishk'),(2000,1462,'_astra_sites_imported_post','1'),(2001,1462,'_astra_sites_enable_for_batch','1'),(2002,1462,'_astra_sites_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(2003,1462,'_elementor_source_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(2004,1463,'_wp_attached_file','2018/11/water-sports-01-2.jpg'),(2005,1463,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-01-2.jpg\";s:8:\"filesize\";i:87126;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2006,1463,'_shortpixel_status','2'),(2007,1463,'_wxr_import_user_slug','satishk'),(2008,1463,'_astra_sites_imported_post','1'),(2009,1463,'_astra_sites_enable_for_batch','1'),(2010,1463,'_astra_sites_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(2011,1463,'_elementor_source_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(2012,1464,'_wp_attached_file','2018/11/water-sports-02-2.jpg'),(2013,1464,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-02-2.jpg\";s:8:\"filesize\";i:55046;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2014,1464,'_shortpixel_status','2'),(2015,1464,'_wxr_import_user_slug','satishk'),(2016,1464,'_astra_sites_imported_post','1'),(2017,1464,'_astra_sites_enable_for_batch','1'),(2018,1464,'_astra_sites_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(2019,1464,'_elementor_source_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(2020,1465,'_wp_attached_file','2018/11/water-sports-03-2.jpg'),(2021,1465,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-03-2.jpg\";s:8:\"filesize\";i:89577;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2022,1465,'_shortpixel_status','2'),(2023,1465,'_wxr_import_user_slug','satishk'),(2024,1465,'_astra_sites_imported_post','1'),(2025,1465,'_astra_sites_enable_for_batch','1'),(2026,1465,'_astra_sites_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(2027,1465,'_elementor_source_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(2028,1466,'_wp_attached_file','2018/11/water-sports-04-2.jpg'),(2029,1466,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-04-2.jpg\";s:8:\"filesize\";i:79551;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2030,1466,'_shortpixel_status','2'),(2031,1466,'_wxr_import_user_slug','satishk'),(2032,1466,'_astra_sites_imported_post','1'),(2033,1466,'_astra_sites_enable_for_batch','1'),(2034,1466,'_astra_sites_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(2035,1466,'_elementor_source_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(2036,1467,'_wp_attached_file','2018/11/winter-sports-01-2.jpg'),(2037,1467,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-01-2.jpg\";s:8:\"filesize\";i:42542;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2038,1467,'_shortpixel_status','2'),(2039,1467,'_wxr_import_user_slug','satishk'),(2040,1467,'_astra_sites_imported_post','1'),(2041,1467,'_astra_sites_enable_for_batch','1'),(2042,1467,'_astra_sites_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(2043,1467,'_elementor_source_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(2044,1468,'_wp_attached_file','2018/11/winter-sports-02-2.jpg'),(2045,1468,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-02-2.jpg\";s:8:\"filesize\";i:44582;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2046,1468,'_shortpixel_status','2'),(2047,1468,'_wxr_import_user_slug','satishk'),(2048,1468,'_astra_sites_imported_post','1'),(2049,1468,'_astra_sites_enable_for_batch','1'),(2050,1468,'_astra_sites_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(2051,1468,'_elementor_source_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(2052,1469,'_wp_attached_file','2018/11/winter-sports-03-2.jpg'),(2053,1469,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-03-2.jpg\";s:8:\"filesize\";i:51464;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2054,1469,'_shortpixel_status','2'),(2055,1469,'_wxr_import_user_slug','satishk'),(2056,1469,'_astra_sites_imported_post','1'),(2057,1469,'_astra_sites_enable_for_batch','1'),(2058,1469,'_astra_sites_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(2059,1469,'_elementor_source_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(2060,1470,'_wp_attached_file','2018/11/winter-sports-04-2.jpg'),(2061,1470,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-04-2.jpg\";s:8:\"filesize\";i:67612;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2062,1470,'_shortpixel_status','2'),(2063,1470,'_wxr_import_user_slug','satishk'),(2064,1470,'_astra_sites_imported_post','1'),(2065,1470,'_astra_sites_enable_for_batch','1'),(2066,1470,'_astra_sites_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(2067,1470,'_elementor_source_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(2068,1471,'_wp_attached_file','2018/11/camp-1-2.jpg'),(2069,1471,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-1-2.jpg\";s:8:\"filesize\";i:44849;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2070,1471,'_shortpixel_status','2'),(2071,1471,'_wxr_import_user_slug','satishk'),(2072,1471,'_astra_sites_imported_post','1'),(2073,1471,'_astra_sites_enable_for_batch','1'),(2074,1471,'_astra_sites_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(2075,1471,'_elementor_source_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(2076,1472,'_wp_attached_file','2018/11/camp-2-2.jpg'),(2077,1472,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-2-2.jpg\";s:8:\"filesize\";i:49791;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2078,1472,'_shortpixel_status','2'),(2079,1472,'_wxr_import_user_slug','satishk'),(2080,1472,'_astra_sites_imported_post','1'),(2081,1472,'_astra_sites_enable_for_batch','1'),(2082,1472,'_astra_sites_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(2083,1472,'_elementor_source_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(2084,1473,'_wp_attached_file','2018/11/camp-3-2.jpg'),(2085,1473,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-3-2.jpg\";s:8:\"filesize\";i:45532;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2086,1473,'_shortpixel_status','2'),(2087,1473,'_wxr_import_user_slug','satishk'),(2088,1473,'_astra_sites_imported_post','1'),(2089,1473,'_astra_sites_enable_for_batch','1'),(2090,1473,'_astra_sites_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(2091,1473,'_elementor_source_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(2092,1474,'_wp_attached_file','2018/11/camp-4-2.jpg'),(2093,1474,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-4-2.jpg\";s:8:\"filesize\";i:82012;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2094,1474,'_shortpixel_status','2'),(2095,1474,'_wxr_import_user_slug','satishk'),(2096,1474,'_astra_sites_imported_post','1'),(2097,1474,'_astra_sites_enable_for_batch','1'),(2098,1474,'_astra_sites_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(2099,1474,'_elementor_source_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(2100,1476,'_wp_attached_file','2023/05/wxr-5.xml'),(2101,1476,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:333660;}'),(2102,1477,'_wp_attached_file','2018/11/about-bg-2-3.jpg'),(2103,1477,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1950;s:6:\"height\";i:690;s:4:\"file\";s:24:\"2018/11/about-bg-2-3.jpg\";s:8:\"filesize\";i:1067455;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2106,1477,'_astra_sites_imported_post','1'),(2107,1477,'_astra_sites_enable_for_batch','1'),(2108,1477,'_astra_sites_image_hash','997282218f92ab02c59763576c608515db387aa1'),(2109,1477,'_elementor_source_image_hash','997282218f92ab02c59763576c608515db387aa1'),(2110,1478,'_wp_attached_file','2018/11/vision-1-3.jpg'),(2111,1478,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:22:\"2018/11/vision-1-3.jpg\";s:8:\"filesize\";i:421268;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2114,1478,'_astra_sites_imported_post','1'),(2115,1478,'_astra_sites_enable_for_batch','1'),(2116,1478,'_astra_sites_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(2117,1478,'_elementor_source_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(2118,1479,'_wp_attached_file','2018/11/services-2-3.jpg'),(2119,1479,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-2-3.jpg\";s:8:\"filesize\";i:337988;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2122,1479,'_astra_sites_imported_post','1'),(2123,1479,'_astra_sites_enable_for_batch','1'),(2124,1479,'_astra_sites_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(2125,1479,'_elementor_source_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(2126,1480,'_wp_attached_file','2018/11/services-3-3.jpg'),(2127,1480,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-3-3.jpg\";s:8:\"filesize\";i:324142;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2577,1528,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:22:\"2018/11/vision-1-4.jpg\";s:8:\"filesize\";i:421268;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2130,1480,'_astra_sites_imported_post','1'),(2131,1480,'_astra_sites_enable_for_batch','1'),(2132,1480,'_astra_sites_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(2133,1480,'_elementor_source_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(2134,1481,'_wp_attached_file','2018/11/quote-1-3.png'),(2135,1481,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:154;s:4:\"file\";s:21:\"2018/11/quote-1-3.png\";s:8:\"filesize\";i:4506;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2576,1528,'_wp_attached_file','2018/11/vision-1-4.jpg'),(2138,1481,'_astra_sites_imported_post','1'),(2139,1481,'_astra_sites_enable_for_batch','1'),(2140,1481,'_astra_sites_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(2141,1481,'_elementor_source_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(2142,1482,'_wp_attached_file','2018/11/19-1-3.png'),(2143,1482,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:18:\"2018/11/19-1-3.png\";s:8:\"filesize\";i:83867;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2146,1482,'_astra_sites_imported_post','1'),(2147,1482,'_astra_sites_enable_for_batch','1'),(2148,1482,'_astra_sites_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(2149,1482,'_elementor_source_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(2150,1483,'_wp_attached_file','2018/11/about-bg-5-3.jpg'),(2151,1483,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:749;s:4:\"file\";s:24:\"2018/11/about-bg-5-3.jpg\";s:8:\"filesize\";i:925260;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2575,1527,'_elementor_source_image_hash','997282218f92ab02c59763576c608515db387aa1'),(2154,1483,'_astra_sites_imported_post','1'),(2155,1483,'_astra_sites_enable_for_batch','1'),(2156,1483,'_astra_sites_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(2157,1483,'_elementor_source_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(2158,1484,'_wp_attached_file','2018/11/snow-1-3.jpg'),(2159,1484,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:20:\"2018/11/snow-1-3.jpg\";s:8:\"filesize\";i:44864;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2160,1484,'_shortpixel_status','2'),(2574,1527,'_astra_sites_image_hash','997282218f92ab02c59763576c608515db387aa1'),(2163,1484,'_astra_sites_imported_post','1'),(2164,1484,'_astra_sites_enable_for_batch','1'),(2165,1484,'_astra_sites_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(2166,1484,'_elementor_source_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(2167,1485,'_wp_attached_file','2018/11/water-sports-01-3.jpg'),(2168,1485,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-01-3.jpg\";s:8:\"filesize\";i:87126;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2169,1485,'_shortpixel_status','2'),(2170,1485,'_wxr_import_user_slug','satishk'),(2171,1485,'_astra_sites_imported_post','1'),(2172,1485,'_astra_sites_enable_for_batch','1'),(2173,1485,'_astra_sites_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(2174,1485,'_elementor_source_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(2175,1486,'_wp_attached_file','2018/11/water-sports-02-3.jpg'),(2176,1486,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-02-3.jpg\";s:8:\"filesize\";i:55046;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2177,1486,'_shortpixel_status','2'),(2178,1486,'_wxr_import_user_slug','satishk'),(2179,1486,'_astra_sites_imported_post','1'),(2180,1486,'_astra_sites_enable_for_batch','1'),(2181,1486,'_astra_sites_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(2182,1486,'_elementor_source_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(2183,1487,'_wp_attached_file','2018/11/water-sports-03-3.jpg'),(2184,1487,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-03-3.jpg\";s:8:\"filesize\";i:89577;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); INSERT INTO `wpfl_postmeta` VALUES (2185,1487,'_shortpixel_status','2'),(2186,1487,'_wxr_import_user_slug','satishk'),(2187,1487,'_astra_sites_imported_post','1'),(2188,1487,'_astra_sites_enable_for_batch','1'),(2189,1487,'_astra_sites_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(2190,1487,'_elementor_source_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(2191,1488,'_wp_attached_file','2018/11/water-sports-04-3.jpg'),(2192,1488,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-04-3.jpg\";s:8:\"filesize\";i:79551;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2193,1488,'_shortpixel_status','2'),(2194,1488,'_wxr_import_user_slug','satishk'),(2195,1488,'_astra_sites_imported_post','1'),(2196,1488,'_astra_sites_enable_for_batch','1'),(2197,1488,'_astra_sites_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(2198,1488,'_elementor_source_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(2199,1489,'_wp_attached_file','2018/11/winter-sports-01-3.jpg'),(2200,1489,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-01-3.jpg\";s:8:\"filesize\";i:42542;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2201,1489,'_shortpixel_status','2'),(2202,1489,'_wxr_import_user_slug','satishk'),(2203,1489,'_astra_sites_imported_post','1'),(2204,1489,'_astra_sites_enable_for_batch','1'),(2205,1489,'_astra_sites_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(2206,1489,'_elementor_source_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(2207,1490,'_wp_attached_file','2018/11/winter-sports-02-3.jpg'),(2208,1490,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-02-3.jpg\";s:8:\"filesize\";i:44582;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2209,1490,'_shortpixel_status','2'),(2210,1490,'_wxr_import_user_slug','satishk'),(2211,1490,'_astra_sites_imported_post','1'),(2212,1490,'_astra_sites_enable_for_batch','1'),(2213,1490,'_astra_sites_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(2214,1490,'_elementor_source_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(2215,1491,'_wp_attached_file','2018/11/winter-sports-03-3.jpg'),(2216,1491,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-03-3.jpg\";s:8:\"filesize\";i:51464;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2217,1491,'_shortpixel_status','2'),(2218,1491,'_wxr_import_user_slug','satishk'),(2219,1491,'_astra_sites_imported_post','1'),(2220,1491,'_astra_sites_enable_for_batch','1'),(2221,1491,'_astra_sites_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(2222,1491,'_elementor_source_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(2223,1492,'_wp_attached_file','2018/11/winter-sports-04-3.jpg'),(2224,1492,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-04-3.jpg\";s:8:\"filesize\";i:67612;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2225,1492,'_shortpixel_status','2'),(2226,1492,'_wxr_import_user_slug','satishk'),(2227,1492,'_astra_sites_imported_post','1'),(2228,1492,'_astra_sites_enable_for_batch','1'),(2229,1492,'_astra_sites_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(2230,1492,'_elementor_source_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(2231,1493,'_wp_attached_file','2018/11/camp-1-3.jpg'),(2232,1493,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-1-3.jpg\";s:8:\"filesize\";i:44849;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2233,1493,'_shortpixel_status','2'),(2234,1493,'_wxr_import_user_slug','satishk'),(2235,1493,'_astra_sites_imported_post','1'),(2236,1493,'_astra_sites_enable_for_batch','1'),(2237,1493,'_astra_sites_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(2238,1493,'_elementor_source_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(2239,1494,'_wp_attached_file','2018/11/camp-2-3.jpg'),(2240,1494,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-2-3.jpg\";s:8:\"filesize\";i:49791;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2241,1494,'_shortpixel_status','2'),(2242,1494,'_wxr_import_user_slug','satishk'),(2243,1494,'_astra_sites_imported_post','1'),(2244,1494,'_astra_sites_enable_for_batch','1'),(2245,1494,'_astra_sites_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(2246,1494,'_elementor_source_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(2247,1495,'_wp_attached_file','2018/11/camp-3-3.jpg'),(2248,1495,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-3-3.jpg\";s:8:\"filesize\";i:45532;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2249,1495,'_shortpixel_status','2'),(2250,1495,'_wxr_import_user_slug','satishk'),(2251,1495,'_astra_sites_imported_post','1'),(2252,1495,'_astra_sites_enable_for_batch','1'),(2253,1495,'_astra_sites_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(2254,1495,'_elementor_source_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(2255,1496,'_wp_attached_file','2018/11/camp-4-3.jpg'),(2256,1496,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-4-3.jpg\";s:8:\"filesize\";i:82012;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2257,1496,'_shortpixel_status','2'),(2258,1496,'_wxr_import_user_slug','satishk'),(2259,1496,'_astra_sites_imported_post','1'),(2260,1496,'_astra_sites_enable_for_batch','1'),(2261,1496,'_astra_sites_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(2262,1496,'_elementor_source_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(2263,1497,'_menu_item_type','post_type'),(2264,1497,'_menu_item_object_id','1520'),(2265,1497,'_menu_item_object','page'),(2266,1497,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2267,1497,'_wp_old_date','2018-11-27'),(2268,1497,'_wxr_import_user_slug','satishk'),(2270,1497,'_astra_sites_imported_post','1'),(2271,1497,'_astra_sites_enable_for_batch','1'),(2272,1498,'_wxr_import_user_slug','satishk'),(2273,1498,'_astra_sites_imported_post','1'),(2274,1498,'_astra_sites_enable_for_batch','1'),(2275,1499,'_wp_attached_file','2018/11/services-bg-2.jpg'),(2276,1499,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:637;s:4:\"file\";s:25:\"2018/11/services-bg-2.jpg\";s:8:\"filesize\";i:180333;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2277,1499,'_shortpixel_status','2'),(2573,1527,'_astra_sites_enable_for_batch','1'),(2280,1499,'_astra_sites_imported_post','1'),(2281,1499,'_astra_sites_enable_for_batch','1'),(2282,1499,'_astra_sites_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(2283,1499,'_elementor_source_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(2284,1500,'_wp_attached_file','2018/11/winter-sport-2.jpg'),(2285,1500,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:26:\"2018/11/winter-sport-2.jpg\";s:8:\"filesize\";i:65005;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2286,1500,'_shortpixel_status','2'),(2572,1527,'_astra_sites_imported_post','1'),(2289,1500,'_astra_sites_imported_post','1'),(2290,1500,'_astra_sites_enable_for_batch','1'),(2291,1500,'_astra_sites_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(2292,1500,'_elementor_source_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(2293,1501,'_wp_attached_file','2018/11/project-background-2.jpg'),(2294,1501,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:682;s:4:\"file\";s:32:\"2018/11/project-background-2.jpg\";s:8:\"filesize\";i:95014;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2295,1501,'_shortpixel_status','2'),(2298,1501,'_astra_sites_imported_post','1'),(2299,1501,'_astra_sites_enable_for_batch','1'),(2300,1501,'_astra_sites_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(2301,1501,'_elementor_source_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(2302,1502,'_wp_attached_file','2018/11/image-1-2.jpg'),(2303,1502,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:21:\"2018/11/image-1-2.jpg\";s:8:\"filesize\";i:45942;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2304,1502,'_shortpixel_status','2'),(2307,1502,'_astra_sites_imported_post','1'),(2308,1502,'_astra_sites_enable_for_batch','1'),(2309,1502,'_astra_sites_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(2310,1502,'_elementor_source_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(2311,1503,'_wp_attached_file','2018/11/hero-bg-2.jpg'),(2312,1503,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2200;s:6:\"height\";i:1088;s:4:\"file\";s:21:\"2018/11/hero-bg-2.jpg\";s:8:\"filesize\";i:197817;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2313,1503,'_shortpixel_status','2'),(2316,1503,'_astra_sites_imported_post','1'),(2317,1503,'_astra_sites_enable_for_batch','1'),(2318,1503,'_astra_sites_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(2319,1503,'_elementor_source_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(2320,1504,'_wp_attached_file','2020/01/logo-2.png'),(2321,1504,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:18:\"2020/01/logo-2.png\";s:8:\"filesize\";i:1200;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2322,1504,'_wxr_import_user_slug','rishabhm'),(2323,1504,'_astra_sites_imported_post','1'),(2324,1504,'_astra_sites_enable_for_batch','1'),(2325,1504,'_astra_sites_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(2326,1504,'_elementor_source_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(2327,1505,'_wp_attached_file','2020/01/logo@2x-2.png'),(2328,1505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:21:\"2020/01/logo@2x-2.png\";s:8:\"filesize\";i:2034;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2329,1505,'_wxr_import_user_slug','rishabhm'),(2330,1505,'_astra_sites_imported_post','1'),(2331,1505,'_astra_sites_enable_for_batch','1'),(2332,1505,'_astra_sites_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(2333,1505,'_elementor_source_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(2334,1506,'_wp_attached_file','2020/01/white-logo@2x-2.png'),(2335,1506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:27:\"2020/01/white-logo@2x-2.png\";s:8:\"filesize\";i:2382;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2336,1506,'_wxr_import_user_slug','rishabhm'),(2337,1506,'_astra_sites_imported_post','1'),(2338,1506,'_astra_sites_enable_for_batch','1'),(2339,1506,'_astra_sites_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(2340,1506,'_elementor_source_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(2341,1507,'_wp_attached_file','2020/01/white-logo-2.png'),(2342,1507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:24:\"2020/01/white-logo-2.png\";s:8:\"filesize\";i:1107;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2343,1507,'_wxr_import_user_slug','rishabhm'),(2344,1507,'_astra_sites_imported_post','1'),(2345,1507,'_astra_sites_enable_for_batch','1'),(2346,1507,'_astra_sites_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(2347,1507,'_elementor_source_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(2348,1508,'_wp_attached_file','2020/01/hiking-v1-2.jpg'),(2349,1508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:23:\"2020/01/hiking-v1-2.jpg\";s:8:\"filesize\";i:251780;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2352,1508,'_astra_sites_imported_post','1'),(2353,1508,'_astra_sites_enable_for_batch','1'),(2354,1508,'_astra_sites_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(2355,1508,'_elementor_source_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(2356,1509,'_wp_attached_file','2020/01/walking-v1-2.jpg'),(2357,1509,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2020/01/walking-v1-2.jpg\";s:8:\"filesize\";i:283999;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2360,1509,'_astra_sites_imported_post','1'),(2361,1509,'_astra_sites_enable_for_batch','1'),(2362,1509,'_astra_sites_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(2363,1509,'_elementor_source_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(2364,1510,'_wp_attached_file','2020/01/section-bg-img-2.jpg'),(2365,1510,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2020/01/section-bg-img-2.jpg\";s:8:\"filesize\";i:776329;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2368,1510,'_astra_sites_imported_post','1'),(2369,1510,'_astra_sites_enable_for_batch','1'),(2370,1510,'_astra_sites_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(2371,1510,'_elementor_source_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(2372,1511,'_elementor_edit_mode','builder'),(2373,1511,'_elementor_template_type','kit'),(2374,1511,'_elementor_page_settings','a:11:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:13:\"custom_colors\";a:0:{}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: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:9:\"site_name\";s:17:\"Outdoor Adventure\";s:16:\"site_description\";s:32:\"Outdoor Sports Adventure Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(2375,1511,'_wp_page_template','default'),(2376,1511,'_elementor_data','[]'),(2377,1511,'_elementor_page_assets','a:0:{}'),(2378,1511,'_elementor_version','3.4.8'),(2379,1511,'_astra_sites_imported_post','1'),(2380,1511,'_astra_sites_enable_for_batch','1'),(2381,1512,'_wp_attached_file','2020/02/outdoor-adventure-yoast-seo-2.jpg'),(2382,1512,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:41:\"2020/02/outdoor-adventure-yoast-seo-2.jpg\";s:8:\"filesize\";i:191255;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2383,1512,'_astra_sites_imported_post','1'),(2384,1512,'_astra_sites_enable_for_batch','1'),(2385,1512,'_astra_sites_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(2386,1512,'_elementor_source_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(2387,1513,'_wp_attached_file','2021/02/outdoor-image-01-2.jpg'),(2388,1513,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:30:\"2021/02/outdoor-image-01-2.jpg\";s:8:\"filesize\";i:39470;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2569,1527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1950;s:6:\"height\";i:690;s:4:\"file\";s:24:\"2018/11/about-bg-2-4.jpg\";s:8:\"filesize\";i:1067455;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2391,1513,'_astra_sites_imported_post','1'),(2392,1513,'_astra_sites_enable_for_batch','1'),(2393,1513,'_astra_sites_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(2394,1513,'_elementor_source_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(2395,1514,'_wp_attached_file','2021/02/outdoor-image-02-2.jpg'),(2396,1514,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:30:\"2021/02/outdoor-image-02-2.jpg\";s:8:\"filesize\";i:152266;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2568,1527,'_wp_attached_file','2018/11/about-bg-2-4.jpg'),(2399,1514,'_astra_sites_imported_post','1'),(2400,1514,'_astra_sites_enable_for_batch','1'),(2401,1514,'_astra_sites_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(2402,1514,'_elementor_source_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(2403,1515,'_wp_attached_file','2021/02/outdoor-image-04-2.jpg'),(2404,1515,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:379;s:6:\"height\";i:218;s:4:\"file\";s:30:\"2021/02/outdoor-image-04-2.jpg\";s:8:\"filesize\";i:15301;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2567,1526,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:333660;}'),(2407,1515,'_astra_sites_imported_post','1'),(2408,1515,'_astra_sites_enable_for_batch','1'),(2409,1515,'_astra_sites_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(2410,1515,'_elementor_source_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(2411,1516,'_wp_attached_file','2021/02/outdoor-image-03-2.jpg'),(2412,1516,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:30:\"2021/02/outdoor-image-03-2.jpg\";s:8:\"filesize\";i:172099;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2566,1526,'_wp_attached_file','2023/05/wxr-6.xml'),(2415,1516,'_astra_sites_imported_post','1'),(2416,1516,'_astra_sites_enable_for_batch','1'),(2417,1516,'_astra_sites_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(2418,1516,'_elementor_source_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(2419,1517,'_wp_page_template','default'),(2420,1517,'site-sidebar-layout','no-sidebar'),(2421,1517,'site-content-layout','page-builder'),(2422,1517,'theme-transparent-header-meta','enabled'),(2423,1517,'_yoast_wpseo_content_score','90'),(2424,1517,'_elementor_edit_mode','builder'),(2425,1517,'_elementor_template_type','wp-page'),(2426,1517,'_astra_content_layout_flag','disabled'),(2427,1517,'site-post-title','disabled'),(2428,1517,'ast-title-bar-display','disabled'),(2429,1517,'ast-featured-img','disabled'),(2430,1517,'_elementor_data','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"270\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the Colourful World\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cab84e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":55},\"align\":\"left\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb5a798\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"- Adam Sendler\",\"testimonial_job\":\"\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_content_color\":\"globals\\/colors?id=astglobalcolor3\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a15c162\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2431,1517,'_elementor_version','3.4.8'),(2432,1517,'astra-main-page-id','23830'),(2433,1517,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2434,1517,'_yoast_wpseo_estimated-reading-time-minutes','2'),(2435,1517,'_elementor_page_assets','a:0:{}'),(2436,1517,'_elementor_data_bckp','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#040219\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The Colourful World\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d0d9cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":75},\"align\":\"right\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"26eb166\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\"</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95e575c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Adam Sendler</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"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}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33bc69a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7da6c6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"rgba(0, 0, 0, 0.69)\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"rgba(0, 0, 0, 0.69)\"},\"elements\":[{\"id\":\"b0bec06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.</p>\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2437,1517,'ast_self_id_23830','1'),(2438,1517,'_elementor_controls_usage','a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:5;s:11:\"header_size\";i:2;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:20:\"typography_font_size\";i:1;s:25:\"typography_letter_spacing\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:5:{s:5:\"width\";i:4;s:5:\"align\";i:3;s:12:\"width_tablet\";i:1;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:5;s:5:\"align\";i:5;s:10:\"icon_align\";i:3;s:13:\"selected_icon\";i:3;s:11:\"icon_indent\";i:3;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:20:\"typography_font_size\";i:4;s:25:\"typography_letter_spacing\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:10;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:4;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:17:\"background_repeat\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:25:\"background_overlay_repeat\";i:1;s:26:\"background_overlay_opacity\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:3;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:2;s:27:\"background_overlay_position\";i:2;s:29:\"background_overlay_attachment\";i:2;s:23:\"background_overlay_size\";i:2;s:26:\"background_overlay_opacity\";i:2;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;}s:21:\"section_shape_divider\";a:1:{s:27:\"shape_divider_bottom_height\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:6;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:5;s:6:\"margin\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:7;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;s:10:\"image_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:12:{s:5:\"width\";i:7;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:22:\"css_filters_css_filter\";i:6;s:22:\"css_filters_brightness\";i:6;s:20:\"css_filters_contrast\";i:6;s:20:\"css_filters_saturate\";i:6;s:15:\"css_filters_hue\";i:3;s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:6;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:2;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:4:{s:19:\"testimonial_content\";i:1;s:17:\"testimonial_image\";i:1;s:16:\"testimonial_name\";i:1;s:15:\"testimonial_job\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:2;s:18:\"title_bottom_space\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:12:\"align_mobile\";i:2;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:2;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}}}}'),(2439,1517,'_wxr_import_user_slug','satishk'),(2440,1517,'_astra_sites_imported_post','1'),(2441,1517,'_astra_sites_enable_for_batch','1'),(2442,1518,'_wp_page_template','default'),(2443,1518,'site-sidebar-layout','no-sidebar'),(2444,1518,'site-content-layout','page-builder'),(2445,1518,'theme-transparent-header-meta','enabled'),(2446,1518,'_yoast_wpseo_content_score','90'),(2447,1518,'site-post-title','disabled'),(2448,1518,'_elementor_template_type','wp-post'),(2449,1518,'_astra_content_layout_flag','disabled'),(2450,1518,'ast-title-bar-display','disabled'),(2451,1518,'ast-featured-img','disabled'),(2452,1518,'_elementor_data','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"55\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2453,1518,'_elementor_version','3.4.8'),(2454,1518,'astra-main-page-id','23827'),(2455,1518,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2456,1518,'_yoast_wpseo_estimated-reading-time-minutes','1'),(2457,1518,'_elementor_edit_mode','builder'),(2458,1518,'_elementor_data_bckp','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.</p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2459,1518,'ast_self_id_23827','1'),(2460,1518,'_elementor_page_assets','a:0:{}'),(2461,1518,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:5;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;s:5:\"align\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:12:\"align_mobile\";i:5;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:5;s:14:\"_margin_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:9:{s:5:\"width\";i:1;s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:1;s:25:\"icon_typography_font_size\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}}'),(2462,1518,'_wxr_import_user_slug','satishk'),(2463,1518,'_astra_sites_imported_post','1'),(2464,1518,'_astra_sites_enable_for_batch','1'),(2465,1519,'_wp_page_template','default'),(2466,1519,'site-sidebar-layout','no-sidebar'),(2467,1519,'site-content-layout','page-builder'),(2468,1519,'theme-transparent-header-meta','enabled'),(2469,1519,'_yoast_wpseo_content_score','90'),(2470,1519,'site-post-title','disabled'),(2471,1519,'_elementor_edit_mode','builder'),(2472,1519,'_elementor_template_type','wp-post'),(2473,1519,'_astra_content_layout_flag','disabled'),(2474,1519,'ast-title-bar-display','disabled'),(2475,1519,'ast-featured-img','disabled'),(2476,1519,'_elementor_data','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-bg.jpg\",\"id\":194,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventures\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"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\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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}},\"elements\":[{\"id\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"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},\"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\":true}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventure\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"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\":true}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Get\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2477,1519,'_elementor_version','3.4.8'),(2478,1519,'astra-main-page-id','23832'),(2479,1519,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2480,1519,'_yoast_wpseo_estimated-reading-time-minutes','2'),(2481,1519,'_elementor_page_assets','a:0:{}'),(2482,1519,'_elementor_data_bckp','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-bg.jpg\",\"id\":194},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"b7194dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4788e5dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c54645a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventuresn\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"92a5c23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventuren\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Getn\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2483,1519,'ast_self_id_23832','1'),(2484,1519,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:19:\"_inline_size_tablet\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:7;s:14:\"padding_tablet\";i:6;s:13:\"margin_mobile\";i:5;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:5:\"align\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:12:\"align_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:10:{s:5:\"width\";i:4;s:22:\"css_filters_css_filter\";i:4;s:22:\"css_filters_brightness\";i:4;s:20:\"css_filters_contrast\";i:4;s:20:\"css_filters_saturate\";i:4;s:15:\"css_filters_hue\";i:4;s:19:\"image_border_radius\";i:4;s:32:\"image_box_shadow_box_shadow_type\";i:4;s:27:\"image_box_shadow_box_shadow\";i:4;s:12:\"width_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:10:\"image_size\";i:4;s:11:\"image_space\";i:4;s:27:\"background_hover_transition\";i:4;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:4;s:18:\"title_bottom_space\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:2;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:2;s:25:\"icon_typography_font_size\";i:2;s:32:\"icon_typography_font_size_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:2;}}}}}'),(2485,1519,'_wxr_import_user_slug','satishk'),(2486,1519,'_astra_sites_imported_post','1'),(2487,1519,'_astra_sites_enable_for_batch','1'),(2488,1520,'_wp_page_template','default'),(2489,1520,'site-sidebar-layout','no-sidebar'),(2490,1520,'site-content-layout','page-builder'),(2491,1520,'theme-transparent-header-meta','enabled'),(2492,1520,'_yoast_wpseo_content_score','90'),(2493,1520,'_elementor_edit_mode','builder'),(2494,1520,'_elementor_template_type','wp-post'),(2495,1520,'_astra_content_layout_flag','disabled'),(2496,1520,'site-post-title','disabled'),(2497,1520,'ast-title-bar-display','disabled'),(2498,1520,'ast-featured-img','disabled'),(2499,1520,'_elementor_data','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/project-background.jpg\",\"id\":216,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20},\"width_mobile\":{\"unit\":\"%\",\"size\":55},\"text\":\"Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b0fabca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f64cda\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":20},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":28},\"width_mobile\":{\"unit\":\"%\",\"size\":65},\"text\":\"Snow Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e50b5bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"33a334b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":17},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":24},\"width_mobile\":{\"unit\":\"%\",\"size\":60},\"text\":\"Forest Tours\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5c4ab15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Camping\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-1.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-2.jpg\"},{\"id\":192,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-3.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(2500,1520,'_elementor_version','3.4.8'),(2501,1520,'astra-main-page-id','23831'),(2502,1520,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2503,1520,'_yoast_wpseo_estimated-reading-time-minutes','7'),(2504,1520,'_elementor_page_assets','a:0:{}'),(2505,1520,'_elementor_data_bckp','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/project-background.jpg\",\"id\":216},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fc40e94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"919f5c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"050\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"524dfe6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7eb1a2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.614,\"_inline_size_tablet\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca025eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55df323\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.386,\"_inline_size_tablet\":74,\"_inline_size_mobile\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":35},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"13906dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc11ff2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3324d1d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be64026\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.14,\"_inline_size_tablet\":25,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b9977eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Snow Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20c634d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.86,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd49875\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ae9d55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Winter Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc0bf7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"23f2d44\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9927ba9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":12.544,\"_inline_size_tablet\":21,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfe85b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forest Tours\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"563ab0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":87.456,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e768b2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2138a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Camping\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d72daeb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-1.jpg\"},{\"id\":191,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-2.jpg\"},{\"id\":192,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-3.jpg\"},{\"id\":193,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(2506,1520,'ast_self_id_23831','1'),(2507,1520,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:21:\"background_attachment\";i:3;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:4;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:20:\"css_filters_saturate\";i:3;s:27:\"background_overlay_position\";i:3;s:29:\"background_overlay_attachment\";i:3;s:25:\"background_overlay_repeat\";i:3;s:23:\"background_overlay_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:4;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:3;s:16:\"content_position\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}s:18:\"section_text_style\";a:2:{s:10:\"text_align\";i:3;s:12:\"text_spacing\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:7:{s:5:\"width\";i:3;s:12:\"width_tablet\";i:3;s:12:\"width_mobile\";i:3;s:4:\"text\";i:3;s:5:\"align\";i:3;s:4:\"look\";i:3;s:8:\"html_tag\";i:3;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:3;s:9:\"_offset_x\";i:3;s:9:\"_offset_y\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:2:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_image_carousel\";a:10:{s:8:\"carousel\";i:3;s:14:\"thumbnail_size\";i:3;s:26:\"thumbnail_custom_dimension\";i:3;s:14:\"slides_to_show\";i:3;s:16:\"slides_to_scroll\";i:3;s:10:\"navigation\";i:3;s:13:\"open_lightbox\";i:3;s:21:\"slides_to_show_tablet\";i:3;s:21:\"slides_to_show_mobile\";i:3;s:13:\"image_stretch\";i:3;}s:26:\"section_additional_options\";a:2:{s:14:\"autoplay_speed\";i:3;s:8:\"autoplay\";i:3;}}s:5:\"style\";a:2:{s:24:\"section_style_navigation\";a:4:{s:11:\"arrows_size\";i:3;s:15:\"arrows_position\";i:3;s:12:\"arrows_color\";i:3;s:9:\"dots_size\";i:3;}s:19:\"section_style_image\";a:3:{s:13:\"image_spacing\";i:3;s:19:\"image_border_radius\";i:3;s:22:\"gallery_vertical_align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}}'),(2508,1520,'_wxr_import_user_slug','satishk'),(2509,1520,'_astra_sites_imported_post','1'),(2510,1520,'_astra_sites_enable_for_batch','1'),(2511,1521,'_wp_page_template','default'),(2512,1521,'site-sidebar-layout','no-sidebar'),(2513,1521,'site-content-layout','page-builder'),(2514,1521,'theme-transparent-header-meta','enabled'),(2515,1521,'_yoast_wpseo_content_score','90'),(2516,1521,'_elementor_edit_mode','builder'),(2517,1521,'_elementor_template_type','wp-post'),(2518,1521,'_astra_content_layout_flag','disabled'),(2519,1521,'site-post-title','disabled'),(2520,1521,'ast-title-bar-display','disabled'),(2521,1521,'ast-featured-img','disabled'),(2522,1521,'_elementor_data','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-2.jpg\",\"id\":58,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"22\"},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":54.332,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":false},\"_inline_size_tablet\":55,\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0d4aca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecc0d52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"315\\\"]\\t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2c2b69c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48dc1a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77c03f3\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Address\\u200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,\\nNew York, USA\\n\\n\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33e6ac1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.com\\u200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae9e05d\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d82cf08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2907d36\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7},\"icon_spacing\":{\"unit\":\"px\",\"size\":11},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"\"},\"columns_mobile\":\"3\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2523,1521,'_elementor_version','3.4.8'),(2524,1521,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2525,1521,'astra-main-page-id','23829'),(2526,1521,'_yoast_wpseo_estimated-reading-time-minutes','1'),(2527,1521,'_elementor_data_bckp','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-2.jpg\",\"id\":58},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"5b80d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9a08ab1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#ffffff\",\"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},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8672813\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"21ad806\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"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\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74c0dbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bef937d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\"315\"]t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"150c869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_inline_size_tablet\":45,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.87},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"29\",\"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\":\"50\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"f73529e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5246e5c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Addressu200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,nNew York, USAnn\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f47ccc1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.comu200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e842658\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"9f74309\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#939393\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":18},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":12},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"hover_primary_color\":\"#fb2056\",\"hover_secondary_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2528,1521,'ast_self_id_23829','1'),(2529,1521,'_elementor_page_assets','a:0:{}'),(2530,1521,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:3;s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:3;s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:7:{s:18:\"title_bottom_space\";i:3;s:10:\"text_align\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_line_height\";i:3;s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_tablet\";i:3;s:25:\"title_bottom_space_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:5:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:14:\"columns_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_tablet\";i:1;s:16:\"icon_size_mobile\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:19:\"icon_spacing_mobile\";i:1;}}}}}'),(2531,1521,'_wxr_import_user_slug','satishk'),(2532,1521,'_astra_sites_imported_post','1'),(2533,1521,'_astra_sites_enable_for_batch','1'),(2534,1522,'_menu_item_type','post_type'),(2535,1522,'_menu_item_object_id','1519'),(2536,1522,'_menu_item_object','page'),(2537,1522,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2538,1522,'_wp_old_date','2018-11-27'),(2539,1522,'_wxr_import_user_slug','satishk'),(2540,1522,'_astra_sites_imported_post','1'),(2541,1522,'_astra_sites_enable_for_batch','1'),(2542,1523,'_menu_item_type','post_type'),(2543,1523,'_menu_item_object_id','1518'),(2544,1523,'_menu_item_object','page'),(2545,1523,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2546,1523,'_wp_old_date','2018-11-27'),(2547,1523,'_wxr_import_user_slug','satishk'),(2548,1523,'_astra_sites_imported_post','1'),(2549,1523,'_astra_sites_enable_for_batch','1'),(2550,1524,'_menu_item_type','post_type'),(2551,1524,'_menu_item_object_id','1517'),(2552,1524,'_menu_item_object','page'),(2553,1524,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2554,1524,'_wp_old_date','2018-11-27'),(2555,1524,'_wxr_import_user_slug','satishk'),(2556,1524,'_astra_sites_imported_post','1'),(2557,1524,'_astra_sites_enable_for_batch','1'),(2558,1525,'_menu_item_type','post_type'),(2559,1525,'_menu_item_object_id','1521'),(2560,1525,'_menu_item_object','page'),(2561,1525,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2562,1525,'_wp_old_date','2018-11-28'),(2563,1525,'_wxr_import_user_slug','sonalib'),(2564,1525,'_astra_sites_imported_post','1'),(2565,1525,'_astra_sites_enable_for_batch','1'),(2580,1528,'_astra_sites_imported_post','1'),(2581,1528,'_astra_sites_enable_for_batch','1'),(2582,1528,'_astra_sites_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(2583,1528,'_elementor_source_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(2584,1529,'_wp_attached_file','2018/11/services-2-4.jpg'),(2585,1529,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-2-4.jpg\";s:8:\"filesize\";i:337988;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2588,1529,'_astra_sites_imported_post','1'),(2589,1529,'_astra_sites_enable_for_batch','1'),(2590,1529,'_astra_sites_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(2591,1529,'_elementor_source_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(2592,1530,'_wp_attached_file','2018/11/services-3-4.jpg'),(2593,1530,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-3-4.jpg\";s:8:\"filesize\";i:324142;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3047,1582,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:22:\"2018/11/vision-1-5.jpg\";s:8:\"filesize\";i:421268;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2596,1530,'_astra_sites_imported_post','1'),(2597,1530,'_astra_sites_enable_for_batch','1'),(2598,1530,'_astra_sites_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(2599,1530,'_elementor_source_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(2600,1531,'_wp_attached_file','2018/11/quote-1-4.png'),(2601,1531,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:154;s:4:\"file\";s:21:\"2018/11/quote-1-4.png\";s:8:\"filesize\";i:4506;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3046,1582,'_wp_attached_file','2018/11/vision-1-5.jpg'),(2604,1531,'_astra_sites_imported_post','1'),(2605,1531,'_astra_sites_enable_for_batch','1'),(2606,1531,'_astra_sites_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(2607,1531,'_elementor_source_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(2608,1532,'_wp_attached_file','2018/11/19-1-4.png'),(2609,1532,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:18:\"2018/11/19-1-4.png\";s:8:\"filesize\";i:83867;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2612,1532,'_astra_sites_imported_post','1'),(2613,1532,'_astra_sites_enable_for_batch','1'),(2614,1532,'_astra_sites_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(2615,1532,'_elementor_source_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(2616,1533,'_wp_attached_file','2018/11/about-bg-5-4.jpg'),(2617,1533,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:749;s:4:\"file\";s:24:\"2018/11/about-bg-5-4.jpg\";s:8:\"filesize\";i:925260;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3045,1581,'_elementor_source_image_hash','997282218f92ab02c59763576c608515db387aa1'),(2620,1533,'_astra_sites_imported_post','1'),(2621,1533,'_astra_sites_enable_for_batch','1'),(2622,1533,'_astra_sites_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(2623,1533,'_elementor_source_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(2624,1534,'_wp_attached_file','2018/11/snow-1-4.jpg'),(2625,1534,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:20:\"2018/11/snow-1-4.jpg\";s:8:\"filesize\";i:44864;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2626,1534,'_shortpixel_status','2'),(3044,1581,'_astra_sites_image_hash','997282218f92ab02c59763576c608515db387aa1'),(2629,1534,'_astra_sites_imported_post','1'),(2630,1534,'_astra_sites_enable_for_batch','1'),(2631,1534,'_astra_sites_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(2632,1534,'_elementor_source_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(2633,1535,'_wp_attached_file','2018/11/water-sports-01-4.jpg'),(2634,1535,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-01-4.jpg\";s:8:\"filesize\";i:87126;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2635,1535,'_shortpixel_status','2'),(2636,1535,'_wxr_import_user_slug','satishk'),(2637,1535,'_astra_sites_imported_post','1'),(2638,1535,'_astra_sites_enable_for_batch','1'),(2639,1535,'_astra_sites_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(2640,1535,'_elementor_source_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(2641,1536,'_wp_attached_file','2018/11/water-sports-02-4.jpg'),(2642,1536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-02-4.jpg\";s:8:\"filesize\";i:55046;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2643,1536,'_shortpixel_status','2'),(2644,1536,'_wxr_import_user_slug','satishk'),(2645,1536,'_astra_sites_imported_post','1'),(2646,1536,'_astra_sites_enable_for_batch','1'),(2647,1536,'_astra_sites_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(2648,1536,'_elementor_source_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(2649,1537,'_wp_attached_file','2018/11/water-sports-03-4.jpg'),(2650,1537,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-03-4.jpg\";s:8:\"filesize\";i:89577;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2651,1537,'_shortpixel_status','2'),(2652,1537,'_wxr_import_user_slug','satishk'),(2653,1537,'_astra_sites_imported_post','1'),(2654,1537,'_astra_sites_enable_for_batch','1'),(2655,1537,'_astra_sites_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(2656,1537,'_elementor_source_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(2657,1538,'_wp_attached_file','2018/11/water-sports-04-4.jpg'),(2658,1538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-04-4.jpg\";s:8:\"filesize\";i:79551;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2659,1538,'_shortpixel_status','2'),(2660,1538,'_wxr_import_user_slug','satishk'),(2661,1538,'_astra_sites_imported_post','1'),(2662,1538,'_astra_sites_enable_for_batch','1'),(2663,1538,'_astra_sites_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(2664,1538,'_elementor_source_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(2665,1539,'_wp_attached_file','2018/11/winter-sports-01-4.jpg'),(2666,1539,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-01-4.jpg\";s:8:\"filesize\";i:42542;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2667,1539,'_shortpixel_status','2'),(2668,1539,'_wxr_import_user_slug','satishk'),(2669,1539,'_astra_sites_imported_post','1'),(2670,1539,'_astra_sites_enable_for_batch','1'),(2671,1539,'_astra_sites_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(2672,1539,'_elementor_source_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(2673,1540,'_wp_attached_file','2018/11/winter-sports-02-4.jpg'),(2674,1540,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-02-4.jpg\";s:8:\"filesize\";i:44582;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2675,1540,'_shortpixel_status','2'),(2676,1540,'_wxr_import_user_slug','satishk'),(2677,1540,'_astra_sites_imported_post','1'),(2678,1540,'_astra_sites_enable_for_batch','1'),(2679,1540,'_astra_sites_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(2680,1540,'_elementor_source_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(2681,1541,'_wp_attached_file','2018/11/winter-sports-03-4.jpg'),(2682,1541,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-03-4.jpg\";s:8:\"filesize\";i:51464;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2683,1541,'_shortpixel_status','2'),(2684,1541,'_wxr_import_user_slug','satishk'),(2685,1541,'_astra_sites_imported_post','1'),(2686,1541,'_astra_sites_enable_for_batch','1'),(2687,1541,'_astra_sites_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(2688,1541,'_elementor_source_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(2689,1542,'_wp_attached_file','2018/11/winter-sports-04-4.jpg'),(2690,1542,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-04-4.jpg\";s:8:\"filesize\";i:67612;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2691,1542,'_shortpixel_status','2'),(2692,1542,'_wxr_import_user_slug','satishk'),(2693,1542,'_astra_sites_imported_post','1'),(2694,1542,'_astra_sites_enable_for_batch','1'),(2695,1542,'_astra_sites_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(2696,1542,'_elementor_source_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(2697,1543,'_wp_attached_file','2018/11/camp-1-4.jpg'),(2698,1543,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-1-4.jpg\";s:8:\"filesize\";i:44849;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2699,1543,'_shortpixel_status','2'),(2700,1543,'_wxr_import_user_slug','satishk'),(2701,1543,'_astra_sites_imported_post','1'),(2702,1543,'_astra_sites_enable_for_batch','1'),(2703,1543,'_astra_sites_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(2704,1543,'_elementor_source_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(2705,1544,'_wp_attached_file','2018/11/camp-2-4.jpg'),(2706,1544,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-2-4.jpg\";s:8:\"filesize\";i:49791;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2707,1544,'_shortpixel_status','2'),(2708,1544,'_wxr_import_user_slug','satishk'),(2709,1544,'_astra_sites_imported_post','1'),(2710,1544,'_astra_sites_enable_for_batch','1'),(2711,1544,'_astra_sites_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(2712,1544,'_elementor_source_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(2713,1545,'_wp_attached_file','2018/11/camp-3-4.jpg'),(2714,1545,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-3-4.jpg\";s:8:\"filesize\";i:45532;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2715,1545,'_shortpixel_status','2'),(2716,1545,'_wxr_import_user_slug','satishk'),(2717,1545,'_astra_sites_imported_post','1'),(2718,1545,'_astra_sites_enable_for_batch','1'),(2719,1545,'_astra_sites_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(2720,1545,'_elementor_source_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(2721,1546,'_wp_attached_file','2018/11/camp-4-4.jpg'),(2722,1546,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-4-4.jpg\";s:8:\"filesize\";i:82012;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2723,1546,'_shortpixel_status','2'),(2724,1546,'_wxr_import_user_slug','satishk'),(2725,1546,'_astra_sites_imported_post','1'),(2726,1546,'_astra_sites_enable_for_batch','1'),(2727,1546,'_astra_sites_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(2728,1546,'_elementor_source_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(2729,1547,'_menu_item_type','post_type'),(2730,1547,'_menu_item_object_id','1570'),(2731,1547,'_menu_item_object','page'),(2732,1547,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2733,1547,'_wp_old_date','2018-11-27'),(2734,1547,'_wxr_import_user_slug','satishk'),(2736,1547,'_astra_sites_imported_post','1'),(2737,1547,'_astra_sites_enable_for_batch','1'),(2738,1548,'_wxr_import_user_slug','satishk'),(2739,1548,'_astra_sites_imported_post','1'),(2740,1548,'_astra_sites_enable_for_batch','1'),(2741,1549,'_wp_attached_file','2018/11/services-bg-3.jpg'),(2742,1549,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:637;s:4:\"file\";s:25:\"2018/11/services-bg-3.jpg\";s:8:\"filesize\";i:180333;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2743,1549,'_shortpixel_status','2'),(3043,1581,'_astra_sites_enable_for_batch','1'),(2746,1549,'_astra_sites_imported_post','1'),(2747,1549,'_astra_sites_enable_for_batch','1'),(2748,1549,'_astra_sites_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(2749,1549,'_elementor_source_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(2750,1550,'_wp_attached_file','2018/11/winter-sport-3.jpg'),(2751,1550,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:26:\"2018/11/winter-sport-3.jpg\";s:8:\"filesize\";i:65005;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2752,1550,'_shortpixel_status','2'),(3042,1581,'_astra_sites_imported_post','1'),(2755,1550,'_astra_sites_imported_post','1'),(2756,1550,'_astra_sites_enable_for_batch','1'),(2757,1550,'_astra_sites_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(2758,1550,'_elementor_source_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(2759,1551,'_wp_attached_file','2018/11/project-background-3.jpg'),(2760,1551,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:682;s:4:\"file\";s:32:\"2018/11/project-background-3.jpg\";s:8:\"filesize\";i:95014;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2761,1551,'_shortpixel_status','2'),(2764,1551,'_astra_sites_imported_post','1'),(2765,1551,'_astra_sites_enable_for_batch','1'),(2766,1551,'_astra_sites_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(2767,1551,'_elementor_source_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(2768,1552,'_wp_attached_file','2018/11/image-1-3.jpg'),(2769,1552,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:21:\"2018/11/image-1-3.jpg\";s:8:\"filesize\";i:45942;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2770,1552,'_shortpixel_status','2'),(2773,1552,'_astra_sites_imported_post','1'),(2774,1552,'_astra_sites_enable_for_batch','1'),(2775,1552,'_astra_sites_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(2776,1552,'_elementor_source_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(2777,1553,'_wp_attached_file','2018/11/hero-bg-3.jpg'),(2778,1553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2200;s:6:\"height\";i:1088;s:4:\"file\";s:21:\"2018/11/hero-bg-3.jpg\";s:8:\"filesize\";i:197817;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2779,1553,'_shortpixel_status','2'),(2782,1553,'_astra_sites_imported_post','1'),(2783,1553,'_astra_sites_enable_for_batch','1'),(2784,1553,'_astra_sites_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(2785,1553,'_elementor_source_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(2786,1554,'_wp_attached_file','2020/01/logo-3.png'),(2787,1554,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:18:\"2020/01/logo-3.png\";s:8:\"filesize\";i:1200;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2788,1554,'_wxr_import_user_slug','rishabhm'),(2789,1554,'_astra_sites_imported_post','1'),(2790,1554,'_astra_sites_enable_for_batch','1'),(2791,1554,'_astra_sites_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(2792,1554,'_elementor_source_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(2793,1555,'_wp_attached_file','2020/01/logo@2x-3.png'),(2794,1555,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:21:\"2020/01/logo@2x-3.png\";s:8:\"filesize\";i:2034;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2795,1555,'_wxr_import_user_slug','rishabhm'),(2796,1555,'_astra_sites_imported_post','1'),(2797,1555,'_astra_sites_enable_for_batch','1'),(2798,1555,'_astra_sites_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(2799,1555,'_elementor_source_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(2800,1556,'_wp_attached_file','2020/01/white-logo@2x-3.png'),(2801,1556,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:27:\"2020/01/white-logo@2x-3.png\";s:8:\"filesize\";i:2382;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2802,1556,'_wxr_import_user_slug','rishabhm'),(2803,1556,'_astra_sites_imported_post','1'),(2804,1556,'_astra_sites_enable_for_batch','1'),(2805,1556,'_astra_sites_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(2806,1556,'_elementor_source_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(2807,1557,'_wp_attached_file','2020/01/white-logo-3.png'),(2808,1557,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:24:\"2020/01/white-logo-3.png\";s:8:\"filesize\";i:1107;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2809,1557,'_wxr_import_user_slug','rishabhm'),(2810,1557,'_astra_sites_imported_post','1'),(2811,1557,'_astra_sites_enable_for_batch','1'),(2812,1557,'_astra_sites_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(2813,1557,'_elementor_source_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(2814,1558,'_wp_attached_file','2020/01/hiking-v1-3.jpg'),(2815,1558,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:23:\"2020/01/hiking-v1-3.jpg\";s:8:\"filesize\";i:251780;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2818,1558,'_astra_sites_imported_post','1'),(2819,1558,'_astra_sites_enable_for_batch','1'),(2820,1558,'_astra_sites_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(2821,1558,'_elementor_source_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(2822,1559,'_wp_attached_file','2020/01/walking-v1-3.jpg'),(2823,1559,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2020/01/walking-v1-3.jpg\";s:8:\"filesize\";i:283999;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2826,1559,'_astra_sites_imported_post','1'),(2827,1559,'_astra_sites_enable_for_batch','1'),(2828,1559,'_astra_sites_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(2829,1559,'_elementor_source_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(2830,1560,'_wp_attached_file','2020/01/section-bg-img-3.jpg'),(2831,1560,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2020/01/section-bg-img-3.jpg\";s:8:\"filesize\";i:776329;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2834,1560,'_astra_sites_imported_post','1'),(2835,1560,'_astra_sites_enable_for_batch','1'),(2836,1560,'_astra_sites_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(2837,1560,'_elementor_source_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(2838,1561,'_elementor_edit_mode','builder'),(2839,1561,'_elementor_template_type','kit'),(2840,1561,'_elementor_page_settings','a:11:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:13:\"custom_colors\";a:0:{}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: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:9:\"site_name\";s:17:\"Outdoor Adventure\";s:16:\"site_description\";s:32:\"Outdoor Sports Adventure Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(2841,1561,'_wp_page_template','default'),(2842,1561,'_elementor_data','[]'),(2843,1561,'_elementor_page_assets','a:0:{}'),(2844,1561,'_elementor_version','3.4.8'),(2845,1561,'_astra_sites_imported_post','1'),(2846,1561,'_astra_sites_enable_for_batch','1'),(2847,1562,'_wp_attached_file','2020/02/outdoor-adventure-yoast-seo-3.jpg'),(2848,1562,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:41:\"2020/02/outdoor-adventure-yoast-seo-3.jpg\";s:8:\"filesize\";i:191255;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2849,1562,'_astra_sites_imported_post','1'),(2850,1562,'_astra_sites_enable_for_batch','1'),(2851,1562,'_astra_sites_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(2852,1562,'_elementor_source_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(2853,1563,'_wp_attached_file','2021/02/outdoor-image-01-3.jpg'),(2854,1563,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:30:\"2021/02/outdoor-image-01-3.jpg\";s:8:\"filesize\";i:39470;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3039,1581,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1950;s:6:\"height\";i:690;s:4:\"file\";s:24:\"2018/11/about-bg-2-5.jpg\";s:8:\"filesize\";i:1067455;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2857,1563,'_astra_sites_imported_post','1'),(2858,1563,'_astra_sites_enable_for_batch','1'),(2859,1563,'_astra_sites_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(2860,1563,'_elementor_source_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(2861,1564,'_wp_attached_file','2021/02/outdoor-image-02-3.jpg'),(2862,1564,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:30:\"2021/02/outdoor-image-02-3.jpg\";s:8:\"filesize\";i:152266;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3038,1581,'_wp_attached_file','2018/11/about-bg-2-5.jpg'),(2865,1564,'_astra_sites_imported_post','1'),(2866,1564,'_astra_sites_enable_for_batch','1'),(2867,1564,'_astra_sites_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(2868,1564,'_elementor_source_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(2869,1565,'_wp_attached_file','2021/02/outdoor-image-04-3.jpg'),(2870,1565,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:379;s:6:\"height\";i:218;s:4:\"file\";s:30:\"2021/02/outdoor-image-04-3.jpg\";s:8:\"filesize\";i:15301;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3037,1580,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:333660;}'),(2873,1565,'_astra_sites_imported_post','1'),(2874,1565,'_astra_sites_enable_for_batch','1'),(2875,1565,'_astra_sites_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(2876,1565,'_elementor_source_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(2877,1566,'_wp_attached_file','2021/02/outdoor-image-03-3.jpg'),(2878,1566,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:30:\"2021/02/outdoor-image-03-3.jpg\";s:8:\"filesize\";i:172099;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3036,1580,'_wp_attached_file','2023/05/wxr-7.xml'),(2881,1566,'_astra_sites_imported_post','1'),(2882,1566,'_astra_sites_enable_for_batch','1'),(2883,1566,'_astra_sites_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(2884,1566,'_elementor_source_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(2885,1567,'_wp_page_template','default'),(2886,1567,'site-sidebar-layout','no-sidebar'),(2887,1567,'site-content-layout','page-builder'),(2888,1567,'theme-transparent-header-meta','enabled'),(2889,1567,'_yoast_wpseo_content_score','90'),(2890,1567,'_elementor_edit_mode','builder'),(2891,1567,'_elementor_template_type','wp-page'),(2892,1567,'_astra_content_layout_flag','disabled'),(2893,1567,'site-post-title','disabled'),(2894,1567,'ast-title-bar-display','disabled'),(2895,1567,'ast-featured-img','disabled'),(2896,1567,'_elementor_data','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"270\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the Colourful World\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cab84e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":55},\"align\":\"left\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb5a798\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"- Adam Sendler\",\"testimonial_job\":\"\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_content_color\":\"globals\\/colors?id=astglobalcolor3\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a15c162\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2897,1567,'_elementor_version','3.4.8'),(2898,1567,'astra-main-page-id','23830'),(2899,1567,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2900,1567,'_yoast_wpseo_estimated-reading-time-minutes','2'),(2901,1567,'_elementor_page_assets','a:0:{}'),(2902,1567,'_elementor_data_bckp','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#040219\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The Colourful World\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d0d9cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":75},\"align\":\"right\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"26eb166\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\"</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95e575c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Adam Sendler</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"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}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33bc69a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7da6c6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"rgba(0, 0, 0, 0.69)\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"rgba(0, 0, 0, 0.69)\"},\"elements\":[{\"id\":\"b0bec06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.</p>\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2903,1567,'ast_self_id_23830','1'),(2904,1567,'_elementor_controls_usage','a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:5;s:11:\"header_size\";i:2;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:20:\"typography_font_size\";i:1;s:25:\"typography_letter_spacing\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:5:{s:5:\"width\";i:4;s:5:\"align\";i:3;s:12:\"width_tablet\";i:1;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:5;s:5:\"align\";i:5;s:10:\"icon_align\";i:3;s:13:\"selected_icon\";i:3;s:11:\"icon_indent\";i:3;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:20:\"typography_font_size\";i:4;s:25:\"typography_letter_spacing\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:10;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:4;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:17:\"background_repeat\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:25:\"background_overlay_repeat\";i:1;s:26:\"background_overlay_opacity\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:3;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:2;s:27:\"background_overlay_position\";i:2;s:29:\"background_overlay_attachment\";i:2;s:23:\"background_overlay_size\";i:2;s:26:\"background_overlay_opacity\";i:2;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;}s:21:\"section_shape_divider\";a:1:{s:27:\"shape_divider_bottom_height\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:6;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:5;s:6:\"margin\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:7;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;s:10:\"image_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:12:{s:5:\"width\";i:7;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:22:\"css_filters_css_filter\";i:6;s:22:\"css_filters_brightness\";i:6;s:20:\"css_filters_contrast\";i:6;s:20:\"css_filters_saturate\";i:6;s:15:\"css_filters_hue\";i:3;s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:6;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:2;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:4:{s:19:\"testimonial_content\";i:1;s:17:\"testimonial_image\";i:1;s:16:\"testimonial_name\";i:1;s:15:\"testimonial_job\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:2;s:18:\"title_bottom_space\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:12:\"align_mobile\";i:2;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:2;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}}}}'),(2905,1567,'_wxr_import_user_slug','satishk'),(2906,1567,'_astra_sites_imported_post','1'),(2907,1567,'_astra_sites_enable_for_batch','1'),(2908,1568,'_wp_page_template','default'),(2909,1568,'site-sidebar-layout','no-sidebar'),(2910,1568,'site-content-layout','page-builder'),(2911,1568,'theme-transparent-header-meta','enabled'),(2912,1568,'_yoast_wpseo_content_score','90'),(2913,1568,'site-post-title','disabled'),(2914,1568,'_elementor_template_type','wp-post'),(2915,1568,'_astra_content_layout_flag','disabled'),(2916,1568,'ast-title-bar-display','disabled'),(2917,1568,'ast-featured-img','disabled'),(2918,1568,'_elementor_data','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"55\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2919,1568,'_elementor_version','3.4.8'),(2920,1568,'astra-main-page-id','23827'),(2921,1568,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2922,1568,'_yoast_wpseo_estimated-reading-time-minutes','1'),(2923,1568,'_elementor_edit_mode','builder'),(2924,1568,'_elementor_data_bckp','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.</p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2925,1568,'ast_self_id_23827','1'),(2926,1568,'_elementor_page_assets','a:0:{}'),(2927,1568,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:5;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;s:5:\"align\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:12:\"align_mobile\";i:5;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:5;s:14:\"_margin_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:9:{s:5:\"width\";i:1;s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:1;s:25:\"icon_typography_font_size\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}}'),(2928,1568,'_wxr_import_user_slug','satishk'),(2929,1568,'_astra_sites_imported_post','1'),(2930,1568,'_astra_sites_enable_for_batch','1'),(2931,1569,'_wp_page_template','default'),(2932,1569,'site-sidebar-layout','no-sidebar'),(2933,1569,'site-content-layout','page-builder'),(2934,1569,'theme-transparent-header-meta','enabled'),(2935,1569,'_yoast_wpseo_content_score','90'),(2936,1569,'site-post-title','disabled'),(2937,1569,'_elementor_edit_mode','builder'),(2938,1569,'_elementor_template_type','wp-post'),(2939,1569,'_astra_content_layout_flag','disabled'),(2940,1569,'ast-title-bar-display','disabled'),(2941,1569,'ast-featured-img','disabled'),(2942,1569,'_elementor_data','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-bg.jpg\",\"id\":194,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventures\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"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\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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}},\"elements\":[{\"id\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"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},\"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\":true}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventure\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"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\":true}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Get\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2943,1569,'_elementor_version','3.4.8'),(2944,1569,'astra-main-page-id','23832'),(2945,1569,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2946,1569,'_yoast_wpseo_estimated-reading-time-minutes','2'),(2947,1569,'_elementor_page_assets','a:0:{}'),(2948,1569,'_elementor_data_bckp','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-bg.jpg\",\"id\":194},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"b7194dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4788e5dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c54645a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventuresn\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"92a5c23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventuren\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Getn\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(2949,1569,'ast_self_id_23832','1'),(2950,1569,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:19:\"_inline_size_tablet\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:7;s:14:\"padding_tablet\";i:6;s:13:\"margin_mobile\";i:5;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:5:\"align\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:12:\"align_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:10:{s:5:\"width\";i:4;s:22:\"css_filters_css_filter\";i:4;s:22:\"css_filters_brightness\";i:4;s:20:\"css_filters_contrast\";i:4;s:20:\"css_filters_saturate\";i:4;s:15:\"css_filters_hue\";i:4;s:19:\"image_border_radius\";i:4;s:32:\"image_box_shadow_box_shadow_type\";i:4;s:27:\"image_box_shadow_box_shadow\";i:4;s:12:\"width_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:10:\"image_size\";i:4;s:11:\"image_space\";i:4;s:27:\"background_hover_transition\";i:4;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:4;s:18:\"title_bottom_space\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:2;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:2;s:25:\"icon_typography_font_size\";i:2;s:32:\"icon_typography_font_size_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:2;}}}}}'),(2951,1569,'_wxr_import_user_slug','satishk'),(2952,1569,'_astra_sites_imported_post','1'),(2953,1569,'_astra_sites_enable_for_batch','1'),(2954,1570,'_wp_page_template','default'),(2955,1570,'site-sidebar-layout','no-sidebar'),(2956,1570,'site-content-layout','page-builder'),(2957,1570,'theme-transparent-header-meta','enabled'),(2958,1570,'_yoast_wpseo_content_score','90'),(2959,1570,'_elementor_edit_mode','builder'),(2960,1570,'_elementor_template_type','wp-post'),(2961,1570,'_astra_content_layout_flag','disabled'),(2962,1570,'site-post-title','disabled'),(2963,1570,'ast-title-bar-display','disabled'),(2964,1570,'ast-featured-img','disabled'),(2965,1570,'_elementor_data','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/project-background.jpg\",\"id\":216,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20},\"width_mobile\":{\"unit\":\"%\",\"size\":55},\"text\":\"Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b0fabca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f64cda\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":20},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":28},\"width_mobile\":{\"unit\":\"%\",\"size\":65},\"text\":\"Snow Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e50b5bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"33a334b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":17},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":24},\"width_mobile\":{\"unit\":\"%\",\"size\":60},\"text\":\"Forest Tours\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5c4ab15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Camping\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-1.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-2.jpg\"},{\"id\":192,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-3.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(2966,1570,'_elementor_version','3.4.8'),(2967,1570,'astra-main-page-id','23831'),(2968,1570,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2969,1570,'_yoast_wpseo_estimated-reading-time-minutes','7'),(2970,1570,'_elementor_page_assets','a:0:{}'),(2971,1570,'_elementor_data_bckp','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/project-background.jpg\",\"id\":216},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fc40e94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"919f5c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"050\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"524dfe6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7eb1a2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.614,\"_inline_size_tablet\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca025eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55df323\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.386,\"_inline_size_tablet\":74,\"_inline_size_mobile\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":35},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"13906dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc11ff2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3324d1d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be64026\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.14,\"_inline_size_tablet\":25,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b9977eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Snow Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20c634d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.86,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd49875\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ae9d55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Winter Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc0bf7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"23f2d44\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9927ba9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":12.544,\"_inline_size_tablet\":21,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfe85b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forest Tours\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"563ab0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":87.456,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e768b2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2138a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Camping\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d72daeb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-1.jpg\"},{\"id\":191,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-2.jpg\"},{\"id\":192,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-3.jpg\"},{\"id\":193,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(2972,1570,'ast_self_id_23831','1'),(2973,1570,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:21:\"background_attachment\";i:3;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:4;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:20:\"css_filters_saturate\";i:3;s:27:\"background_overlay_position\";i:3;s:29:\"background_overlay_attachment\";i:3;s:25:\"background_overlay_repeat\";i:3;s:23:\"background_overlay_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:4;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:3;s:16:\"content_position\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}s:18:\"section_text_style\";a:2:{s:10:\"text_align\";i:3;s:12:\"text_spacing\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:7:{s:5:\"width\";i:3;s:12:\"width_tablet\";i:3;s:12:\"width_mobile\";i:3;s:4:\"text\";i:3;s:5:\"align\";i:3;s:4:\"look\";i:3;s:8:\"html_tag\";i:3;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:3;s:9:\"_offset_x\";i:3;s:9:\"_offset_y\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:2:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_image_carousel\";a:10:{s:8:\"carousel\";i:3;s:14:\"thumbnail_size\";i:3;s:26:\"thumbnail_custom_dimension\";i:3;s:14:\"slides_to_show\";i:3;s:16:\"slides_to_scroll\";i:3;s:10:\"navigation\";i:3;s:13:\"open_lightbox\";i:3;s:21:\"slides_to_show_tablet\";i:3;s:21:\"slides_to_show_mobile\";i:3;s:13:\"image_stretch\";i:3;}s:26:\"section_additional_options\";a:2:{s:14:\"autoplay_speed\";i:3;s:8:\"autoplay\";i:3;}}s:5:\"style\";a:2:{s:24:\"section_style_navigation\";a:4:{s:11:\"arrows_size\";i:3;s:15:\"arrows_position\";i:3;s:12:\"arrows_color\";i:3;s:9:\"dots_size\";i:3;}s:19:\"section_style_image\";a:3:{s:13:\"image_spacing\";i:3;s:19:\"image_border_radius\";i:3;s:22:\"gallery_vertical_align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}}'),(2974,1570,'_wxr_import_user_slug','satishk'),(2975,1570,'_astra_sites_imported_post','1'),(2976,1570,'_astra_sites_enable_for_batch','1'),(2977,1571,'_wp_page_template','default'),(2978,1571,'site-sidebar-layout','no-sidebar'),(2979,1571,'site-content-layout','page-builder'),(2980,1571,'theme-transparent-header-meta','enabled'),(2981,1571,'_yoast_wpseo_content_score','90'),(2982,1571,'_elementor_edit_mode','builder'),(2983,1571,'_elementor_template_type','wp-post'),(2984,1571,'_astra_content_layout_flag','disabled'),(2985,1571,'site-post-title','disabled'),(2986,1571,'ast-title-bar-display','disabled'),(2987,1571,'ast-featured-img','disabled'),(2988,1571,'_elementor_data','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-2.jpg\",\"id\":58,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"22\"},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":54.332,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":false},\"_inline_size_tablet\":55,\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0d4aca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecc0d52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"315\\\"]\\t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2c2b69c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48dc1a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77c03f3\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Address\\u200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,\\nNew York, USA\\n\\n\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33e6ac1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.com\\u200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae9e05d\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d82cf08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2907d36\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7},\"icon_spacing\":{\"unit\":\"px\",\"size\":11},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"\"},\"columns_mobile\":\"3\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(2989,1571,'_elementor_version','3.4.8'),(2990,1571,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(2991,1571,'astra-main-page-id','23829'),(2992,1571,'_yoast_wpseo_estimated-reading-time-minutes','1'),(2993,1571,'_elementor_data_bckp','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-2.jpg\",\"id\":58},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"5b80d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9a08ab1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#ffffff\",\"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},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8672813\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"21ad806\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"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\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74c0dbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bef937d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\"315\"]t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"150c869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_inline_size_tablet\":45,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.87},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"29\",\"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\":\"50\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"f73529e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5246e5c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Addressu200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,nNew York, USAnn\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f47ccc1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.comu200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e842658\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"9f74309\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#939393\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":18},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":12},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"hover_primary_color\":\"#fb2056\",\"hover_secondary_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2994,1571,'ast_self_id_23829','1'),(2995,1571,'_elementor_page_assets','a:0:{}'),(2996,1571,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:3;s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:3;s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:7:{s:18:\"title_bottom_space\";i:3;s:10:\"text_align\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_line_height\";i:3;s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_tablet\";i:3;s:25:\"title_bottom_space_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:5:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:14:\"columns_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_tablet\";i:1;s:16:\"icon_size_mobile\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:19:\"icon_spacing_mobile\";i:1;}}}}}'),(2997,1571,'_wxr_import_user_slug','satishk'),(2998,1571,'_astra_sites_imported_post','1'),(2999,1571,'_astra_sites_enable_for_batch','1'),(3000,1572,'_menu_item_type','post_type'),(3001,1572,'_menu_item_object_id','1569'),(3002,1572,'_menu_item_object','page'),(3003,1572,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3004,1572,'_wp_old_date','2018-11-27'),(3005,1572,'_wxr_import_user_slug','satishk'),(3006,1572,'_astra_sites_imported_post','1'),(3007,1572,'_astra_sites_enable_for_batch','1'),(3008,1573,'_menu_item_type','post_type'),(3009,1573,'_menu_item_object_id','1568'),(3010,1573,'_menu_item_object','page'),(3011,1573,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3012,1573,'_wp_old_date','2018-11-27'),(3013,1573,'_wxr_import_user_slug','satishk'),(3014,1573,'_astra_sites_imported_post','1'),(3015,1573,'_astra_sites_enable_for_batch','1'),(3016,1574,'_menu_item_type','post_type'),(3017,1574,'_menu_item_object_id','1567'),(3018,1574,'_menu_item_object','page'),(3019,1574,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3020,1574,'_wp_old_date','2018-11-27'),(3021,1574,'_wxr_import_user_slug','satishk'),(3022,1574,'_astra_sites_imported_post','1'),(3023,1574,'_astra_sites_enable_for_batch','1'),(3024,1575,'_menu_item_type','post_type'),(3025,1575,'_menu_item_object_id','1571'),(3026,1575,'_menu_item_object','page'),(3027,1575,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3028,1575,'_wp_old_date','2018-11-28'),(3029,1575,'_wxr_import_user_slug','sonalib'),(3030,1575,'_astra_sites_imported_post','1'),(3031,1575,'_astra_sites_enable_for_batch','1'),(3050,1582,'_astra_sites_imported_post','1'),(3051,1582,'_astra_sites_enable_for_batch','1'),(3052,1582,'_astra_sites_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(3053,1582,'_elementor_source_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(3054,1583,'_wp_attached_file','2018/11/services-2-5.jpg'),(3055,1583,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-2-5.jpg\";s:8:\"filesize\";i:337988;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3058,1583,'_astra_sites_imported_post','1'),(3059,1583,'_astra_sites_enable_for_batch','1'),(3060,1583,'_astra_sites_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(3061,1583,'_elementor_source_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(3062,1584,'_wp_attached_file','2018/11/services-3-5.jpg'),(3063,1584,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-3-5.jpg\";s:8:\"filesize\";i:324142;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3066,1584,'_astra_sites_imported_post','1'),(3067,1584,'_astra_sites_enable_for_batch','1'),(3068,1584,'_astra_sites_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(3069,1584,'_elementor_source_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(3070,1585,'_wp_attached_file','2018/11/quote-1-5.png'),(3071,1585,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:154;s:4:\"file\";s:21:\"2018/11/quote-1-5.png\";s:8:\"filesize\";i:4506;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3074,1585,'_astra_sites_imported_post','1'),(3075,1585,'_astra_sites_enable_for_batch','1'),(3076,1585,'_astra_sites_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(3077,1585,'_elementor_source_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(3078,1586,'_wp_attached_file','2018/11/19-1-5.png'),(3079,1586,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:18:\"2018/11/19-1-5.png\";s:8:\"filesize\";i:83867;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3082,1586,'_astra_sites_imported_post','1'),(3083,1586,'_astra_sites_enable_for_batch','1'),(3084,1586,'_astra_sites_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(3085,1586,'_elementor_source_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(3086,1587,'_wp_attached_file','2018/11/about-bg-5-5.jpg'),(3087,1587,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:749;s:4:\"file\";s:24:\"2018/11/about-bg-5-5.jpg\";s:8:\"filesize\";i:925260;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3090,1587,'_astra_sites_imported_post','1'),(3091,1587,'_astra_sites_enable_for_batch','1'),(3092,1587,'_astra_sites_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(3093,1587,'_elementor_source_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(3094,1588,'_wp_attached_file','2018/11/snow-1-5.jpg'),(3095,1588,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:20:\"2018/11/snow-1-5.jpg\";s:8:\"filesize\";i:44864;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3096,1588,'_shortpixel_status','2'),(3099,1588,'_astra_sites_imported_post','1'),(3100,1588,'_astra_sites_enable_for_batch','1'),(3101,1588,'_astra_sites_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(3102,1588,'_elementor_source_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(3103,1589,'_wp_attached_file','2018/11/water-sports-01-5.jpg'),(3104,1589,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-01-5.jpg\";s:8:\"filesize\";i:87126;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3105,1589,'_shortpixel_status','2'),(3106,1589,'_wxr_import_user_slug','satishk'),(3107,1589,'_astra_sites_imported_post','1'),(3108,1589,'_astra_sites_enable_for_batch','1'),(3109,1589,'_astra_sites_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(3110,1589,'_elementor_source_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(3111,1590,'_wp_attached_file','2018/11/water-sports-02-5.jpg'),(3112,1590,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-02-5.jpg\";s:8:\"filesize\";i:55046;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3113,1590,'_shortpixel_status','2'),(3114,1590,'_wxr_import_user_slug','satishk'),(3115,1590,'_astra_sites_imported_post','1'),(3116,1590,'_astra_sites_enable_for_batch','1'),(3117,1590,'_astra_sites_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(3118,1590,'_elementor_source_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(3119,1591,'_wp_attached_file','2018/11/water-sports-03-5.jpg'),(3120,1591,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-03-5.jpg\";s:8:\"filesize\";i:89577;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3121,1591,'_shortpixel_status','2'),(3122,1591,'_wxr_import_user_slug','satishk'),(3123,1591,'_astra_sites_imported_post','1'),(3124,1591,'_astra_sites_enable_for_batch','1'),(3125,1591,'_astra_sites_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(3126,1591,'_elementor_source_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(3127,1592,'_wp_attached_file','2018/11/water-sports-04-5.jpg'),(3128,1592,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-04-5.jpg\";s:8:\"filesize\";i:79551;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3129,1592,'_shortpixel_status','2'),(3130,1592,'_wxr_import_user_slug','satishk'),(3131,1592,'_astra_sites_imported_post','1'),(3132,1592,'_astra_sites_enable_for_batch','1'),(3133,1592,'_astra_sites_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(3134,1592,'_elementor_source_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(3135,1593,'_wp_attached_file','2018/11/winter-sports-01-5.jpg'),(3136,1593,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-01-5.jpg\";s:8:\"filesize\";i:42542;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3137,1593,'_shortpixel_status','2'),(3138,1593,'_wxr_import_user_slug','satishk'),(3139,1593,'_astra_sites_imported_post','1'),(3140,1593,'_astra_sites_enable_for_batch','1'),(3141,1593,'_astra_sites_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(3142,1593,'_elementor_source_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(3143,1594,'_wp_attached_file','2018/11/winter-sports-02-5.jpg'),(3144,1594,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-02-5.jpg\";s:8:\"filesize\";i:44582;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3145,1594,'_shortpixel_status','2'),(3146,1594,'_wxr_import_user_slug','satishk'),(3147,1594,'_astra_sites_imported_post','1'),(3148,1594,'_astra_sites_enable_for_batch','1'),(3149,1594,'_astra_sites_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(3150,1594,'_elementor_source_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(3151,1595,'_wp_attached_file','2018/11/winter-sports-03-5.jpg'),(3152,1595,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-03-5.jpg\";s:8:\"filesize\";i:51464;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3153,1595,'_shortpixel_status','2'),(3154,1595,'_wxr_import_user_slug','satishk'),(3155,1595,'_astra_sites_imported_post','1'),(3156,1595,'_astra_sites_enable_for_batch','1'),(3157,1595,'_astra_sites_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(3158,1595,'_elementor_source_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(3159,1596,'_wp_attached_file','2018/11/winter-sports-04-5.jpg'),(3160,1596,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-04-5.jpg\";s:8:\"filesize\";i:67612;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3161,1596,'_shortpixel_status','2'),(3162,1596,'_wxr_import_user_slug','satishk'),(3163,1596,'_astra_sites_imported_post','1'),(3164,1596,'_astra_sites_enable_for_batch','1'),(3165,1596,'_astra_sites_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(3166,1596,'_elementor_source_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(3167,1597,'_wp_attached_file','2018/11/camp-1-5.jpg'),(3168,1597,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-1-5.jpg\";s:8:\"filesize\";i:44849;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3169,1597,'_shortpixel_status','2'),(3170,1597,'_wxr_import_user_slug','satishk'),(3171,1597,'_astra_sites_imported_post','1'),(3172,1597,'_astra_sites_enable_for_batch','1'),(3173,1597,'_astra_sites_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(3174,1597,'_elementor_source_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(3175,1598,'_wp_attached_file','2018/11/camp-2-5.jpg'),(3176,1598,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-2-5.jpg\";s:8:\"filesize\";i:49791;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3177,1598,'_shortpixel_status','2'),(3178,1598,'_wxr_import_user_slug','satishk'),(3179,1598,'_astra_sites_imported_post','1'),(3180,1598,'_astra_sites_enable_for_batch','1'),(3181,1598,'_astra_sites_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(3182,1598,'_elementor_source_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(3183,1599,'_wp_attached_file','2018/11/camp-3-5.jpg'),(3184,1599,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-3-5.jpg\";s:8:\"filesize\";i:45532;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3185,1599,'_shortpixel_status','2'),(3186,1599,'_wxr_import_user_slug','satishk'),(3187,1599,'_astra_sites_imported_post','1'),(3188,1599,'_astra_sites_enable_for_batch','1'),(3189,1599,'_astra_sites_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(3190,1599,'_elementor_source_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(3191,1600,'_wp_attached_file','2018/11/camp-4-5.jpg'),(3192,1600,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-4-5.jpg\";s:8:\"filesize\";i:82012;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3193,1600,'_shortpixel_status','2'),(3194,1600,'_wxr_import_user_slug','satishk'),(3195,1600,'_astra_sites_imported_post','1'),(3196,1600,'_astra_sites_enable_for_batch','1'),(3197,1600,'_astra_sites_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(3198,1600,'_elementor_source_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(3199,1601,'_menu_item_type','post_type'),(3200,1601,'_menu_item_object_id','1624'),(3201,1601,'_menu_item_object','page'),(3202,1601,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3203,1601,'_wp_old_date','2018-11-27'),(3204,1601,'_wxr_import_user_slug','satishk'),(3206,1601,'_astra_sites_imported_post','1'),(3207,1601,'_astra_sites_enable_for_batch','1'),(3208,1602,'_wxr_import_user_slug','satishk'),(3209,1602,'_astra_sites_imported_post','1'),(3210,1602,'_astra_sites_enable_for_batch','1'),(3211,1603,'_wp_attached_file','2018/11/services-bg-4.jpg'),(3212,1603,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:637;s:4:\"file\";s:25:\"2018/11/services-bg-4.jpg\";s:8:\"filesize\";i:180333;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3213,1603,'_shortpixel_status','2'),(3216,1603,'_astra_sites_imported_post','1'),(3217,1603,'_astra_sites_enable_for_batch','1'),(3218,1603,'_astra_sites_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(3219,1603,'_elementor_source_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(3220,1604,'_wp_attached_file','2018/11/winter-sport-4.jpg'),(3221,1604,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:26:\"2018/11/winter-sport-4.jpg\";s:8:\"filesize\";i:65005;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3222,1604,'_shortpixel_status','2'),(3225,1604,'_astra_sites_imported_post','1'),(3226,1604,'_astra_sites_enable_for_batch','1'),(3227,1604,'_astra_sites_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(3228,1604,'_elementor_source_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(3229,1605,'_wp_attached_file','2018/11/project-background-4.jpg'),(3230,1605,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:682;s:4:\"file\";s:32:\"2018/11/project-background-4.jpg\";s:8:\"filesize\";i:95014;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3231,1605,'_shortpixel_status','2'),(3234,1605,'_astra_sites_imported_post','1'),(3235,1605,'_astra_sites_enable_for_batch','1'),(3236,1605,'_astra_sites_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(3237,1605,'_elementor_source_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(3238,1606,'_wp_attached_file','2018/11/image-1-4.jpg'),(3239,1606,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:21:\"2018/11/image-1-4.jpg\";s:8:\"filesize\";i:45942;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3240,1606,'_shortpixel_status','2'),(3243,1606,'_astra_sites_imported_post','1'),(3244,1606,'_astra_sites_enable_for_batch','1'),(3245,1606,'_astra_sites_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(3246,1606,'_elementor_source_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(3247,1607,'_wp_attached_file','2018/11/hero-bg-4.jpg'),(3248,1607,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2200;s:6:\"height\";i:1088;s:4:\"file\";s:21:\"2018/11/hero-bg-4.jpg\";s:8:\"filesize\";i:197817;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3249,1607,'_shortpixel_status','2'),(3252,1607,'_astra_sites_imported_post','1'),(3253,1607,'_astra_sites_enable_for_batch','1'),(3254,1607,'_astra_sites_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(3255,1607,'_elementor_source_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(3256,1608,'_wp_attached_file','2020/01/logo-4.png'),(3257,1608,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:18:\"2020/01/logo-4.png\";s:8:\"filesize\";i:1200;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3258,1608,'_wxr_import_user_slug','rishabhm'),(3259,1608,'_astra_sites_imported_post','1'),(3260,1608,'_astra_sites_enable_for_batch','1'),(3261,1608,'_astra_sites_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(3262,1608,'_elementor_source_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(3263,1609,'_wp_attached_file','2020/01/logo@2x-4.png'),(3264,1609,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:21:\"2020/01/logo@2x-4.png\";s:8:\"filesize\";i:2034;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3265,1609,'_wxr_import_user_slug','rishabhm'),(3266,1609,'_astra_sites_imported_post','1'),(3267,1609,'_astra_sites_enable_for_batch','1'),(3268,1609,'_astra_sites_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(3269,1609,'_elementor_source_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(3270,1610,'_wp_attached_file','2020/01/white-logo@2x-4.png'),(3271,1610,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:27:\"2020/01/white-logo@2x-4.png\";s:8:\"filesize\";i:2382;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3272,1610,'_wxr_import_user_slug','rishabhm'),(3273,1610,'_astra_sites_imported_post','1'),(3274,1610,'_astra_sites_enable_for_batch','1'),(3275,1610,'_astra_sites_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(3276,1610,'_elementor_source_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(3277,1611,'_wp_attached_file','2020/01/white-logo-4.png'),(3278,1611,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:24:\"2020/01/white-logo-4.png\";s:8:\"filesize\";i:1107;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3279,1611,'_wxr_import_user_slug','rishabhm'),(3280,1611,'_astra_sites_imported_post','1'),(3281,1611,'_astra_sites_enable_for_batch','1'),(3282,1611,'_astra_sites_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(3283,1611,'_elementor_source_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(3284,1612,'_wp_attached_file','2020/01/hiking-v1-4.jpg'),(3285,1612,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:23:\"2020/01/hiking-v1-4.jpg\";s:8:\"filesize\";i:251780;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3288,1612,'_astra_sites_imported_post','1'),(3289,1612,'_astra_sites_enable_for_batch','1'),(3290,1612,'_astra_sites_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(3291,1612,'_elementor_source_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(3292,1613,'_wp_attached_file','2020/01/walking-v1-4.jpg'),(3293,1613,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2020/01/walking-v1-4.jpg\";s:8:\"filesize\";i:283999;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3296,1613,'_astra_sites_imported_post','1'),(3297,1613,'_astra_sites_enable_for_batch','1'),(3298,1613,'_astra_sites_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(3299,1613,'_elementor_source_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(3300,1614,'_wp_attached_file','2020/01/section-bg-img-4.jpg'),(3301,1614,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2020/01/section-bg-img-4.jpg\";s:8:\"filesize\";i:776329;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3304,1614,'_astra_sites_imported_post','1'),(3305,1614,'_astra_sites_enable_for_batch','1'),(3306,1614,'_astra_sites_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(3307,1614,'_elementor_source_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(3308,1615,'_elementor_edit_mode','builder'),(3309,1615,'_elementor_template_type','kit'),(3310,1615,'_elementor_page_settings','a:11:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:13:\"custom_colors\";a:0:{}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: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:9:\"site_name\";s:17:\"Outdoor Adventure\";s:16:\"site_description\";s:32:\"Outdoor Sports Adventure Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(3311,1615,'_wp_page_template','default'),(3312,1615,'_elementor_data','[]'),(3313,1615,'_elementor_page_assets','a:0:{}'),(3314,1615,'_elementor_version','3.4.8'),(3315,1615,'_astra_sites_imported_post','1'),(3316,1615,'_astra_sites_enable_for_batch','1'),(3317,1616,'_wp_attached_file','2020/02/outdoor-adventure-yoast-seo-4.jpg'),(3318,1616,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:41:\"2020/02/outdoor-adventure-yoast-seo-4.jpg\";s:8:\"filesize\";i:191255;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3319,1616,'_astra_sites_imported_post','1'),(3320,1616,'_astra_sites_enable_for_batch','1'),(3321,1616,'_astra_sites_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(3322,1616,'_elementor_source_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(3323,1617,'_wp_attached_file','2021/02/outdoor-image-01-4.jpg'),(3324,1617,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:30:\"2021/02/outdoor-image-01-4.jpg\";s:8:\"filesize\";i:39470;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3505,1631,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1950;s:6:\"height\";i:690;s:4:\"file\";s:24:\"2018/11/about-bg-2-6.jpg\";s:8:\"filesize\";i:1067455;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"about-bg-2-6-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8833;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"about-bg-2-6-1024x362.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83107;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"about-bg-2-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:3858;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"about-bg-2-6-768x272.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47625;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"about-bg-2-6-1536x544.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170603;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"about-bg-2-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11998;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"about-bg-2-6-600x212.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30461;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"about-bg-2-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2297;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3327,1617,'_astra_sites_imported_post','1'),(3328,1617,'_astra_sites_enable_for_batch','1'),(3329,1617,'_astra_sites_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(3330,1617,'_elementor_source_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(3331,1618,'_wp_attached_file','2021/02/outdoor-image-02-4.jpg'),(3332,1618,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:30:\"2021/02/outdoor-image-02-4.jpg\";s:8:\"filesize\";i:152266;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3504,1631,'_wp_attached_file','2018/11/about-bg-2-6.jpg'),(3335,1618,'_astra_sites_imported_post','1'),(3336,1618,'_astra_sites_enable_for_batch','1'),(3337,1618,'_astra_sites_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(3338,1618,'_elementor_source_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(3339,1619,'_wp_attached_file','2021/02/outdoor-image-04-4.jpg'),(3340,1619,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:379;s:6:\"height\";i:218;s:4:\"file\";s:30:\"2021/02/outdoor-image-04-4.jpg\";s:8:\"filesize\";i:15301;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3503,1630,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:333660;}'),(3343,1619,'_astra_sites_imported_post','1'),(3344,1619,'_astra_sites_enable_for_batch','1'),(3345,1619,'_astra_sites_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(3346,1619,'_elementor_source_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(3347,1620,'_wp_attached_file','2021/02/outdoor-image-03-4.jpg'),(3348,1620,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:30:\"2021/02/outdoor-image-03-4.jpg\";s:8:\"filesize\";i:172099;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3502,1630,'_wp_attached_file','2023/05/wxr-8.xml'),(3351,1620,'_astra_sites_imported_post','1'),(3352,1620,'_astra_sites_enable_for_batch','1'),(3353,1620,'_astra_sites_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(3354,1620,'_elementor_source_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(3355,1621,'_wp_page_template','default'),(3356,1621,'site-sidebar-layout','no-sidebar'),(3357,1621,'site-content-layout','page-builder'),(3358,1621,'theme-transparent-header-meta','enabled'),(3359,1621,'_yoast_wpseo_content_score','90'),(3360,1621,'_elementor_edit_mode','builder'),(3361,1621,'_elementor_template_type','wp-page'),(3362,1621,'_astra_content_layout_flag','disabled'),(3363,1621,'site-post-title','disabled'),(3364,1621,'ast-title-bar-display','disabled'),(3365,1621,'ast-featured-img','disabled'),(3366,1621,'_elementor_data','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"270\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the Colourful World\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cab84e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":55},\"align\":\"left\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb5a798\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"- Adam Sendler\",\"testimonial_job\":\"\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_content_color\":\"globals\\/colors?id=astglobalcolor3\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a15c162\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3367,1621,'_elementor_version','3.4.8'),(3368,1621,'astra-main-page-id','23830'),(3369,1621,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3370,1621,'_yoast_wpseo_estimated-reading-time-minutes','2'),(3371,1621,'_elementor_page_assets','a:0:{}'),(3372,1621,'_elementor_data_bckp','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#040219\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The Colourful World\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d0d9cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":75},\"align\":\"right\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"26eb166\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\"</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95e575c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Adam Sendler</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"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}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33bc69a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7da6c6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"rgba(0, 0, 0, 0.69)\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"rgba(0, 0, 0, 0.69)\"},\"elements\":[{\"id\":\"b0bec06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.</p>\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3373,1621,'ast_self_id_23830','1'),(3374,1621,'_elementor_controls_usage','a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:5;s:11:\"header_size\";i:2;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:20:\"typography_font_size\";i:1;s:25:\"typography_letter_spacing\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:5:{s:5:\"width\";i:4;s:5:\"align\";i:3;s:12:\"width_tablet\";i:1;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:5;s:5:\"align\";i:5;s:10:\"icon_align\";i:3;s:13:\"selected_icon\";i:3;s:11:\"icon_indent\";i:3;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:20:\"typography_font_size\";i:4;s:25:\"typography_letter_spacing\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:10;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:4;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:17:\"background_repeat\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:25:\"background_overlay_repeat\";i:1;s:26:\"background_overlay_opacity\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:3;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:2;s:27:\"background_overlay_position\";i:2;s:29:\"background_overlay_attachment\";i:2;s:23:\"background_overlay_size\";i:2;s:26:\"background_overlay_opacity\";i:2;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;}s:21:\"section_shape_divider\";a:1:{s:27:\"shape_divider_bottom_height\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:6;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:5;s:6:\"margin\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:7;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;s:10:\"image_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:12:{s:5:\"width\";i:7;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:22:\"css_filters_css_filter\";i:6;s:22:\"css_filters_brightness\";i:6;s:20:\"css_filters_contrast\";i:6;s:20:\"css_filters_saturate\";i:6;s:15:\"css_filters_hue\";i:3;s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:6;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:2;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:4:{s:19:\"testimonial_content\";i:1;s:17:\"testimonial_image\";i:1;s:16:\"testimonial_name\";i:1;s:15:\"testimonial_job\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:2;s:18:\"title_bottom_space\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:12:\"align_mobile\";i:2;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:2;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}}}}'),(3375,1621,'_wxr_import_user_slug','satishk'),(3376,1621,'_astra_sites_imported_post','1'),(3377,1621,'_astra_sites_enable_for_batch','1'),(3378,1622,'_wp_page_template','default'),(3379,1622,'site-sidebar-layout','no-sidebar'),(3380,1622,'site-content-layout','page-builder'),(3381,1622,'theme-transparent-header-meta','enabled'),(3382,1622,'_yoast_wpseo_content_score','90'),(3383,1622,'site-post-title','disabled'),(3384,1622,'_elementor_template_type','wp-post'),(3385,1622,'_astra_content_layout_flag','disabled'),(3386,1622,'ast-title-bar-display','disabled'),(3387,1622,'ast-featured-img','disabled'),(3388,1622,'_elementor_data','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"55\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3389,1622,'_elementor_version','3.4.8'),(3390,1622,'astra-main-page-id','23827'),(3391,1622,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3392,1622,'_yoast_wpseo_estimated-reading-time-minutes','1'),(3393,1622,'_elementor_edit_mode','builder'),(3394,1622,'_elementor_data_bckp','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.</p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3395,1622,'ast_self_id_23827','1'),(3396,1622,'_elementor_page_assets','a:0:{}'),(3397,1622,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:5;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;s:5:\"align\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:12:\"align_mobile\";i:5;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:5;s:14:\"_margin_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:9:{s:5:\"width\";i:1;s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:1;s:25:\"icon_typography_font_size\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}}'),(3398,1622,'_wxr_import_user_slug','satishk'),(3399,1622,'_astra_sites_imported_post','1'),(3400,1622,'_astra_sites_enable_for_batch','1'),(3401,1623,'_wp_page_template','default'),(3402,1623,'site-sidebar-layout','no-sidebar'),(3403,1623,'site-content-layout','page-builder'),(3404,1623,'theme-transparent-header-meta','enabled'),(3405,1623,'_yoast_wpseo_content_score','90'),(3406,1623,'site-post-title','disabled'),(3407,1623,'_elementor_edit_mode','builder'),(3408,1623,'_elementor_template_type','wp-post'),(3409,1623,'_astra_content_layout_flag','disabled'),(3410,1623,'ast-title-bar-display','disabled'),(3411,1623,'ast-featured-img','disabled'),(3412,1623,'_elementor_data','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-bg.jpg\",\"id\":194,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventures\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"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\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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}},\"elements\":[{\"id\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"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},\"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\":true}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventure\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"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\":true}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Get\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3413,1623,'_elementor_version','3.4.8'),(3414,1623,'astra-main-page-id','23832'),(3415,1623,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3416,1623,'_yoast_wpseo_estimated-reading-time-minutes','2'),(3417,1623,'_elementor_page_assets','a:0:{}'),(3418,1623,'_elementor_data_bckp','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-bg.jpg\",\"id\":194},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"b7194dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4788e5dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c54645a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventuresn\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"92a5c23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventuren\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Getn\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3419,1623,'ast_self_id_23832','1'),(3420,1623,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:19:\"_inline_size_tablet\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:7;s:14:\"padding_tablet\";i:6;s:13:\"margin_mobile\";i:5;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:5:\"align\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:12:\"align_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:10:{s:5:\"width\";i:4;s:22:\"css_filters_css_filter\";i:4;s:22:\"css_filters_brightness\";i:4;s:20:\"css_filters_contrast\";i:4;s:20:\"css_filters_saturate\";i:4;s:15:\"css_filters_hue\";i:4;s:19:\"image_border_radius\";i:4;s:32:\"image_box_shadow_box_shadow_type\";i:4;s:27:\"image_box_shadow_box_shadow\";i:4;s:12:\"width_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:10:\"image_size\";i:4;s:11:\"image_space\";i:4;s:27:\"background_hover_transition\";i:4;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:4;s:18:\"title_bottom_space\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:2;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:2;s:25:\"icon_typography_font_size\";i:2;s:32:\"icon_typography_font_size_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:2;}}}}}'),(3421,1623,'_wxr_import_user_slug','satishk'),(3422,1623,'_astra_sites_imported_post','1'),(3423,1623,'_astra_sites_enable_for_batch','1'),(3424,1624,'_wp_page_template','default'),(3425,1624,'site-sidebar-layout','no-sidebar'),(3426,1624,'site-content-layout','page-builder'),(3427,1624,'theme-transparent-header-meta','enabled'),(3428,1624,'_yoast_wpseo_content_score','90'),(3429,1624,'_elementor_edit_mode','builder'),(3430,1624,'_elementor_template_type','wp-post'),(3431,1624,'_astra_content_layout_flag','disabled'),(3432,1624,'site-post-title','disabled'),(3433,1624,'ast-title-bar-display','disabled'),(3434,1624,'ast-featured-img','disabled'),(3435,1624,'_elementor_data','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/project-background.jpg\",\"id\":216,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20},\"width_mobile\":{\"unit\":\"%\",\"size\":55},\"text\":\"Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b0fabca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f64cda\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":20},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":28},\"width_mobile\":{\"unit\":\"%\",\"size\":65},\"text\":\"Snow Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e50b5bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"33a334b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":17},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":24},\"width_mobile\":{\"unit\":\"%\",\"size\":60},\"text\":\"Forest Tours\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5c4ab15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Camping\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-1.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-2.jpg\"},{\"id\":192,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-3.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3436,1624,'_elementor_version','3.4.8'),(3437,1624,'astra-main-page-id','23831'),(3438,1624,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3439,1624,'_yoast_wpseo_estimated-reading-time-minutes','7'),(3440,1624,'_elementor_page_assets','a:0:{}'),(3441,1624,'_elementor_data_bckp','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/project-background.jpg\",\"id\":216},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fc40e94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"919f5c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"050\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"524dfe6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7eb1a2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.614,\"_inline_size_tablet\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca025eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55df323\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.386,\"_inline_size_tablet\":74,\"_inline_size_mobile\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":35},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"13906dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc11ff2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3324d1d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be64026\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.14,\"_inline_size_tablet\":25,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b9977eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Snow Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20c634d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.86,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd49875\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ae9d55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Winter Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc0bf7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"23f2d44\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9927ba9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":12.544,\"_inline_size_tablet\":21,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfe85b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forest Tours\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"563ab0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":87.456,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e768b2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2138a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Camping\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d72daeb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-1.jpg\"},{\"id\":191,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-2.jpg\"},{\"id\":192,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-3.jpg\"},{\"id\":193,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3442,1624,'ast_self_id_23831','1'),(3443,1624,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:21:\"background_attachment\";i:3;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:4;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:20:\"css_filters_saturate\";i:3;s:27:\"background_overlay_position\";i:3;s:29:\"background_overlay_attachment\";i:3;s:25:\"background_overlay_repeat\";i:3;s:23:\"background_overlay_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:4;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:3;s:16:\"content_position\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}s:18:\"section_text_style\";a:2:{s:10:\"text_align\";i:3;s:12:\"text_spacing\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:7:{s:5:\"width\";i:3;s:12:\"width_tablet\";i:3;s:12:\"width_mobile\";i:3;s:4:\"text\";i:3;s:5:\"align\";i:3;s:4:\"look\";i:3;s:8:\"html_tag\";i:3;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:3;s:9:\"_offset_x\";i:3;s:9:\"_offset_y\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:2:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_image_carousel\";a:10:{s:8:\"carousel\";i:3;s:14:\"thumbnail_size\";i:3;s:26:\"thumbnail_custom_dimension\";i:3;s:14:\"slides_to_show\";i:3;s:16:\"slides_to_scroll\";i:3;s:10:\"navigation\";i:3;s:13:\"open_lightbox\";i:3;s:21:\"slides_to_show_tablet\";i:3;s:21:\"slides_to_show_mobile\";i:3;s:13:\"image_stretch\";i:3;}s:26:\"section_additional_options\";a:2:{s:14:\"autoplay_speed\";i:3;s:8:\"autoplay\";i:3;}}s:5:\"style\";a:2:{s:24:\"section_style_navigation\";a:4:{s:11:\"arrows_size\";i:3;s:15:\"arrows_position\";i:3;s:12:\"arrows_color\";i:3;s:9:\"dots_size\";i:3;}s:19:\"section_style_image\";a:3:{s:13:\"image_spacing\";i:3;s:19:\"image_border_radius\";i:3;s:22:\"gallery_vertical_align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}}'),(3444,1624,'_wxr_import_user_slug','satishk'),(3445,1624,'_astra_sites_imported_post','1'),(3446,1624,'_astra_sites_enable_for_batch','1'),(3447,1625,'_wp_page_template','default'),(3448,1625,'site-sidebar-layout','no-sidebar'),(3449,1625,'site-content-layout','page-builder'),(3450,1625,'theme-transparent-header-meta','enabled'),(3451,1625,'_yoast_wpseo_content_score','90'),(3452,1625,'_elementor_edit_mode','builder'),(3453,1625,'_elementor_template_type','wp-post'),(3454,1625,'_astra_content_layout_flag','disabled'),(3455,1625,'site-post-title','disabled'),(3456,1625,'ast-title-bar-display','disabled'),(3457,1625,'ast-featured-img','disabled'),(3458,1625,'_elementor_data','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-2.jpg\",\"id\":58,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"22\"},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":54.332,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":false},\"_inline_size_tablet\":55,\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0d4aca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecc0d52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"315\\\"]\\t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2c2b69c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48dc1a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77c03f3\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Address\\u200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,\\nNew York, USA\\n\\n\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33e6ac1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.com\\u200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae9e05d\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d82cf08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2907d36\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7},\"icon_spacing\":{\"unit\":\"px\",\"size\":11},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"\"},\"columns_mobile\":\"3\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3459,1625,'_elementor_version','3.4.8'),(3460,1625,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3461,1625,'astra-main-page-id','23829'),(3462,1625,'_yoast_wpseo_estimated-reading-time-minutes','1'),(3463,1625,'_elementor_data_bckp','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-2.jpg\",\"id\":58},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"5b80d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9a08ab1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#ffffff\",\"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},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8672813\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"21ad806\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"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\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74c0dbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bef937d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\"315\"]t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"150c869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_inline_size_tablet\":45,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.87},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"29\",\"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\":\"50\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"f73529e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5246e5c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Addressu200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,nNew York, USAnn\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f47ccc1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.comu200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e842658\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"9f74309\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#939393\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":18},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":12},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"hover_primary_color\":\"#fb2056\",\"hover_secondary_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3464,1625,'ast_self_id_23829','1'),(3465,1625,'_elementor_page_assets','a:0:{}'),(3466,1625,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:3;s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:3;s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:7:{s:18:\"title_bottom_space\";i:3;s:10:\"text_align\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_line_height\";i:3;s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_tablet\";i:3;s:25:\"title_bottom_space_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:5:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:14:\"columns_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_tablet\";i:1;s:16:\"icon_size_mobile\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:19:\"icon_spacing_mobile\";i:1;}}}}}'),(3467,1625,'_wxr_import_user_slug','satishk'),(3468,1625,'_astra_sites_imported_post','1'),(3469,1625,'_astra_sites_enable_for_batch','1'),(3470,1626,'_menu_item_type','post_type'),(3471,1626,'_menu_item_object_id','1623'),(3472,1626,'_menu_item_object','page'),(3473,1626,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3474,1626,'_wp_old_date','2018-11-27'),(3475,1626,'_wxr_import_user_slug','satishk'),(3476,1626,'_astra_sites_imported_post','1'),(3477,1626,'_astra_sites_enable_for_batch','1'),(3478,1627,'_menu_item_type','post_type'),(3479,1627,'_menu_item_object_id','1622'),(3480,1627,'_menu_item_object','page'),(3481,1627,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3482,1627,'_wp_old_date','2018-11-27'),(3483,1627,'_wxr_import_user_slug','satishk'),(3484,1627,'_astra_sites_imported_post','1'),(3485,1627,'_astra_sites_enable_for_batch','1'),(3486,1628,'_menu_item_type','post_type'),(3487,1628,'_menu_item_object_id','1621'),(3488,1628,'_menu_item_object','page'),(3489,1628,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3490,1628,'_wp_old_date','2018-11-27'),(3491,1628,'_wxr_import_user_slug','satishk'),(3492,1628,'_astra_sites_imported_post','1'),(3493,1628,'_astra_sites_enable_for_batch','1'),(3494,1629,'_menu_item_type','post_type'),(3495,1629,'_menu_item_object_id','1625'),(3496,1629,'_menu_item_object','page'),(3497,1629,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3498,1629,'_wp_old_date','2018-11-28'),(3499,1629,'_wxr_import_user_slug','sonalib'),(3500,1629,'_astra_sites_imported_post','1'),(3501,1629,'_astra_sites_enable_for_batch','1'),(3508,1631,'_astra_sites_imported_post','1'),(3509,1631,'_astra_sites_enable_for_batch','1'),(3510,1631,'_astra_sites_image_hash','997282218f92ab02c59763576c608515db387aa1'),(3511,1631,'_elementor_source_image_hash','997282218f92ab02c59763576c608515db387aa1'),(3512,1632,'_wp_attached_file','2018/11/vision-1-6.jpg'),(3513,1632,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:22:\"2018/11/vision-1-6.jpg\";s:8:\"filesize\";i:421268;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"vision-1-6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12925;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"vision-1-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:5629;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"vision-1-6-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73299;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"vision-1-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19035;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"vision-1-6-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47870;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"vision-1-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3059;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3516,1632,'_astra_sites_imported_post','1'),(3517,1632,'_astra_sites_enable_for_batch','1'),(3518,1632,'_astra_sites_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(3519,1632,'_elementor_source_image_hash','4315321d8113754606a9b5b44fa7d6077024f1a7'),(3520,1633,'_wp_attached_file','2018/11/services-2-6.jpg'),(3521,1633,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-2-6.jpg\";s:8:\"filesize\";i:337988;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"services-2-6-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17934;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"services-2-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:7459;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"services-2-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24635;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"services-2-6-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58615;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"services-2-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3965;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3524,1633,'_astra_sites_imported_post','1'),(3525,1633,'_astra_sites_enable_for_batch','1'),(3526,1633,'_astra_sites_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(3527,1633,'_elementor_source_image_hash','f99e66979abc67c4b5f8662055f59f11368c1a2d'),(3528,1634,'_wp_attached_file','2018/11/services-3-6.jpg'),(3529,1634,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2018/11/services-3-6.jpg\";s:8:\"filesize\";i:324142;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"services-3-6-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"services-3-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:9109;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"services-3-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28866;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"services-3-6-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65852;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"services-3-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3532,1634,'_astra_sites_imported_post','1'),(3533,1634,'_astra_sites_enable_for_batch','1'),(3534,1634,'_astra_sites_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(3535,1634,'_elementor_source_image_hash','f8c7d1d20807bc6452c1ba4047b7aec304e54cc7'),(3536,1635,'_wp_attached_file','2018/11/quote-1-6.png'),(3537,1635,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:154;s:4:\"file\";s:21:\"2018/11/quote-1-6.png\";s:8:\"filesize\";i:4506;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"quote-1-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4598;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"quote-1-6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2704;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3540,1635,'_astra_sites_imported_post','1'),(3541,1635,'_astra_sites_enable_for_batch','1'),(3542,1635,'_astra_sites_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(3543,1635,'_elementor_source_image_hash','cffec819284155bb0d6c04c24d9260dcc81e44d6'),(3544,1636,'_wp_attached_file','2018/11/19-1-6.png'),(3545,1636,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:18:\"2018/11/19-1-6.png\";s:8:\"filesize\";i:83867;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"19-1-6-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167169;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"19-1-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47177;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"19-1-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169968;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"19-1-6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21966;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3548,1636,'_astra_sites_imported_post','1'),(3549,1636,'_astra_sites_enable_for_batch','1'),(3550,1636,'_astra_sites_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(3551,1636,'_elementor_source_image_hash','f807ca2529c8008e3550535e2a316baa7c9d304b'),(3552,1637,'_wp_attached_file','2018/11/about-bg-5-6.jpg'),(3553,1637,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:749;s:4:\"file\";s:24:\"2018/11/about-bg-5-6.jpg\";s:8:\"filesize\";i:925260;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"about-bg-5-6-300x112.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6310;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"about-bg-5-6-1024x383.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59488;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"about-bg-5-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:4481;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"about-bg-5-6-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34008;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"about-bg-5-6-1536x575.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127628;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"about-bg-5-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14676;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"about-bg-5-6-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22006;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"about-bg-5-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2604;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3554,1637,'_wxr_import_parent','5'),(3555,1637,'_wxr_import_user_slug','satishk'),(3556,1637,'_astra_sites_imported_post','1'),(3557,1637,'_astra_sites_enable_for_batch','1'),(3558,1637,'_astra_sites_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(3559,1637,'_elementor_source_image_hash','b698fc734fed0a09c35a2024b20ff8c7520dabd6'),(3560,1638,'_wp_attached_file','2018/11/snow-1-6.jpg'),(3561,1638,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:20:\"2018/11/snow-1-6.jpg\";s:8:\"filesize\";i:44864;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"snow-1-6-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"snow-1-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:6739;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"snow-1-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19507;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"snow-1-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3779;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3562,1638,'_shortpixel_status','2'),(3563,1638,'_wxr_import_parent','4'),(3564,1638,'_wxr_import_user_slug','satishk'),(3565,1638,'_astra_sites_imported_post','1'),(3566,1638,'_astra_sites_enable_for_batch','1'),(3567,1638,'_astra_sites_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(3568,1638,'_elementor_source_image_hash','579efc229ac31a9641a285885aa1f271e3576b92'),(3569,1639,'_wp_attached_file','2018/11/water-sports-01-6.jpg'),(3570,1639,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-01-6.jpg\";s:8:\"filesize\";i:87126;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"water-sports-01-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22727;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"water-sports-01-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:7238;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"water-sports-01-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24773;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"water-sports-01-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3869;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3571,1639,'_shortpixel_status','2'),(3572,1639,'_wxr_import_user_slug','satishk'),(3573,1639,'_astra_sites_imported_post','1'),(3574,1639,'_astra_sites_enable_for_batch','1'),(3575,1639,'_astra_sites_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(3576,1639,'_elementor_source_image_hash','38eaf2570e31bcc402cde4dd1389fcd06bc911e5'),(3577,1640,'_wp_attached_file','2018/11/water-sports-02-6.jpg'),(3578,1640,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-02-6.jpg\";s:8:\"filesize\";i:55046;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"water-sports-02-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"water-sports-02-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:7171;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"water-sports-02-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22793;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"water-sports-02-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3947;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3579,1640,'_shortpixel_status','2'),(3580,1640,'_wxr_import_user_slug','satishk'),(3581,1640,'_astra_sites_imported_post','1'),(3582,1640,'_astra_sites_enable_for_batch','1'),(3583,1640,'_astra_sites_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(3584,1640,'_elementor_source_image_hash','555c5dface9666a3e2f4dc0d9a0541ed535d4f7f'),(3585,1641,'_wp_attached_file','2018/11/water-sports-03-6.jpg'),(3586,1641,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-03-6.jpg\";s:8:\"filesize\";i:89577;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"water-sports-03-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"water-sports-03-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:9803;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"water-sports-03-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35332;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"water-sports-03-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5003;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3587,1641,'_shortpixel_status','2'),(3588,1641,'_wxr_import_user_slug','satishk'),(3589,1641,'_astra_sites_imported_post','1'),(3590,1641,'_astra_sites_enable_for_batch','1'),(3591,1641,'_astra_sites_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(3592,1641,'_elementor_source_image_hash','eaf0db6fc2406b95123dcf2721590ee35b20747f'),(3593,1642,'_wp_attached_file','2018/11/water-sports-04-6.jpg'),(3594,1642,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2018/11/water-sports-04-6.jpg\";s:8:\"filesize\";i:79551;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"water-sports-04-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20163;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"water-sports-04-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:6880;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"water-sports-04-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21984;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"water-sports-04-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3795;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3595,1642,'_shortpixel_status','2'),(3596,1642,'_wxr_import_user_slug','satishk'),(3597,1642,'_astra_sites_imported_post','1'),(3598,1642,'_astra_sites_enable_for_batch','1'),(3599,1642,'_astra_sites_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(3600,1642,'_elementor_source_image_hash','c6cc32f4ae798b3e2325ef498c8bda0c81cf4c6b'),(3601,1643,'_wp_attached_file','2018/11/winter-sports-01-6.jpg'),(3602,1643,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-01-6.jpg\";s:8:\"filesize\";i:42542;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"winter-sports-01-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19067;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"winter-sports-01-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:6446;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"winter-sports-01-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20410;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"winter-sports-01-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3603,1643,'_shortpixel_status','2'),(3604,1643,'_wxr_import_user_slug','satishk'),(3605,1643,'_astra_sites_imported_post','1'),(3606,1643,'_astra_sites_enable_for_batch','1'),(3607,1643,'_astra_sites_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(3608,1643,'_elementor_source_image_hash','26f9e8355031fa74ba3408a980f0a19d925aa4a4'),(3609,1644,'_wp_attached_file','2018/11/winter-sports-02-6.jpg'),(3610,1644,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-02-6.jpg\";s:8:\"filesize\";i:44582;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"winter-sports-02-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"winter-sports-02-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:7159;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"winter-sports-02-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21168;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"winter-sports-02-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3611,1644,'_shortpixel_status','2'),(3612,1644,'_wxr_import_user_slug','satishk'),(3613,1644,'_astra_sites_imported_post','1'),(3614,1644,'_astra_sites_enable_for_batch','1'),(3615,1644,'_astra_sites_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(3616,1644,'_elementor_source_image_hash','cfe850676da5c6d26059aef6eff8b590599deb69'),(3617,1645,'_wp_attached_file','2018/11/winter-sports-03-6.jpg'),(3618,1645,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-03-6.jpg\";s:8:\"filesize\";i:51464;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"winter-sports-03-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"winter-sports-03-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:5272;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"winter-sports-03-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15821;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"winter-sports-03-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3619,1645,'_shortpixel_status','2'),(3620,1645,'_wxr_import_user_slug','satishk'),(3621,1645,'_astra_sites_imported_post','1'),(3622,1645,'_astra_sites_enable_for_batch','1'),(3623,1645,'_astra_sites_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(3624,1645,'_elementor_source_image_hash','f9b201244e529ade279a8e30820c0a2edc51bd5f'),(3625,1646,'_wp_attached_file','2018/11/winter-sports-04-6.jpg'),(3626,1646,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:30:\"2018/11/winter-sports-04-6.jpg\";s:8:\"filesize\";i:67612;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"winter-sports-04-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15671;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"winter-sports-04-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:5571;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"winter-sports-04-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17106;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"winter-sports-04-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3627,1646,'_shortpixel_status','2'),(3628,1646,'_wxr_import_user_slug','satishk'),(3629,1646,'_astra_sites_imported_post','1'),(3630,1646,'_astra_sites_enable_for_batch','1'),(3631,1646,'_astra_sites_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(3632,1646,'_elementor_source_image_hash','1b3e41ae8338fdddc892a79ddfd0bb221104e582'),(3633,1647,'_wp_attached_file','2018/11/camp-1-6.jpg'),(3634,1647,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-1-6.jpg\";s:8:\"filesize\";i:44849;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"camp-1-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22361;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"camp-1-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:8398;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"camp-1-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24478;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"camp-1-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3635,1647,'_shortpixel_status','2'),(3636,1647,'_wxr_import_user_slug','satishk'),(3637,1647,'_astra_sites_imported_post','1'),(3638,1647,'_astra_sites_enable_for_batch','1'),(3639,1647,'_astra_sites_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(3640,1647,'_elementor_source_image_hash','d1fcb372c51951105fc10a3a9f189c6413850101'),(3641,1648,'_wp_attached_file','2018/11/camp-2-6.jpg'),(3642,1648,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-2-6.jpg\";s:8:\"filesize\";i:49791;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"camp-2-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16525;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"camp-2-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:5588;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"camp-2-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17586;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"camp-2-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3198;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3643,1648,'_shortpixel_status','2'),(3644,1648,'_wxr_import_user_slug','satishk'),(3645,1648,'_astra_sites_imported_post','1'),(3646,1648,'_astra_sites_enable_for_batch','1'),(3647,1648,'_astra_sites_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(3648,1648,'_elementor_source_image_hash','1783bbabb1622ff517961ddc56cc7cad434d7311'),(3649,1649,'_wp_attached_file','2018/11/camp-3-6.jpg'),(3650,1649,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-3-6.jpg\";s:8:\"filesize\";i:45532;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"camp-3-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21349;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"camp-3-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:7537;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"camp-3-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23379;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"camp-3-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4185;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3651,1649,'_shortpixel_status','2'),(3652,1649,'_wxr_import_user_slug','satishk'),(3653,1649,'_astra_sites_imported_post','1'),(3654,1649,'_astra_sites_enable_for_batch','1'),(3655,1649,'_astra_sites_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(3656,1649,'_elementor_source_image_hash','5bf1ce77d623d776aa7fe1020f8ecfc65423f2af'),(3657,1650,'_wp_attached_file','2018/11/camp-4-6.jpg'),(3658,1650,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:540;s:4:\"file\";s:20:\"2018/11/camp-4-6.jpg\";s:8:\"filesize\";i:82012;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"camp-4-6-278x300.jpg\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"camp-4-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:8369;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"camp-4-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29325;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"camp-4-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4446;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3659,1650,'_shortpixel_status','2'),(3660,1650,'_wxr_import_user_slug','satishk'),(3661,1650,'_astra_sites_imported_post','1'),(3662,1650,'_astra_sites_enable_for_batch','1'),(3663,1650,'_astra_sites_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(3664,1650,'_elementor_source_image_hash','30d8c922a768f54e8ba14d329fefce4bb9ea1c16'),(3665,1651,'_menu_item_type','post_type'),(3666,1651,'_menu_item_object_id','7'),(3667,1651,'_menu_item_object','page'),(3668,1651,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3669,1651,'_wp_old_date','2018-11-27'),(3670,1651,'_wxr_import_user_slug','satishk'),(3671,1651,'_wxr_import_menu_item','7'),(3672,1651,'_astra_sites_imported_post','1'),(3673,1651,'_astra_sites_enable_for_batch','1'),(3674,1652,'_wxr_import_user_slug','satishk'),(3675,1652,'_astra_sites_imported_post','1'),(3676,1652,'_astra_sites_enable_for_batch','1'),(3677,1653,'_wp_attached_file','2018/11/services-bg-5.jpg'),(3678,1653,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:637;s:4:\"file\";s:25:\"2018/11/services-bg-5.jpg\";s:8:\"filesize\";i:180333;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"services-bg-5-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8859;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"services-bg-5-1024x340.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79121;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"services-bg-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:7176;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"services-bg-5-768x255.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46321;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"services-bg-5-1536x510.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161837;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"services-bg-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24297;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"services-bg-5-600x199.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29273;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"services-bg-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3679,1653,'_shortpixel_status','2'),(3680,1653,'_wxr_import_parent','6'),(3681,1653,'_wxr_import_user_slug','satishk'),(3682,1653,'_astra_sites_imported_post','1'),(3683,1653,'_astra_sites_enable_for_batch','1'),(3684,1653,'_astra_sites_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(3685,1653,'_elementor_source_image_hash','281d38843fbb0f8aaa7f06bb5c89c338339ba8d8'),(3686,1654,'_wp_attached_file','2018/11/winter-sport-5.jpg'),(3687,1654,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:26:\"2018/11/winter-sport-5.jpg\";s:8:\"filesize\";i:65005;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"winter-sport-5-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11142;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"winter-sport-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:5919;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"winter-sport-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18176;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"winter-sport-5-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36506;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"winter-sport-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3246;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3688,1654,'_shortpixel_status','2'),(3689,1654,'_wxr_import_parent','6'),(3690,1654,'_wxr_import_user_slug','satishk'),(3691,1654,'_astra_sites_imported_post','1'),(3692,1654,'_astra_sites_enable_for_batch','1'),(3693,1654,'_astra_sites_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(3694,1654,'_elementor_source_image_hash','6492f63562bbab39f0d3077e52b331c87cc01d29'),(3695,1655,'_wp_attached_file','2018/11/project-background-5.jpg'),(3696,1655,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:682;s:4:\"file\";s:32:\"2018/11/project-background-5.jpg\";s:8:\"filesize\";i:95014;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"project-background-5-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6182;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"project-background-5-1024x364.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47159;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"project-background-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:3890;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"project-background-5-768x273.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28690;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"project-background-5-1536x546.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93816;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"project-background-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11277;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"project-background-5-600x213.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18732;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"project-background-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2344;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3697,1655,'_shortpixel_status','2'),(3698,1655,'_wxr_import_parent','7'),(3699,1655,'_wxr_import_user_slug','satishk'),(3700,1655,'_astra_sites_imported_post','1'),(3701,1655,'_astra_sites_enable_for_batch','1'),(3702,1655,'_astra_sites_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(3703,1655,'_elementor_source_image_hash','7e6c14b344e716101655fd8818bf568e45cfedfc'),(3704,1656,'_wp_attached_file','2018/11/image-1-5.jpg'),(3705,1656,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:385;s:4:\"file\";s:21:\"2018/11/image-1-5.jpg\";s:8:\"filesize\";i:45942;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-1-5-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19205;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-1-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:6138;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"image-1-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19489;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"image-1-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3370;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3706,1656,'_shortpixel_status','2'),(3707,1656,'_wxr_import_parent','4'),(3708,1656,'_wxr_import_user_slug','satishk'),(3709,1656,'_astra_sites_imported_post','1'),(3710,1656,'_astra_sites_enable_for_batch','1'),(3711,1656,'_astra_sites_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(3712,1656,'_elementor_source_image_hash','633f3d5a74a7ce449db3aabd6818d265feda2254'),(3713,1657,'_wp_attached_file','2018/11/hero-bg-5.jpg'),(3714,1657,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2200;s:6:\"height\";i:1088;s:4:\"file\";s:21:\"2018/11/hero-bg-5.jpg\";s:8:\"filesize\";i:197817;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"hero-bg-5-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13745;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"hero-bg-5-1024x506.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125014;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"hero-bg-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:7985;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"hero-bg-5-768x380.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74934;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"hero-bg-5-1536x760.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247651;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"hero-bg-5-2048x1013.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:388943;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"hero-bg-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26445;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"hero-bg-5-600x297.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47824;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"hero-bg-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4262;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3715,1657,'_shortpixel_status','2'),(3716,1657,'_wxr_import_parent','4'),(3717,1657,'_wxr_import_user_slug','satishk'),(3718,1657,'_astra_sites_imported_post','1'),(3719,1657,'_astra_sites_enable_for_batch','1'),(3720,1657,'_astra_sites_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(3721,1657,'_elementor_source_image_hash','fed4a947dfbfd93cea4e47d2200e1135a23de9a0'),(3722,1658,'_wp_attached_file','2020/01/logo-5.png'),(3723,1658,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:18:\"2020/01/logo-5.png\";s:8:\"filesize\";i:1200;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"logo-5-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:825;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"logo-5-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3724,1658,'_wxr_import_user_slug','rishabhm'),(3725,1658,'_astra_sites_imported_post','1'),(3726,1658,'_astra_sites_enable_for_batch','1'),(3727,1658,'_astra_sites_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(3728,1658,'_elementor_source_image_hash','29d3b9d270e8d698343e4171e6daa16aae4a67c4'),(3729,1659,'_wp_attached_file','2020/01/logo@2x-5.png'),(3730,1659,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:21:\"2020/01/logo@2x-5.png\";s:8:\"filesize\";i:2034;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"logo@2x-5-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"logo@2x-5-150x123.png\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:962;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"logo@2x-5-300x123.png\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1744;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"logo@2x-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2059;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3731,1659,'_wxr_import_user_slug','rishabhm'),(3732,1659,'_astra_sites_imported_post','1'),(3733,1659,'_astra_sites_enable_for_batch','1'),(3734,1659,'_astra_sites_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(3735,1659,'_elementor_source_image_hash','a1ce1e2006e37a80f0a71b6229bd52577456609a'),(3736,1660,'_wp_attached_file','2020/01/white-logo@2x-5.png'),(3737,1660,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:438;s:6:\"height\";i:123;s:4:\"file\";s:27:\"2020/01/white-logo@2x-5.png\";s:8:\"filesize\";i:2382;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"white-logo@2x-5-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"white-logo@2x-5-150x123.png\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:958;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"white-logo@2x-5-300x123.png\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1731;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"white-logo@2x-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2026;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3738,1660,'_wxr_import_user_slug','rishabhm'),(3739,1660,'_astra_sites_imported_post','1'),(3740,1660,'_astra_sites_enable_for_batch','1'),(3741,1660,'_astra_sites_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(3742,1660,'_elementor_source_image_hash','d09b12148c61553cb8da5a6198eb7e0f6e460c77'),(3743,1661,'_wp_attached_file','2020/01/white-logo-5.png'),(3744,1661,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:70;s:4:\"file\";s:24:\"2020/01/white-logo-5.png\";s:8:\"filesize\";i:1107;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"white-logo-5-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:826;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"white-logo-5-100x70.png\";s:5:\"width\";i:100;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:641;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3745,1661,'_wxr_import_user_slug','rishabhm'),(3746,1661,'_astra_sites_imported_post','1'),(3747,1661,'_astra_sites_enable_for_batch','1'),(3748,1661,'_astra_sites_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(3749,1661,'_elementor_source_image_hash','2299d3507a19ac14ad834a134d997506c11aed4b'),(3750,1662,'_wp_attached_file','2020/01/hiking-v1-5.jpg'),(3751,1662,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:23:\"2020/01/hiking-v1-5.jpg\";s:8:\"filesize\";i:251780;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"hiking-v1-5-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"hiking-v1-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:7517;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"hiking-v1-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20830;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"hiking-v1-5-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45049;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"hiking-v1-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3752,1662,'_wxr_import_parent','4'),(3753,1662,'_wxr_import_user_slug','rishabhm'),(3754,1662,'_astra_sites_imported_post','1'),(3755,1662,'_astra_sites_enable_for_batch','1'),(3756,1662,'_astra_sites_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(3757,1662,'_elementor_source_image_hash','e418c188b7ed929e5bf200f47fe227a7fc01d4b0'),(3758,1663,'_wp_attached_file','2020/01/walking-v1-5.jpg'),(3759,1663,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:24:\"2020/01/walking-v1-5.jpg\";s:8:\"filesize\";i:283999;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"walking-v1-5-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13934;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"walking-v1-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:6658;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"walking-v1-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22126;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"walking-v1-5-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46582;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"walking-v1-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3577;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3760,1663,'_wxr_import_parent','4'),(3761,1663,'_wxr_import_user_slug','rishabhm'),(3762,1663,'_astra_sites_imported_post','1'),(3763,1663,'_astra_sites_enable_for_batch','1'),(3764,1663,'_astra_sites_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(3765,1663,'_elementor_source_image_hash','5a0d24b37d43c926cdc1e29686eba57519665f09'),(3766,1664,'_wp_attached_file','2020/01/section-bg-img-5.jpg'),(3767,1664,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2020/01/section-bg-img-5.jpg\";s:8:\"filesize\";i:776329;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"section-bg-img-5-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8632;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"section-bg-img-5-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53407;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"section-bg-img-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:4044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"section-bg-img-5-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34342;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"section-bg-img-5-1536x640.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96564;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"section-bg-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9743;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"section-bg-img-5-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24155;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"section-bg-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2604;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3768,1664,'_wxr_import_parent','4'),(3769,1664,'_wxr_import_user_slug','rishabhm'),(3770,1664,'_astra_sites_imported_post','1'),(3771,1664,'_astra_sites_enable_for_batch','1'),(3772,1664,'_astra_sites_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(3773,1664,'_elementor_source_image_hash','5a2db3954fdd86b6d68b2350c2538821b3416f31'),(3774,1665,'_elementor_edit_mode','builder'),(3775,1665,'_elementor_template_type','kit'),(3776,1665,'_elementor_page_settings','a:11:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:13:\"custom_colors\";a:0:{}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: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:9:\"site_name\";s:17:\"Outdoor Adventure\";s:16:\"site_description\";s:32:\"Outdoor Sports Adventure Website\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(3777,1665,'_wp_page_template','default'),(3778,1665,'_elementor_data','[]'),(3779,1665,'_elementor_page_assets','a:0:{}'),(3780,1665,'_elementor_version','3.4.8'),(3781,1665,'_astra_sites_imported_post','1'),(3782,1665,'_astra_sites_enable_for_batch','1'),(3783,1666,'_wp_attached_file','2020/02/outdoor-adventure-yoast-seo-5.jpg'),(3784,1666,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:41:\"2020/02/outdoor-adventure-yoast-seo-5.jpg\";s:8:\"filesize\";i:191255;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"outdoor-adventure-yoast-seo-5-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11545;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"outdoor-adventure-yoast-seo-5-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86177;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"outdoor-adventure-yoast-seo-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:6254;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"outdoor-adventure-yoast-seo-5-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54615;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"outdoor-adventure-yoast-seo-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18856;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"outdoor-adventure-yoast-seo-5-600x314.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37934;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"outdoor-adventure-yoast-seo-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3785,1666,'_astra_sites_imported_post','1'),(3786,1666,'_astra_sites_enable_for_batch','1'),(3787,1666,'_astra_sites_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(3788,1666,'_elementor_source_image_hash','5f36b07b5ad4a1fe9a88d4f7081f441e931b8e8e'),(3789,1667,'_wp_attached_file','2021/02/outdoor-image-01-5.jpg'),(3790,1667,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:30:\"2021/02/outdoor-image-01-5.jpg\";s:8:\"filesize\";i:39470;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"outdoor-image-01-5-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"outdoor-image-01-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:5843;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"outdoor-image-01-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15334;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"outdoor-image-01-5-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27760;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"outdoor-image-01-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3479;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3791,1667,'_wxr_import_parent','4'),(3792,1667,'_wxr_import_user_slug','sonalib'),(3793,1667,'_astra_sites_imported_post','1'),(3794,1667,'_astra_sites_enable_for_batch','1'),(3795,1667,'_astra_sites_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(3796,1667,'_elementor_source_image_hash','969a1d25bf32ac9bfd4ac78117f3564b1d37b689'),(3797,1668,'_wp_attached_file','2021/02/outdoor-image-02-5.jpg'),(3798,1668,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:30:\"2021/02/outdoor-image-02-5.jpg\";s:8:\"filesize\";i:152266;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"outdoor-image-02-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"outdoor-image-02-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:7439;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"outdoor-image-02-5-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99997;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"outdoor-image-02-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25838;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"outdoor-image-02-5-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66413;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"outdoor-image-02-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3944;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3799,1668,'_wxr_import_parent','5'),(3800,1668,'_wxr_import_user_slug','sonalib'),(3801,1668,'_astra_sites_imported_post','1'),(3802,1668,'_astra_sites_enable_for_batch','1'),(3803,1668,'_astra_sites_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(3804,1668,'_elementor_source_image_hash','21585c6d21fe980e37c4a7ae5692e8a04e73dc3d'),(3805,1669,'_wp_attached_file','2021/02/outdoor-image-04-5.jpg'),(3806,1669,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:379;s:6:\"height\";i:218;s:4:\"file\";s:30:\"2021/02/outdoor-image-04-5.jpg\";s:8:\"filesize\";i:15301;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"outdoor-image-04-5-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8341;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"outdoor-image-04-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:3992;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"outdoor-image-04-5-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9897;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"outdoor-image-04-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3807,1669,'_wxr_import_parent','4'),(3808,1669,'_wxr_import_user_slug','sonalib'),(3809,1669,'_astra_sites_imported_post','1'),(3810,1669,'_astra_sites_enable_for_batch','1'),(3811,1669,'_astra_sites_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(3812,1669,'_elementor_source_image_hash','f4f96c7d633db1aeca2d0780a8ad9a0fad074ad8'),(3813,1670,'_wp_attached_file','2021/02/outdoor-image-03-5.jpg'),(3814,1670,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:402;s:4:\"file\";s:30:\"2021/02/outdoor-image-03-5.jpg\";s:8:\"filesize\";i:172099;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"outdoor-image-03-5-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"outdoor-image-03-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:11718;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"outdoor-image-03-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42229;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"outdoor-image-03-5-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93269;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"outdoor-image-03-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5759;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3815,1670,'_wxr_import_parent','6'),(3816,1670,'_wxr_import_user_slug','sonalib'),(3817,1670,'_astra_sites_imported_post','1'),(3818,1670,'_astra_sites_enable_for_batch','1'),(3819,1670,'_astra_sites_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(3820,1670,'_elementor_source_image_hash','a47e2d002df5e39251ada8ec17a97a2d6d94bd6b'),(3821,1671,'_wp_page_template','default'),(3822,1671,'site-sidebar-layout','no-sidebar'),(3823,1671,'site-content-layout','page-builder'),(3824,1671,'theme-transparent-header-meta','enabled'),(3825,1671,'_yoast_wpseo_content_score','90'),(3826,1671,'_elementor_edit_mode','builder'),(3827,1671,'_elementor_template_type','wp-page'),(3828,1671,'_astra_content_layout_flag','disabled'),(3829,1671,'site-post-title','disabled'),(3830,1671,'ast-title-bar-display','disabled'),(3831,1671,'ast-featured-img','disabled'),(3832,1671,'_elementor_data','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"270\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.65},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the Colourful World\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cab84e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":55},\"align\":\"left\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb5a798\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\\\"\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"- Adam Sendler\",\"testimonial_job\":\"\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_content_color\":\"globals\\/colors?id=astglobalcolor3\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a15c162\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2020\\/01\\/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3833,1671,'_elementor_version','3.4.8'),(3834,1671,'astra-main-page-id','23830'),(3835,1671,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3836,1671,'_yoast_wpseo_estimated-reading-time-minutes','2'),(3837,1671,'_elementor_page_assets','a:0:{}'),(3838,1671,'_elementor_data_bckp','[{\"id\":\"c50838b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"240\",\"left\":\"0\",\"isLinked\":false},\"background_color_b\":\"#212121\",\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":80},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":102},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":49},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/hero-bg.jpg\",\"id\":237},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#040219\",\"__globals__\":{\"background_overlay_color\":\"\"}},\"elements\":[{\"id\":\"55b0429\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3428592\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The Colourful World\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"header_size\":\"h3\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"92570e2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":12},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"453e782\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Wonderful Gift\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d0d9cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c31627\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"32f335d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"afcd584\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/quote-1.png\",\"id\":132},\"width\":{\"unit\":\"%\",\"size\":75},\"align\":\"right\",\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":31},\"align_tablet\":\"center\",\"space_tablet\":{\"unit\":\"%\",\"size\":9},\"space_mobile\":{\"unit\":\"%\",\"size\":22}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a107e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.332,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.07},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":57},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":153},\"css_filters_hue\":{\"unit\":\"px\",\"size\":240},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"26eb166\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris.\"</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95e575c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>- Adam Sendler</p>\",\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"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}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33bc69a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15,\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"01ffef0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aa0836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e5e7443\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Events\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"151b4b0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5415cda\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c614c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7da6c6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/hiking-v1.jpg\",\"id\":424},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ba141ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Everest Camp Trek\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4cc62c7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1aaf044\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cc4d06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/walking-v1.jpg\",\"id\":426},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":353},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7c7a6b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Walking Holidays\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":88},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"874b8fb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51af88c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"rgba(0, 0, 0, 0.69)\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"60\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/section-bg-img.jpg\",\"id\":429},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"rgba(0, 0, 0, 0.69)\"},\"elements\":[{\"id\":\"b0bec06\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"a9a69dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"903dcf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore The World\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1694eb3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c07d6ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Diremit mundi mare undae nunc mixtam tanto sibi. Nubes unda concordi. Fert his. Recessit mentes praecipites locum caligine sui egens erat. Silvas caeli regna.</p>\",\"text_color\":\"#ffffff\",\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ab74e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c604d49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"78\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\"},\"elements\":[{\"id\":\"db54639\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"content_position\":\"top\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb8d721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming Tours & Destination\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a271134\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"align\":\"left\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"38df08c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris. Sinistra possedit litora ut nabataeaque. Setucant coepyterunt perveniunt animal! Concordi aurea nabataeaque seductaque constaque cepit sublime flexi nullus.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":\"text-editor\"},{\"id\":\"e0ce68f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"0e0426c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"8d7aa89\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b7c6863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/image-1.jpg\",\"id\":228},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":110},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"css_filters_hue\":{\"unit\":\"px\",\"size\":346}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3b90556\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"dc7d86f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/snow-1.jpg\",\"id\":170},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50649d3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-04.jpg\",\"id\":535},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":108},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3839,1671,'ast_self_id_23830','1'),(3840,1671,'_elementor_controls_usage','a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:5;s:5:\"align\";i:5;s:11:\"header_size\";i:2;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:20:\"typography_font_size\";i:1;s:25:\"typography_letter_spacing\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:4;s:3:\"gap\";i:4;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:5:{s:5:\"width\";i:4;s:5:\"align\";i:3;s:12:\"width_tablet\";i:1;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:5;s:5:\"align\";i:5;s:10:\"icon_align\";i:3;s:13:\"selected_icon\";i:3;s:11:\"icon_indent\";i:3;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:20:\"typography_font_size\";i:4;s:25:\"typography_letter_spacing\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:10;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:4;s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:17:\"background_repeat\";i:1;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:1;s:25:\"background_overlay_repeat\";i:1;s:26:\"background_overlay_opacity\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:3;s:18:\"background_color_b\";i:1;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:2;s:27:\"background_overlay_position\";i:2;s:29:\"background_overlay_attachment\";i:2;s:23:\"background_overlay_size\";i:2;s:26:\"background_overlay_opacity\";i:2;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;}s:21:\"section_shape_divider\";a:1:{s:27:\"shape_divider_bottom_height\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:6;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:5;s:6:\"margin\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:7;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:12:\"align_tablet\";i:1;s:10:\"image_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:12:{s:5:\"width\";i:7;s:12:\"width_mobile\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:22:\"css_filters_css_filter\";i:6;s:22:\"css_filters_brightness\";i:6;s:20:\"css_filters_contrast\";i:6;s:20:\"css_filters_saturate\";i:6;s:15:\"css_filters_hue\";i:3;s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:6;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:2;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:4:{s:19:\"testimonial_content\";i:1;s:17:\"testimonial_image\";i:1;s:16:\"testimonial_name\";i:1;s:15:\"testimonial_job\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:1:{s:10:\"image_size\";i:2;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:2;s:18:\"title_bottom_space\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:12:\"align_mobile\";i:2;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:2;s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}}}}'),(3841,1671,'_wxr_import_user_slug','satishk'),(3842,1671,'_astra_sites_imported_post','1'),(3843,1671,'_astra_sites_enable_for_batch','1'),(3844,1672,'_wp_page_template','default'),(3845,1672,'site-sidebar-layout','no-sidebar'),(3846,1672,'site-content-layout','page-builder'),(3847,1672,'theme-transparent-header-meta','enabled'),(3848,1672,'_yoast_wpseo_content_score','90'),(3849,1672,'site-post-title','disabled'),(3850,1672,'_elementor_template_type','wp-post'),(3851,1672,'_astra_content_layout_flag','disabled'),(3852,1672,'ast-title-bar-display','disabled'),(3853,1672,'ast-featured-img','disabled'),(3854,1672,'_elementor_data','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"55\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3855,1672,'_elementor_version','3.4.8'),(3856,1672,'astra-main-page-id','23827'),(3857,1672,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3858,1672,'_yoast_wpseo_estimated-reading-time-minutes','1'),(3859,1672,'_elementor_edit_mode','builder'),(3860,1672,'_elementor_data_bckp','[{\"id\":\"d7d8b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-5.jpg\",\"id\":158},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fd69444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"abcc2f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who We Are?\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c40d7b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebbf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe195c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc051dd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e5f497e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, adipiscing elit.</p>\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5dcd18a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e5fdae0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"96b5b53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-02.jpg\",\"id\":527},\"width\":{\"unit\":\"%\",\"size\":100},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":105},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":74},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"css_filters_hue\":{\"unit\":\"px\",\"size\":347},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e90a943\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2126f92\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"43a347a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extraordinary Experiences\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\"},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7818b1a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d8f9f49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_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\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e54541\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<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>\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"e03a328\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"903c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Core Values\",\"header_size\":\"h4\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23d597c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6d1a71e\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f96c87e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3861,1672,'ast_self_id_23827','1'),(3862,1672,'_elementor_page_assets','a:0:{}'),(3863,1672,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:29:\"typography_line_height_tablet\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:5;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:3;s:5:\"align\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;s:12:\"align_mobile\";i:5;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:5;s:14:\"_margin_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:9:{s:5:\"width\";i:1;s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:15:\"css_filters_hue\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:1;s:25:\"icon_typography_font_size\";i:1;s:32:\"icon_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:1;}}}}}'),(3864,1672,'_wxr_import_user_slug','satishk'),(3865,1672,'_astra_sites_imported_post','1'),(3866,1672,'_astra_sites_enable_for_batch','1'),(3867,1673,'_wp_page_template','default'),(3868,1673,'site-sidebar-layout','no-sidebar'),(3869,1673,'site-content-layout','page-builder'),(3870,1673,'theme-transparent-header-meta','enabled'),(3871,1673,'_yoast_wpseo_content_score','90'),(3872,1673,'site-post-title','disabled'),(3873,1673,'_elementor_edit_mode','builder'),(3874,1673,'_elementor_template_type','wp-post'),(3875,1673,'_astra_content_layout_flag','disabled'),(3876,1673,'ast-title-bar-display','disabled'),(3877,1673,'ast-featured-img','disabled'),(3878,1673,'_elementor_data','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-bg.jpg\",\"id\":194,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventures\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"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\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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}},\"elements\":[{\"id\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2021\\/02\\/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"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},\"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\":true}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventure\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"fas fa-minus\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"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\":true}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Get\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\"},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3879,1673,'_elementor_version','3.4.8'),(3880,1673,'astra-main-page-id','23832'),(3881,1673,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3882,1673,'_yoast_wpseo_estimated-reading-time-minutes','2'),(3883,1673,'_elementor_page_assets','a:0:{}'),(3884,1673,'_elementor_data_bckp','[{\"id\":\"33a79095\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-bg.jpg\",\"id\":194},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"b7194dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"3706530d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"537de1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4788e5dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2dbed9a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c54645a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"1ca627b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"42fd904\",\"elType\":\"widget\",\"settings\":{\"title\":\"It\'s Time to Start Your Adventuresn\",\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432499d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":17},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dff22f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus ullamcorpe pulvinar.</p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"92a5c23\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d6c60ea\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f20a204\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfd172b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-03.jpg\",\"id\":539},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0c44fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Backpacking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bce40d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"cce00ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-2.jpg\",\"id\":94},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c17baf9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Family Hiking Trips\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dca23c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"f58b4c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding_mobile\":{\"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\":\"d7fa0e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/services-3.jpg\",\"id\":99},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":336},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66bbc4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"31ca30b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_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}},\"elements\":[{\"id\":\"238cce3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2021/02/outdoor-image-01.jpg\",\"id\":523},\"width\":{\"unit\":\"%\",\"size\":88},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":103},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":96},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":101},\"css_filters_hue\":{\"unit\":\"px\",\"size\":340},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":10,\"blur\":0,\"spread\":1,\"color\":\"rgba(0,0,0,0.07)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"00d7c15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Fuerat aestu carentem habentia spectent tonitrua mutastis locavit liberioris inistra possedit.\",\"title_size\":\"h5\",\"image_size\":{\"unit\":\"%\",\"size\":\"\"},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"title_bottom_space\":{\"unit\":\"px\",\"size\":12},\"_padding\":{\"unit\":\"px\",\"top\":\"27\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"image_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5999602\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"65\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"991a6c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"9371562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Outdoor Adventuren\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a14414a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1eebcdd\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6336eab\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Experience: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Reputation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Guide Experience: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7a529e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a5731a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You Getn\",\"header_size\":\"h3\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af9a696\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":12},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":0},\"width_mobile\":{\"unit\":\"%\",\"size\":18},\"align_mobile\":\"center\",\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b56361\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75a0655\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Private Hike: Locavit liberioris possedit\",\"icon\":\"fa fa-minus\",\"_id\":\"cd48abc\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Transportation: Diremit mundi mare undae\",\"icon\":\"fa fa-minus\",\"_id\":\"670c158\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Great Facilities: Spectent tonitrua mutastis\",\"icon\":\"fa fa-minus\",\"_id\":\"a2a8a49\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6},\"text_indent\":{\"unit\":\"px\",\"size\":10},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(3885,1673,'ast_self_id_23832','1'),(3886,1673,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:3;s:5:\"align\";i:4;s:12:\"align_mobile\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:25:\"typography_letter_spacing\";i:3;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:8;s:19:\"_inline_size_tablet\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_mobile\";i:7;s:14:\"padding_tablet\";i:6;s:13:\"margin_mobile\";i:5;s:7:\"padding\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:5;s:13:\"margin_mobile\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:5:\"align\";i:3;s:12:\"width_mobile\";i:3;s:12:\"align_mobile\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:5:\"align\";i:1;s:12:\"align_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:10:{s:5:\"width\";i:4;s:22:\"css_filters_css_filter\";i:4;s:22:\"css_filters_brightness\";i:4;s:20:\"css_filters_contrast\";i:4;s:20:\"css_filters_saturate\";i:4;s:15:\"css_filters_hue\";i:4;s:19:\"image_border_radius\";i:4;s:32:\"image_box_shadow_box_shadow_type\";i:4;s:27:\"image_box_shadow_box_shadow\";i:4;s:12:\"width_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:4;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:4;s:10:\"title_text\";i:4;s:16:\"description_text\";i:4;s:10:\"title_size\";i:4;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:3:{s:10:\"image_size\";i:4;s:11:\"image_space\";i:4;s:27:\"background_hover_transition\";i:4;}s:21:\"section_style_content\";a:2:{s:31:\"title_typography_letter_spacing\";i:4;s:18:\"title_bottom_space\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;s:15:\"_padding_mobile\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:2;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:2;s:25:\"icon_typography_font_size\";i:2;s:32:\"icon_typography_font_size_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:15:\"_padding_mobile\";i:2;}}}}}'),(3887,1673,'_wxr_import_user_slug','satishk'),(3888,1673,'_astra_sites_imported_post','1'),(3889,1673,'_astra_sites_enable_for_batch','1'),(3890,1674,'_wp_page_template','default'),(3891,1674,'site-sidebar-layout','no-sidebar'),(3892,1674,'site-content-layout','page-builder'),(3893,1674,'theme-transparent-header-meta','enabled'),(3894,1674,'_yoast_wpseo_content_score','90'),(3895,1674,'_elementor_edit_mode','builder'),(3896,1674,'_elementor_template_type','wp-post'),(3897,1674,'_astra_content_layout_flag','disabled'),(3898,1674,'site-post-title','disabled'),(3899,1674,'ast-title-bar-display','disabled'),(3900,1674,'ast-featured-img','disabled'),(3901,1674,'_elementor_data','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/project-background.jpg\",\"id\":216,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":15},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20},\"width_mobile\":{\"unit\":\"%\",\"size\":55},\"text\":\"Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b0fabca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Water Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f64cda\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":20},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":28},\"width_mobile\":{\"unit\":\"%\",\"size\":65},\"text\":\"Snow Adventure\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e50b5bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Winter Sports\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"33a334b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":17},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":24},\"width_mobile\":{\"unit\":\"%\",\"size\":60},\"text\":\"Forest Tours\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"look\":\"line_text\",\"html_tag\":\"h6\",\"text_align\":\"left\",\"text_spacing\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"_offset_x\":{\"size\":109,\"unit\":\"px\"},\"_offset_y\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5c4ab15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Camping\",\"description_text\":\"Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.\",\"title_size\":\"h2\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-1.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-2.jpg\"},{\"id\":192,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-3.jpg\"},{\"id\":193,\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals\\/colors?id=astglobalcolor0\"},\"gallery_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3902,1674,'_elementor_version','3.4.8'),(3903,1674,'astra-main-page-id','23831'),(3904,1674,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3905,1674,'_yoast_wpseo_estimated-reading-time-minutes','7'),(3906,1674,'_elementor_page_assets','a:0:{}'),(3907,1674,'_elementor_data_bckp','[{\"id\":\"7ac9ca5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/project-background.jpg\",\"id\":216},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"fc40e94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"90988fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"4a1c612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Projects\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"919f5c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8262e30\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"050\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"da6ae65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"524dfe6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7eb1a2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":10.614,\"_inline_size_tablet\":17,\"_inline_size_mobile\":40,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca025eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55df323\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":89.386,\"_inline_size_tablet\":74,\"_inline_size_mobile\":60,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9551936\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":35},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"13906dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Water Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc11ff2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6fecb3a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":182,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-03.jpg\"},{\"id\":183,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-04.jpg\"},{\"id\":179,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-01.jpg\"},{\"id\":180,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/water-sports-02.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981c27d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"__globals__\":{\"background_color\":\"globals/colors?id=astraextracolor1\"}},\"elements\":[{\"id\":\"1831b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3324d1d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"be64026\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":16.14,\"_inline_size_tablet\":25,\"_inline_size_mobile\":55,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b9977eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Snow Adventure\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"20c634d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.86,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd49875\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ae9d55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Winter Sports\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc0bf7c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f44f54a\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":185,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-01.jpg\"},{\"id\":186,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-02.jpg\"},{\"id\":187,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-03.jpg\"},{\"id\":188,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/winter-sports-04.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"87bd9b1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(0,0,0,0)\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":-90},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"59d9374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"23f2d44\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9927ba9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":12.544,\"_inline_size_tablet\":21,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfe85b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Forest Tours\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h6\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"563ab0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":87.456,\"_inline_size_tablet\":75,\"_inline_size_mobile\":45,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e768b2\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":6},\"gap\":{\"unit\":\"px\",\"size\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":11},\"width_mobile\":{\"unit\":\"%\",\"size\":45},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2138a01\",\"elType\":\"widget\",\"settings\":{\"title\":\"Camping\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d72daeb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Interdum exercitation penatibus, praesentium facilisi accusamus fermentum, sagittis.</p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"98fce67\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":190,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-1.jpg\"},{\"id\":191,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-2.jpg\"},{\"id\":192,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-3.jpg\"},{\"id\":193,\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/camp-4.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"500\",\"height\":\"540\"},\"slides_to_show\":\"3\",\"slides_to_scroll\":\"1\",\"navigation\":\"dots\",\"open_lightbox\":\"yes\",\"autoplay_speed\":2000,\"arrows_size\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"image_stretch\":\"yes\",\"autoplay\":\"no\",\"arrows_position\":\"outside\",\"arrows_color\":\"#7a7a7a\",\"image_spacing\":\"custom\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"dots_size\":{\"unit\":\"px\",\"size\":8},\"__globals__\":{\"dots_color\":\"globals/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3908,1674,'ast_self_id_23831','1'),(3909,1674,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:21:\"background_attachment\";i:3;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:4;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:3;s:26:\"background_overlay_color_b\";i:3;s:33:\"background_overlay_gradient_angle\";i:3;s:20:\"css_filters_saturate\";i:3;s:27:\"background_overlay_position\";i:3;s:29:\"background_overlay_attachment\";i:3;s:25:\"background_overlay_repeat\";i:3;s:23:\"background_overlay_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:4;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:3;s:16:\"content_position\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}s:18:\"section_text_style\";a:2:{s:10:\"text_align\";i:3;s:12:\"text_spacing\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:7:{s:5:\"width\";i:3;s:12:\"width_tablet\";i:3;s:12:\"width_mobile\";i:3;s:4:\"text\";i:3;s:5:\"align\";i:3;s:4:\"look\";i:3;s:8:\"html_tag\";i:3;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:3:{s:21:\"_element_custom_width\";i:3;s:9:\"_offset_x\";i:3;s:9:\"_offset_y\";i:3;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_style_content\";a:2:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:14:\"image-carousel\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:22:\"section_image_carousel\";a:10:{s:8:\"carousel\";i:3;s:14:\"thumbnail_size\";i:3;s:26:\"thumbnail_custom_dimension\";i:3;s:14:\"slides_to_show\";i:3;s:16:\"slides_to_scroll\";i:3;s:10:\"navigation\";i:3;s:13:\"open_lightbox\";i:3;s:21:\"slides_to_show_tablet\";i:3;s:21:\"slides_to_show_mobile\";i:3;s:13:\"image_stretch\";i:3;}s:26:\"section_additional_options\";a:2:{s:14:\"autoplay_speed\";i:3;s:8:\"autoplay\";i:3;}}s:5:\"style\";a:2:{s:24:\"section_style_navigation\";a:4:{s:11:\"arrows_size\";i:3;s:15:\"arrows_position\";i:3;s:12:\"arrows_color\";i:3;s:9:\"dots_size\";i:3;}s:19:\"section_style_image\";a:3:{s:13:\"image_spacing\";i:3;s:19:\"image_border_radius\";i:3;s:22:\"gallery_vertical_align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}}'),(3910,1674,'_wxr_import_user_slug','satishk'),(3911,1674,'_astra_sites_imported_post','1'),(3912,1674,'_astra_sites_enable_for_batch','1'),(3913,1675,'_wp_page_template','default'),(3914,1675,'site-sidebar-layout','no-sidebar'),(3915,1675,'site-content-layout','page-builder'),(3916,1675,'theme-transparent-header-meta','enabled'),(3917,1675,'_yoast_wpseo_content_score','90'),(3918,1675,'_elementor_edit_mode','builder'),(3919,1675,'_elementor_template_type','wp-post'),(3920,1675,'_astra_content_layout_flag','disabled'),(3921,1675,'site-post-title','disabled'),(3922,1675,'ast-title-bar-display','disabled'),(3923,1675,'ast-featured-img','disabled'),(3924,1675,'_elementor_data','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/outdoor-adventure-02\\/wp-content\\/uploads\\/sites\\/351\\/2018\\/11\\/about-bg-2.jpg\",\"id\":58,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"230\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"20\",\"bottom\":\"90\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"50\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"structure\":\"22\"},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":54.332,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"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\":false},\"_inline_size_tablet\":55,\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"0d4aca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecc0d52\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"315\\\"]\\t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"2c2b69c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"48dc1a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77c03f3\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Address\\u200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,\\nNew York, USA\\n\\n\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"33e6ac1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.com\\u200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ae9e05d\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h5\",\"text_align_mobile\":\"left\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d82cf08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2907d36\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7},\"icon_spacing\":{\"unit\":\"px\",\"size\":11},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"\"},\"columns_mobile\":\"3\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(3925,1675,'_elementor_version','3.4.8'),(3926,1675,'_elementor_page_settings','a:47:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6999999999999999555910790149937383830547332763671875;}s:28:\"astra_sites_body_font_family\";s:9:\"Noto Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:44;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:39:\"astra_sites_default_heading_font_family\";s:24:\"\'Montserrat\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_2_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;}s:33:\"astra_sites_heading_2_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"700\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;}s:33:\"astra_sites_heading_4_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"700\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:33:\"astra_sites_heading_6_font_family\";s:12:\"\'Montserrat\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"700\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}'),(3927,1675,'astra-main-page-id','23829'),(3928,1675,'_yoast_wpseo_estimated-reading-time-minutes','1'),(3929,1675,'_elementor_data_bckp','[{\"id\":\"3906703\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2018/11/about-bg-2.jpg\",\"id\":58},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.4},\"padding\":{\"unit\":\"px\",\"top\":\"230\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals/colors?id=astraextracolor3\"}},\"elements\":[{\"id\":\"5b80d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false},{\"id\":\"24c9f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332},\"elements\":[{\"id\":\"a5e247a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9a08ab1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"34cbd81\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"bottom left\",\"background_size\":\"cover\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1dfb88a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color\":\"#ffffff\",\"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},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8672813\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"21ad806\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"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\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_inline_size_tablet\":55,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74c0dbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\'re Ready, Let\'s Talk.\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bef937d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\"315\"]t\",\"_padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"150c869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"content_position\":\"top\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"_inline_size_tablet\":45,\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.87},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"29\",\"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\":\"50\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"f73529e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"align\":\"left\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\"},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5246e5c\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Addressu200b\",\"description_text\":\"123 Fifth Avenue, NY 10160,nNew York, USAnn\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"\"},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f47ccc1\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Email Us\",\"description_text\":\"contact@example.comu200b\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e842658\",\"elType\":\"widget\",\"settings\":{\"icon\":\"\",\"title_text\":\"Call Us\",\"description_text\":\"800-123-456\",\"primary_color\":\"rgba(64,177,208,0.86)\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5},\"position\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":22},\"text_align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\"},\"title_size\":\"h6\",\"text_align_mobile\":\"center\",\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":10},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":8},\"selected_icon\":{\"value\":\"\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"9f74309\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"57fe014\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-twitter\",\"_id\":\"0ec3dce\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}},{\"social\":\"fa fa-google-plus\",\"_id\":\"5e4a996\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"social_icon\":true}}],\"shape\":\"circle\",\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#939393\",\"icon_secondary_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":18},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6},\"icon_spacing\":{\"unit\":\"px\",\"size\":12},\"icon_spacing_mobile\":{\"unit\":\"px\",\"size\":13},\"hover_primary_color\":\"#fb2056\",\"hover_secondary_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3930,1675,'ast_self_id_23829','1'),(3931,1675,'_elementor_page_assets','a:0:{}'),(3932,1675,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:25:\"typography_letter_spacing\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_color\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:10:\"title_size\";i:3;s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:3;s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:7:{s:18:\"title_bottom_space\";i:3;s:10:\"text_align\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_line_height\";i:3;s:17:\"text_align_mobile\";i:3;s:25:\"title_bottom_space_tablet\";i:3;s:25:\"title_bottom_space_mobile\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:3;s:15:\"_padding_tablet\";i:3;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:5:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;s:14:\"columns_mobile\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:16:\"icon_size_tablet\";i:1;s:16:\"icon_size_mobile\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:19:\"icon_spacing_mobile\";i:1;}}}}}'),(3933,1675,'_wxr_import_user_slug','satishk'),(3934,1675,'_astra_sites_imported_post','1'),(3935,1675,'_astra_sites_enable_for_batch','1'),(3936,1676,'_menu_item_type','post_type'),(3937,1676,'_menu_item_object_id','1673'),(3938,1676,'_menu_item_object','page'),(3939,1676,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3940,1676,'_wp_old_date','2018-11-27'),(3941,1676,'_wxr_import_user_slug','satishk'),(3942,1676,'_astra_sites_imported_post','1'),(3943,1676,'_astra_sites_enable_for_batch','1'),(3944,1677,'_menu_item_type','post_type'),(3945,1677,'_menu_item_object_id','1672'),(3946,1677,'_menu_item_object','page'),(3947,1677,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3948,1677,'_wp_old_date','2018-11-27'),(3949,1677,'_wxr_import_user_slug','satishk'),(3950,1677,'_astra_sites_imported_post','1'),(3951,1677,'_astra_sites_enable_for_batch','1'),(3952,1678,'_menu_item_type','post_type'),(3953,1678,'_menu_item_object_id','1671'),(3954,1678,'_menu_item_object','page'),(3955,1678,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3956,1678,'_wp_old_date','2018-11-27'),(3957,1678,'_wxr_import_user_slug','satishk'),(3958,1678,'_astra_sites_imported_post','1'),(3959,1678,'_astra_sites_enable_for_batch','1'),(3960,1679,'_menu_item_type','post_type'),(3961,1679,'_menu_item_object_id','1675'),(3962,1679,'_menu_item_object','page'),(3963,1679,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3964,1679,'_wp_old_date','2018-11-28'),(3965,1679,'_wxr_import_user_slug','sonalib'),(3966,1679,'_astra_sites_imported_post','1'),(3967,1679,'_astra_sites_enable_for_batch','1'); /*!40000 ALTER TABLE `wpfl_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_postmeta` with 3626 row(s) -- -- -- Table structure for table `wpfl_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `wpfl_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_shipping_zones` -- LOCK TABLES `wpfl_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_shipping_zones` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_shipping_zones` with 0 row(s) -- -- -- Table structure for table `wpfl_wc_product_attributes_lookup` -- DROP TABLE IF EXISTS `wpfl_wc_product_attributes_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_product_attributes_lookup` -- LOCK TABLES `wpfl_wc_product_attributes_lookup` WRITE; /*!40000 ALTER TABLE `wpfl_wc_product_attributes_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_wc_product_attributes_lookup` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_product_attributes_lookup` with 0 row(s) -- -- -- Table structure for table `wpfl_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wpfl_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_api_keys` -- LOCK TABLES `wpfl_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_api_keys` with 0 row(s) -- -- -- Table structure for table `wpfl_posts` -- DROP TABLE IF EXISTS `wpfl_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=1680 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_posts` -- LOCK TABLES `wpfl_posts` WRITE; /*!40000 ALTER TABLE `wpfl_posts` DISABLE KEYS */; INSERT INTO `wpfl_posts` VALUES (1,1,'2023-05-10 13:11:03','2023-05-10 13:11:03','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2023-05-10 13:11:03','2023-05-10 13:11:03','',0,'http://pallyagro.ng/?p=1',0,'post','',1),(2,1,'2023-05-10 13:11:03','2023-05-10 13:11:03','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://pallyagro.ng/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2023-05-10 13:11:03','2023-05-10 13:11:03','',0,'http://pallyagro.ng/?page_id=2',0,'page','',0),(3,1,'2023-05-10 13:11:03','2023-05-10 13:11:03','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://pallyagro.ng.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2023-05-10 13:11:03','2023-05-10 13:11:03','',0,'http://pallyagro.ng/?page_id=3',0,'page','',0),(4,0,'2023-05-10 13:11:31','2023-05-10 13:11:31','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2023-05-10 13:11:31','2023-05-10 13:11:31','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/woocommerce-placeholder.png',0,'attachment','image/png',0),(5,1,'2023-05-10 13:11:32','2023-05-10 13:11:32','','Shop','','publish','closed','closed','','shop','','','2023-05-10 13:11:32','2023-05-10 13:11:32','',0,'https://pallyagro.ng/shop/',0,'page','',0),(6,1,'2023-05-10 13:11:42','2023-05-10 13:11:42','<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2023-05-10 13:11:42','2023-05-10 13:11:42','',0,'https://pallyagro.ng/cart/',0,'page','',0),(7,1,'2023-05-10 13:12:01','2023-05-10 13:12:01','<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2023-05-10 13:12:01','2023-05-10 13:12:01','',0,'https://pallyagro.ng/checkout/',0,'page','',0),(8,1,'2023-05-10 13:12:08','2023-05-10 13:12:08','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2023-05-10 13:12:08','2023-05-10 13:12:08','',0,'https://pallyagro.ng/my-account/',0,'page','',0),(9,1,'2023-05-10 13:12:14','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->','Refund and Returns Policy','','draft','closed','closed','','refund_returns','','','2023-05-10 13:12:14','0000-00-00 00:00:00','',0,'https://pallyagro.ng/?page_id=9',0,'page','',0),(10,1,'2023-05-10 13:13:36','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-05-10 13:13:36','0000-00-00 00:00:00','',0,'https://pallyagro.ng/?p=10',0,'post','',0),(11,1,'2023-05-10 14:00:28','2023-05-10 14:00:28','','Default Kit','','publish','closed','closed','','default-kit','','','2023-05-10 14:00:28','2023-05-10 14:00:28','',0,'https://pallyagro.ng/?p=11',0,'elementor_library','',0),(12,1,'2023-05-10 13:54:22','2023-05-10 13:54:22','<title>Find Females Near Me - Unmarried Female Searching Local People, See having Dating</title>\n<p>Build the newest application definitely for in which and attempt the best of dating feel. Cam, satisfy, day and find the true love! Unmarried ladies Seeking Men towards the Meetville, is actually now for free! Badoo, Tinder, or other common relationship programs promote countless options for prospective lovers.</p>\r\n<p>But where is a problem: the primary audience of such qualities where upright. Yes, you can go to settings in which the reputation and pick exactly what and you will who you are interested in, however the serp\'s might possibly be very simple. Matchmaking an enormous woman isn’t prestigious. All the rich enjoys thin spouses. That\'s the thoughts who\'s designed in society.</p>\r\n<h2>Bars and you may Clubs</h2>\r\n<p>In between Ages, whenever there have been battles and folks died greatly, new drug is worst, epidemics took place, and entire cities disappeared - a thinner woman is sensed incapable of provide beginning to help you....<!--more--> They won\'t fuss or overdo it after they score jealous.</p>\r\n<p>This is what unmarried women are, folks who are separate and will real time instead a man however, are pretty open to a girls matchmaking often. Matchmaking an adult to possess would be a difficult however, big excitement. It’s a phenomenon packed with lessons become.... Is an informed Dating internet site Now! Opinion the meet for free Entry to advanced messaging has actually. Regional area site United <a href=\"https://datingmentor.org/nl/tinychat-overzicht/\">tinychat Dating</a> states lady. Show me Woman man. Age groups. Where looking for? What single men and women are you searching for? Indicate ethnicity white caucasian hispanic latino black african indian middle eastern western chinese how western the japanese korean.</p>\r\n<p>Dating lady from inside the You. Into the ages: I am Isabella, a great twenty-seven dated in which who may have in which a lot in life and i am certain that I\'m ready to meet an excellent child now and create another together with her. Within the years: Hello!</p>\r\n<p>Inside ages: Hey! In the many years: Naples in the morning misemilykyqt, cam naples charm which have thoughts. From inside the ages: Good morning, I\'m Erika, one of several recently single girl just how in which in which about Me to embark on a nice big date that have and build a beneficial coming together with her.</p>\r\n<p>In decades: Hey, I\'m Nikky and simple going single females trying to man, as I\'ve experimented with good way also it does not really work-out sure-enough at the end. Look for a great deal more. Ranked cuatro. Up until now I lady Meetville is very good!</p>\r\n<h2>Adult dating sites</h2>\r\n<p>I had a great amount of wants and females looking for me in the faster up coming such as for example half-hour. Who has got took place rarely never on other relationship internet landscapes woman me. Victory Tales These people in which already matched. The way it works. Do a profile Build your character within the moments with the effortless sign-up.</p>\r\n<p>Research Photographs Look the high user where without difficulty, that have various needs and you can settings. Begin Connecting Send an email otherwise attention to begin with chatting with professionals. Meeting solitary people you have always wanted near not ever been smoother! Positives and negatives away from naples matchmaking The best thing about searching for an individual with the a neighborhood dating internet site is that you can place and you will where most of the crucial requirements getting their match. Unmarried in which trying boys within our applications!</p>\r\n<p>Meetville app try genuinely one of the better relationship programs you to definitely will really help you to get with the it dating profession and naples your dream match. When you\'re however perhaps not exactly how why you should favor Meetville, here are a few alot more reason woman should where it a try:. Having fun with Meetville application is indeed simple that you women do it now! Online dating is a wonderful means to fix see special someone and you can Meetville app causes it to be effortless and easy to you.</p>','Find Females Near Me - Unmarried Female Searching Local People, See having Dating','','publish','open','open','','find-females-near-me-unmarried-female-searching','','','2023-05-10 14:02:10','2023-05-10 14:02:10','',0,'http://pallyagro.ng/?p=12',0,'post','',0),(13,1,'2023-05-10 14:02:10','2023-05-10 14:02:10','<title>Find Females Near Me - Unmarried Female Searching Local People, See having Dating</title>\n<p>Build the newest application definitely for in which and attempt the best of dating feel. Cam, satisfy, day and find the true love! Unmarried ladies Seeking Men towards the Meetville, is actually now for free! Badoo, Tinder, or other common relationship programs promote countless options for prospective lovers.</p>\r\n<p>But where is a problem: the primary audience of such qualities where upright. Yes, you can go to settings in which the reputation and pick exactly what and you will who you are interested in, however the serp\'s might possibly be very simple. Matchmaking an enormous woman isn’t prestigious. All the rich enjoys thin spouses. That\'s the thoughts who\'s designed in society.</p>\r\n<h2>Bars and you may Clubs</h2>\r\n<p>In between Ages, whenever there have been battles and folks died greatly, new drug is worst, epidemics took place, and entire cities disappeared - a thinner woman is sensed incapable of provide beginning to help you....<!--more--> They won\'t fuss or overdo it after they score jealous.</p>\r\n<p>This is what unmarried women are, folks who are separate and will real time instead a man however, are pretty open to a girls matchmaking often. Matchmaking an adult to possess would be a difficult however, big excitement. It’s a phenomenon packed with lessons become.... Is an informed Dating internet site Now! Opinion the meet for free Entry to advanced messaging has actually. Regional area site United <a href=\"https://datingmentor.org/nl/tinychat-overzicht/\">tinychat Dating</a> states lady. Show me Woman man. Age groups. Where looking for? What single men and women are you searching for? Indicate ethnicity white caucasian hispanic latino black african indian middle eastern western chinese how western the japanese korean.</p>\r\n<p>Dating lady from inside the You. Into the ages: I am Isabella, a great twenty-seven dated in which who may have in which a lot in life and i am certain that I\'m ready to meet an excellent child now and create another together with her. Within the years: Hello!</p>\r\n<p>Inside ages: Hey! In the many years: Naples in the morning misemilykyqt, cam naples charm which have thoughts. From inside the ages: Good morning, I\'m Erika, one of several recently single girl just how in which in which about Me to embark on a nice big date that have and build a beneficial coming together with her.</p>\r\n<p>In decades: Hey, I\'m Nikky and simple going single females trying to man, as I\'ve experimented with good way also it does not really work-out sure-enough at the end. Look for a great deal more. Ranked cuatro. Up until now I lady Meetville is very good!</p>\r\n<h2>Adult dating sites</h2>\r\n<p>I had a great amount of wants and females looking for me in the faster up coming such as for example half-hour. Who has got took place rarely never on other relationship internet landscapes woman me. Victory Tales These people in which already matched. The way it works. Do a profile Build your character within the moments with the effortless sign-up.</p>\r\n<p>Research Photographs Look the high user where without difficulty, that have various needs and you can settings. Begin Connecting Send an email otherwise attention to begin with chatting with professionals. Meeting solitary people you have always wanted near not ever been smoother! Positives and negatives away from naples matchmaking The best thing about searching for an individual with the a neighborhood dating internet site is that you can place and you will where most of the crucial requirements getting their match. Unmarried in which trying boys within our applications!</p>\r\n<p>Meetville app try genuinely one of the better relationship programs you to definitely will really help you to get with the it dating profession and naples your dream match. When you\'re however perhaps not exactly how why you should favor Meetville, here are a few alot more reason woman should where it a try:. Having fun with Meetville application is indeed simple that you women do it now! Online dating is a wonderful means to fix see special someone and you can Meetville app causes it to be effortless and easy to you.</p>','Find Females Near Me - Unmarried Female Searching Local People, See having Dating','','inherit','closed','closed','','12-revision-v1','','','2023-05-10 14:02:10','2023-05-10 14:02:10','',12,'http://pallyagro.ng/?p=13',0,'revision','',0),(14,1,'2023-05-10 16:41:37','2023-05-10 16:41:37','<title>Percio, come svestirsi ad certain iniziale appuntamento? (2023)</title>\n<h2>Scegli sottana oppure pantalone analogamente</h2>\r\n<ul>\n<li>Escape room</li>\n</ul>\r\n<p>Le escape room sono diventate abbastanza diffuso negli ultimi anni di nuovo sono perfette verso certain colloquio nella epoca autunnale ovverosia gelido. In queste “stanze” a radice, dalle quali sinon puo spuntare single collaborando verso disporre enigmi oppure vincere giochi vari, potrete essere un\'esperienza ameno dimenticandovi del alito e della pioggia superficialmente! L\'escape room e una buona ispirazione ancora verso indivis antecedente appuntamento cosicche aiuta a considerarsi per come non superficiale.</p>\r\n<h2>Scegli gonnella oppure pantalone altrettanto</h2>\r\n<ul>\n<li>Mercatini di Natale ed shopping delle feste</li>\n</ul>\r\n<p>Rso mercatini di Anniversario nel borea Italia sono cornici colorate addirittura piacevoli interno delle quali passeggiare, fermandosi persino verso godere una cioccolato calda ovverosia certain vin brule. Eppure addirittura al meridione le citta nel circostanza del compleanno sinon riempiono ancora sinon colorano rendendo le passeggiate invernali ancora piacevoli e “calde”. Una camminata con coraggio paese, sopra presente periodo, e sicuramente una buona timore per certain appuntamento appassionato.<!--more--></p>\r\n<h2>Scegli gonnella o pantalone ugualmente</h2>\r\n<ul>\n<li>Gite nella ambiente</li>\n</ul>\r\n<p>D\'estate sinon tende verso comparire di paese parecchio piu in la come mediante inverno ma, previo autenticazione meteo anche idoneo corredo, le gite durante autunno e inverno possono capitare tanto piacevoli (ancora volte luoghi minore intasati di turisti). Pianificare una bella giro portandosi secondo indivis thermos ben affettuoso anche prevedendo una arresto mediante certain alloggiamento riscaldato sara piacevole ed vi risvegliera dal tradizionale “torpore” stagionale.</p>\r\n<h2>Scegli gonna ovvero pantalone ugualmente</h2>\r\n<ul>\n<li>Musei, cinema, lavoro, notorieta</li>\n</ul>\r\n<p>L\'inverno e la stagione perfetta verso assaporare excretion buon film ovverosia taluno occhiata, oppure ancora a andare alla meraviglia di una delle tante mostre che razza di sinon organizzano in ogni luogo d\'Italia. Nell\'eventualita che non qua, mentre?</p>\r\n<p>Speriamo che razza di queste idee per appuntamenti romantici durante autunno addirittura invernata possano avervi ispirati. Per il residuo, qualunque tenuta della nostra capo e amore di luoghi interessanti da scoperchiare ovverosia di energia artistiche ed culturali che aiutano a “illuminare” questa momento evitando di doversi imprigionare mediante sede!</p>\r\n<p>Eccolo, alla fine l\'appuntamento abbastanza contesto e confermato. Anche sei al settimo volta, non inaspettatamente l\'ora che razza di arrivi lequel momento addirittura tutta sognante provi ad supporre il tuo outfit , l\'atmosfera romantica, le luci soffuse...aspetta insecable piccolo</p>\r\n<p>Cosa, ovverosia sarebbe meglio celebrare, dolore. Tutte le immagini idilliache sono sparite addirittura hanno lasciato spazio al inezie, al vacuita. Niente idee <a href=\"https://datingmentor.org/it/raya-review/\">applicazione raya</a> ancora la serata incombe!</p>\r\n<p>Ad esempio vorrai risiedere? Realmente non vorrai valutare assai durante nessun che. Neanche troppo conturbante, neanche assai seria, manco esagerazione giovinetta, neppure abbondantemente adulta. Manco esagerazione imbarazzata. E mancare ornamenti potrebbe adatto portare a corrente, esagerato scandalo ed coinvolgere di rovinarti la imbrunire.</p>\r\n<p>Sposiamo... prima niente affatto, di modo che c\'e occasione... ricordiamo (meglio) quale il questione “less is more” e di continuo valido, cosi, escluso e meglio, questa e una di lequel trascrizione ineccepibili.</p>\r\n<p>Senz\'altro deve succedere un superiore come ti fa abitare cosa di nuovo ti fa sentire bellissima . Una sottana alcuno muliebre e realmente la pensil skirt , la gonna per matita, adepto ancora al ginocchio. Questa sottana chiama costantemente il zeppa .</p>\r\n<p>Trovo parecchio romantici ancora adatti appata momento volte capi dalla segno fluida , che camicette e bluse , ad esempio siano di complesso onesto privo di capitare trasparenti. Una osservazione la merita la seta , e un drappo ad esempio apertura mediante sbaglio, dato che fara affettuoso evitala, la seta e svolazzante ed maliziosa, ma e il insieme ancora amoroso quale esista. Nel caso che il tuo ritrovo e per inverno, ovverosia in una sera di mezza tempo, sara perfetta.</p>\r\n<p>Abbiamo gia menzionato all\' timore zeppa . Nell\'eventualita che sei una di lesquels persone che mette le scarpe mediante il tacco single durante occasioni speciali, avvenimento, questa e una di quelle.</p>','Percio, come svestirsi ad certain iniziale appuntamento? (2023)','','publish','open','open','','percio-come-svestirsi-ad-certain-iniziale','','','2023-05-10 16:51:34','2023-05-10 16:51:34','',0,'http://pallyagro.ng/?p=14',0,'post','',0),(15,1,'2023-05-10 16:51:34','2023-05-10 16:51:34','<title>Percio, come svestirsi ad certain iniziale appuntamento? (2023)</title>\n<h2>Scegli sottana oppure pantalone analogamente</h2>\r\n<ul>\n<li>Escape room</li>\n</ul>\r\n<p>Le escape room sono diventate abbastanza diffuso negli ultimi anni di nuovo sono perfette verso certain colloquio nella epoca autunnale ovverosia gelido. In queste “stanze” a radice, dalle quali sinon puo spuntare single collaborando verso disporre enigmi oppure vincere giochi vari, potrete essere un\'esperienza ameno dimenticandovi del alito e della pioggia superficialmente! L\'escape room e una buona ispirazione ancora verso indivis antecedente appuntamento cosicche aiuta a considerarsi per come non superficiale.</p>\r\n<h2>Scegli gonnella oppure pantalone altrettanto</h2>\r\n<ul>\n<li>Mercatini di Natale ed shopping delle feste</li>\n</ul>\r\n<p>Rso mercatini di Anniversario nel borea Italia sono cornici colorate addirittura piacevoli interno delle quali passeggiare, fermandosi persino verso godere una cioccolato calda ovverosia certain vin brule. Eppure addirittura al meridione le citta nel circostanza del compleanno sinon riempiono ancora sinon colorano rendendo le passeggiate invernali ancora piacevoli e “calde”. Una camminata con coraggio paese, sopra presente periodo, e sicuramente una buona timore per certain appuntamento appassionato.<!--more--></p>\r\n<h2>Scegli gonnella o pantalone ugualmente</h2>\r\n<ul>\n<li>Gite nella ambiente</li>\n</ul>\r\n<p>D\'estate sinon tende verso comparire di paese parecchio piu in la come mediante inverno ma, previo autenticazione meteo anche idoneo corredo, le gite durante autunno e inverno possono capitare tanto piacevoli (ancora volte luoghi minore intasati di turisti). Pianificare una bella giro portandosi secondo indivis thermos ben affettuoso anche prevedendo una arresto mediante certain alloggiamento riscaldato sara piacevole ed vi risvegliera dal tradizionale “torpore” stagionale.</p>\r\n<h2>Scegli gonna ovvero pantalone ugualmente</h2>\r\n<ul>\n<li>Musei, cinema, lavoro, notorieta</li>\n</ul>\r\n<p>L\'inverno e la stagione perfetta verso assaporare excretion buon film ovverosia taluno occhiata, oppure ancora a andare alla meraviglia di una delle tante mostre che razza di sinon organizzano in ogni luogo d\'Italia. Nell\'eventualita che non qua, mentre?</p>\r\n<p>Speriamo che razza di queste idee per appuntamenti romantici durante autunno addirittura invernata possano avervi ispirati. Per il residuo, qualunque tenuta della nostra capo e amore di luoghi interessanti da scoperchiare ovverosia di energia artistiche ed culturali che aiutano a “illuminare” questa momento evitando di doversi imprigionare mediante sede!</p>\r\n<p>Eccolo, alla fine l\'appuntamento abbastanza contesto e confermato. Anche sei al settimo volta, non inaspettatamente l\'ora che razza di arrivi lequel momento addirittura tutta sognante provi ad supporre il tuo outfit , l\'atmosfera romantica, le luci soffuse...aspetta insecable piccolo</p>\r\n<p>Cosa, ovverosia sarebbe meglio celebrare, dolore. Tutte le immagini idilliache sono sparite addirittura hanno lasciato spazio al inezie, al vacuita. Niente idee <a href=\"https://datingmentor.org/it/raya-review/\">applicazione raya</a> ancora la serata incombe!</p>\r\n<p>Ad esempio vorrai risiedere? Realmente non vorrai valutare assai durante nessun che. Neanche troppo conturbante, neanche assai seria, manco esagerazione giovinetta, neppure abbondantemente adulta. Manco esagerazione imbarazzata. E mancare ornamenti potrebbe adatto portare a corrente, esagerato scandalo ed coinvolgere di rovinarti la imbrunire.</p>\r\n<p>Sposiamo... prima niente affatto, di modo che c\'e occasione... ricordiamo (meglio) quale il questione “less is more” e di continuo valido, cosi, escluso e meglio, questa e una di lequel trascrizione ineccepibili.</p>\r\n<p>Senz\'altro deve succedere un superiore come ti fa abitare cosa di nuovo ti fa sentire bellissima . Una sottana alcuno muliebre e realmente la pensil skirt , la gonna per matita, adepto ancora al ginocchio. Questa sottana chiama costantemente il zeppa .</p>\r\n<p>Trovo parecchio romantici ancora adatti appata momento volte capi dalla segno fluida , che camicette e bluse , ad esempio siano di complesso onesto privo di capitare trasparenti. Una osservazione la merita la seta , e un drappo ad esempio apertura mediante sbaglio, dato che fara affettuoso evitala, la seta e svolazzante ed maliziosa, ma e il insieme ancora amoroso quale esista. Nel caso che il tuo ritrovo e per inverno, ovverosia in una sera di mezza tempo, sara perfetta.</p>\r\n<p>Abbiamo gia menzionato all\' timore zeppa . Nell\'eventualita che sei una di lesquels persone che mette le scarpe mediante il tacco single durante occasioni speciali, avvenimento, questa e una di quelle.</p>','Percio, come svestirsi ad certain iniziale appuntamento? (2023)','','inherit','closed','closed','','14-revision-v1','','','2023-05-10 16:51:34','2023-05-10 16:51:34','',14,'http://pallyagro.ng/?p=15',0,'revision','',0),(16,1,'2023-05-10 18:23:07','2023-05-10 18:23:07','<title>The promotion heavily is targeted on LGBTQ identities, along with a heightened manage low-binary individuals, and spotlights non-monogamous and you may polyamorous relationship</title>\n<h2>OKCupid\'s “Every Individual”</h2>\r\n<p>Dating website OKCupid would not back about comprehensive content of the current “Each People” marketing and advertising promotion shortly after OKCupid LGBTQ-comprehensive advertising to your Nyc train were torn down of the people in the a widespread movies.</p>\r\n<p>OKCupid released the fresh new “Every single Individual” promotion this past season as a means out-of highlighting brand new relationships app\'s dedication to inclusivity and ongoing shift to help you high light the fresh new went on advancement inside the sex and you will dating significance.</p>\r\n<p>“‘Each and every Person,\' welcomes all single men and women every-where, no matter just who you find attractive, what you are looking, otherwise what matters for you,” the firm said in the a blog post declaring this new venture in the paign reflects the beauty and you may difficulty of these. Everyone is worth the brand new like it seek – every individual.”</p>\r\n<p>About video clips, two people proceed through a train auto tearing off OKCupid advertisements promoting new matchmaking app\'s inclusion of numerous LGBTQ identities if you are contacting the fresh advertisements “disgusting,” “gross” and “propaganda.” They go to say the pictures adversely apply to youngsters because of the “normalizing” LGBTQ personal matchmaking, which they state often “change the next age bracket.”</p>\r\n<p>The comments pattern into the conspiracy idea region after, to the girl in the video stating your offer promotion falls under an effort of the “the new Chinese” to “split and you can conquer all of us” before devolving into run-of-the-factory anti-vaccine rhetoric.<!--more--></p>\r\n<h2>OKCupid Responds</h2>\r\n<p>OKCupid issued a statement Friday condemning the fresh vandals\' measures and you can increasing upon the new inclusive message of strategy. “In the OkCupid we enjoy love for each and every individual, despite label, ethnicity, race, direction, otherwise intercourse. Of many reach over to you that have heartfelt reactions to our ‘Each and every Person\' campaign, revealing new pleasure from watching the true selves illustrated for the advertising,” the organization told you.</p>\r\n<p>“A significantly faster partners have experienced shockingly vitriolic responses to it; but these reactions only are designed to allow it to be <a href=\"https://datingmentor.org/pl/positive-singles-recenzja/\">www.datingmentor.org/pl/positive-singles-recenzja/</a> way more obvious that we need to continue to champ All people.” the fresh declaration went on. “Regardless if you are a low-binary person, a keen environmentalist, an effective vaccine advocate, otherwise most of the significantly more than, you have earned discover what you\'re interested in towards OkCupid.”</p>\r\n<p>OKCupid CMO Melissa Hobley got aim at the bigotry shown from inside the the new films within the a job interview which have PRWeek. “They reminded you one addition is far more very important than ever,” Hobley said. We can deal with somebody tearing off particular ads. What is actually not Ok [is] to really make the sort of statements she generated and damage public assets.”</p>\r\n<p>Hobley had specific words to your group\'s say that the adverts carry out “normalize” LGBTQ and you will non-monogamous matchmaking. “Of course we are,” she told you.</p>\r\n<p>Inside the light of latest homophobic rant started of the our very own advertising venture celebrating all kinds of anybody and all sorts of categories of Love, try and make an even bigger dedication to become comprehensive. Thus thank you for brand new craziness.</p>\r\n<p>Talking to The fresh Suggest, Hobley told you OKCupid was happy to set itself “in the a type of flames a bit” so you can support its pages. “When you\'re striking a nerve, that\'s Ok ... What is very important regardless if is that we have been help all of all of our daters,” she told you. “When the we have been pissing of people who should not celebrate diversity or to enjoy a myriad of love, next that\'s Ok. You might wade somewhere else. We have been entirely great with that.”</p>\r\n<p>The brand new dating app\'s response features earned star service too, plus famed gay actor George Takei. Takei posted a tweet out of Hobley into the his Instagram membership claiming “Within the white of your own present homophobic rant sparked by the the ad promotion celebrating all types of love, OKCupid is actually and work out a whole lot larger commitment to end up being inclusive. Thus thanks for brand new craziness. And, put on a breathing apparatus. You borrowed from the MTA $50.”</p>','The promotion heavily is targeted on LGBTQ identities, along with a heightened manage low-binary individuals, and spotlights non-monogamous and you may polyamorous relationship','','publish','open','open','','the-promotion-heavily-is-targeted-on-lgbtq','','','2023-05-10 18:30:16','2023-05-10 18:30:16','',0,'http://pallyagro.ng/?p=16',0,'post','',0),(17,1,'2023-05-10 18:30:16','2023-05-10 18:30:16','<title>The promotion heavily is targeted on LGBTQ identities, along with a heightened manage low-binary individuals, and spotlights non-monogamous and you may polyamorous relationship</title>\n<h2>OKCupid\'s “Every Individual”</h2>\r\n<p>Dating website OKCupid would not back about comprehensive content of the current “Each People” marketing and advertising promotion shortly after OKCupid LGBTQ-comprehensive advertising to your Nyc train were torn down of the people in the a widespread movies.</p>\r\n<p>OKCupid released the fresh new “Every single Individual” promotion this past season as a means out-of highlighting brand new relationships app\'s dedication to inclusivity and ongoing shift to help you high light the fresh new went on advancement inside the sex and you will dating significance.</p>\r\n<p>“‘Each and every Person,\' welcomes all single men and women every-where, no matter just who you find attractive, what you are looking, otherwise what matters for you,” the firm said in the a blog post declaring this new venture in the paign reflects the beauty and you may difficulty of these. Everyone is worth the brand new like it seek – every individual.”</p>\r\n<p>About video clips, two people proceed through a train auto tearing off OKCupid advertisements promoting new matchmaking app\'s inclusion of numerous LGBTQ identities if you are contacting the fresh advertisements “disgusting,” “gross” and “propaganda.” They go to say the pictures adversely apply to youngsters because of the “normalizing” LGBTQ personal matchmaking, which they state often “change the next age bracket.”</p>\r\n<p>The comments pattern into the conspiracy idea region after, to the girl in the video stating your offer promotion falls under an effort of the “the new Chinese” to “split and you can conquer all of us” before devolving into run-of-the-factory anti-vaccine rhetoric.<!--more--></p>\r\n<h2>OKCupid Responds</h2>\r\n<p>OKCupid issued a statement Friday condemning the fresh vandals\' measures and you can increasing upon the new inclusive message of strategy. “In the OkCupid we enjoy love for each and every individual, despite label, ethnicity, race, direction, otherwise intercourse. Of many reach over to you that have heartfelt reactions to our ‘Each and every Person\' campaign, revealing new pleasure from watching the true selves illustrated for the advertising,” the organization told you.</p>\r\n<p>“A significantly faster partners have experienced shockingly vitriolic responses to it; but these reactions only are designed to allow it to be <a href=\"https://datingmentor.org/pl/positive-singles-recenzja/\">www.datingmentor.org/pl/positive-singles-recenzja/</a> way more obvious that we need to continue to champ All people.” the fresh declaration went on. “Regardless if you are a low-binary person, a keen environmentalist, an effective vaccine advocate, otherwise most of the significantly more than, you have earned discover what you\'re interested in towards OkCupid.”</p>\r\n<p>OKCupid CMO Melissa Hobley got aim at the bigotry shown from inside the the new films within the a job interview which have PRWeek. “They reminded you one addition is far more very important than ever,” Hobley said. We can deal with somebody tearing off particular ads. What is actually not Ok [is] to really make the sort of statements she generated and damage public assets.”</p>\r\n<p>Hobley had specific words to your group\'s say that the adverts carry out “normalize” LGBTQ and you will non-monogamous matchmaking. “Of course we are,” she told you.</p>\r\n<p>Inside the light of latest homophobic rant started of the our very own advertising venture celebrating all kinds of anybody and all sorts of categories of Love, try and make an even bigger dedication to become comprehensive. Thus thank you for brand new craziness.</p>\r\n<p>Talking to The fresh Suggest, Hobley told you OKCupid was happy to set itself “in the a type of flames a bit” so you can support its pages. “When you\'re striking a nerve, that\'s Ok ... What is very important regardless if is that we have been help all of all of our daters,” she told you. “When the we have been pissing of people who should not celebrate diversity or to enjoy a myriad of love, next that\'s Ok. You might wade somewhere else. We have been entirely great with that.”</p>\r\n<p>The brand new dating app\'s response features earned star service too, plus famed gay actor George Takei. Takei posted a tweet out of Hobley into the his Instagram membership claiming “Within the white of your own present homophobic rant sparked by the the ad promotion celebrating all types of love, OKCupid is actually and work out a whole lot larger commitment to end up being inclusive. Thus thanks for brand new craziness. And, put on a breathing apparatus. You borrowed from the MTA $50.”</p>','The promotion heavily is targeted on LGBTQ identities, along with a heightened manage low-binary individuals, and spotlights non-monogamous and you may polyamorous relationship','','inherit','closed','closed','','16-revision-v1','','','2023-05-10 18:30:16','2023-05-10 18:30:16','',16,'http://pallyagro.ng/?p=17',0,'revision','',0),(18,1,'2023-05-10 18:41:59','2023-05-10 18:41:59','<title>Cout ensuite Abonnement acquerant: Combien vaux l\'adhesion, Est-ce que actif sondage constitue sans aucun frais supplementaires?</title>\r\n<h2>Graffiti: Comme s\'inscrire en ce qui concerne Ardent Prospection?</h2>\r\n<p>Mon document de contenu dans rassasier malgre s\'inscrire Avec gai prospection continue peu commune combine (il concentre 5 vers 10 terre extremum)…</p>\r\n<h2>Concentration apres Translation Anime</h2>\r\n<p>Ce site a ete imagine pres etre responsiveOu c\'est-a-dire que publiez l\'employer en ce qui concerne iphone ou bien tablette tactileOu en analogue acabit dont le creees dans ordinant machine (le blog s\'applique a une gabarit de l\'ecran avec l\'appareil)… FacheusementEt aucune application n\'existe aux yeux des instrument Android aussi bien que iOS!</p>\r\n<h2>Etre privee ensuite discretement</h2>\r\n<p>Les blogs en tenant rencontre vivent generalement attribues en deux ramure: les espaces publics et Les websites appartements... I propos des situation pour tacht ouvertOu une apercue d\'ensemble de multiples calcul de\'utilisateurs orient accessible a tous. Par contre Sauf Que Les websites de rencontre appartements abritent une secret et un anonymement pour un rang plus accru car Cette peripherie ne parait abordable qu\'aux membres annonces (et homme d\'autre ne saurai regarder Cette peripherie)...<!--more--></p>\r\n<p>Il s\'agit d\'un site en tenant rencontre banal! Si vous comme activez Le bordure, c\'est visible ensuite via des membres composes: dans des individus pas vrai cites. Soyez apres calcules ensuite reflechissez aux differents fraiche cachees tout comme i l\'ensemble des epreuve <a href=\"https://datingmentor.org/fr/rencontres-lds/\">https://datingmentor.org/fr/rencontres-lds/</a> qui vous comptez concourir.</p>\r\n<h2>Abus contre J\'ai attrape ensuite les infidele aspects</h2>\r\n<p>1 assurance en email orient necessaire nonobstant s\'inscrire Avec actif examen... L\'e-mail dit une technique habituel pour controler la creation avec profils frauduleuxOu toute observation sur un blog existera pas loin assidue tout comme toi-meme n\'aurez foulee a vous agresser d\'eventuels achetes en offrant a l’egard de mauvais computation!</p>\r\n<p>Vos photos se deroulent soumises au procedes d\'approbation precise dans juvenile information… Il convient d\'une fonctionnalite imposante qui aide tous les membres des immixtion au mauvais estimation mais aussi nos comptes cache... Les cliche acceptees se deroulent appreciables via divers usagers composes… Si vous reflechissez la boulot d\'une connecte avec Grace a mon incorrect compte Sauf Que vous avez une occasion revee pour signaler l\'utilisateur aux ponderateurs. Parfois , nos aspects falsifie vivent commodement reconnaissables a partir d\' leur degre epreuve.</p>\r\n<h2>Conditions Generales d\'Utilisation (CGU)</h2>\r\n<p>Vous allez pouvoir detenir apparition pour stipulation d\'utilisation pour notre page a l’egard de partie (vous aurez denicherez l\'intermediaire en ce qui concerne leur passage d\'accueil). Nous-memes vous appuyons en tenant vos compulser avant de vous-meme offrir... Bien que le texte reste elanceEt Il semble mortel d\'en payer connaissance.</p>\r\n<h2>Nouvelle progressifs</h2>\r\n<p>Le website pour voit actif examen est commande via Paidwings AGOu compagnie admise dans le endroit ecoutant: Switzerland! Si vous souhaitez joindre ma agenceOu vous allez pouvoir utiliser les coordonnees plus loin :</p>\r\n<ul>\r\n<li>Nom de famille une entreprise: Paidwings AG;</li>\r\n<li>Banquette accommodant institution: Alte Steinhauserstrasse 3;</li>\r\n<li>Code postal alors etat: 6330 Cham;</li>\r\n<li>Territoire: Switzerland;</li>\r\n<li>Habilete correspondance:;</li>\r\n<li>Fax: +41 (0) 41 5087019;</li>\r\n</ul>\r\n<h2>Desactivation de l\' compte: Comment rayer ma tresorerie dans Jeune examen?</h2>\r\n<p>Toute renoncement de votre peripherie dans gai prospection represente gratuite… Il est possible de faire cela web vis-i -vis du fluet accoutume a une administration puis i ce genre de ajustements du bord… Lorsque vous adoptezOu publiez approcher Votre colonne d\'aide i ce genre de internautes avec les references plus haut tout comme on vous donnera l\'ensemble des journal contre supprimer Cet bord! L\'adhesion a juvenile sondage est avantageuse! Ce service montre Los cuales vous devez eventuellement annuler total abonnement gaz ou rempli collection financiere comme toi inactiverez ou annihilerez n\'importe quelle speculation! En plus de capable inactiver de l\' profit, vous allez avoir egalement l\'opportunite vous desinscrire des bordereaux de vulgarisation sans oublier les arreter chacune des message. En effet, toi non accepterez pas loin absolumenr rien de la part en tenant ardent information...</p>\r\n<p>Vos mediateurs averent les positif a la main avant d\'approuver l\'elaboration de d\'une pourtour… On parle d\'une selection pour marketing superflue , lequel abstiens les personnes de creer averes infidele calcul voire en compagnie de concourir des photos sur caractere excitant!</p>','Cout ensuite Abonnement acquerant: Combien vaux l\'adhesion, Est-ce que actif sondage constitue sans aucun frais supplementaires?','','publish','open','open','','cout-ensuite-abonnement-acquerant-combien-vaux-l','','','2023-05-10 18:44:57','2023-05-10 18:44:57','',0,'http://pallyagro.ng/?p=18',0,'post','',0),(19,1,'2023-05-10 18:44:57','2023-05-10 18:44:57','<title>Cout ensuite Abonnement acquerant: Combien vaux l\'adhesion, Est-ce que actif sondage constitue sans aucun frais supplementaires?</title>\r\n<h2>Graffiti: Comme s\'inscrire en ce qui concerne Ardent Prospection?</h2>\r\n<p>Mon document de contenu dans rassasier malgre s\'inscrire Avec gai prospection continue peu commune combine (il concentre 5 vers 10 terre extremum)…</p>\r\n<h2>Concentration apres Translation Anime</h2>\r\n<p>Ce site a ete imagine pres etre responsiveOu c\'est-a-dire que publiez l\'employer en ce qui concerne iphone ou bien tablette tactileOu en analogue acabit dont le creees dans ordinant machine (le blog s\'applique a une gabarit de l\'ecran avec l\'appareil)… FacheusementEt aucune application n\'existe aux yeux des instrument Android aussi bien que iOS!</p>\r\n<h2>Etre privee ensuite discretement</h2>\r\n<p>Les blogs en tenant rencontre vivent generalement attribues en deux ramure: les espaces publics et Les websites appartements... I propos des situation pour tacht ouvertOu une apercue d\'ensemble de multiples calcul de\'utilisateurs orient accessible a tous. Par contre Sauf Que Les websites de rencontre appartements abritent une secret et un anonymement pour un rang plus accru car Cette peripherie ne parait abordable qu\'aux membres annonces (et homme d\'autre ne saurai regarder Cette peripherie)...<!--more--></p>\r\n<p>Il s\'agit d\'un site en tenant rencontre banal! Si vous comme activez Le bordure, c\'est visible ensuite via des membres composes: dans des individus pas vrai cites. Soyez apres calcules ensuite reflechissez aux differents fraiche cachees tout comme i l\'ensemble des epreuve <a href=\"https://datingmentor.org/fr/rencontres-lds/\">https://datingmentor.org/fr/rencontres-lds/</a> qui vous comptez concourir.</p>\r\n<h2>Abus contre J\'ai attrape ensuite les infidele aspects</h2>\r\n<p>1 assurance en email orient necessaire nonobstant s\'inscrire Avec actif examen... L\'e-mail dit une technique habituel pour controler la creation avec profils frauduleuxOu toute observation sur un blog existera pas loin assidue tout comme toi-meme n\'aurez foulee a vous agresser d\'eventuels achetes en offrant a l’egard de mauvais computation!</p>\r\n<p>Vos photos se deroulent soumises au procedes d\'approbation precise dans juvenile information… Il convient d\'une fonctionnalite imposante qui aide tous les membres des immixtion au mauvais estimation mais aussi nos comptes cache... Les cliche acceptees se deroulent appreciables via divers usagers composes… Si vous reflechissez la boulot d\'une connecte avec Grace a mon incorrect compte Sauf Que vous avez une occasion revee pour signaler l\'utilisateur aux ponderateurs. Parfois , nos aspects falsifie vivent commodement reconnaissables a partir d\' leur degre epreuve.</p>\r\n<h2>Conditions Generales d\'Utilisation (CGU)</h2>\r\n<p>Vous allez pouvoir detenir apparition pour stipulation d\'utilisation pour notre page a l’egard de partie (vous aurez denicherez l\'intermediaire en ce qui concerne leur passage d\'accueil). Nous-memes vous appuyons en tenant vos compulser avant de vous-meme offrir... Bien que le texte reste elanceEt Il semble mortel d\'en payer connaissance.</p>\r\n<h2>Nouvelle progressifs</h2>\r\n<p>Le website pour voit actif examen est commande via Paidwings AGOu compagnie admise dans le endroit ecoutant: Switzerland! Si vous souhaitez joindre ma agenceOu vous allez pouvoir utiliser les coordonnees plus loin :</p>\r\n<ul>\r\n<li>Nom de famille une entreprise: Paidwings AG;</li>\r\n<li>Banquette accommodant institution: Alte Steinhauserstrasse 3;</li>\r\n<li>Code postal alors etat: 6330 Cham;</li>\r\n<li>Territoire: Switzerland;</li>\r\n<li>Habilete correspondance:;</li>\r\n<li>Fax: +41 (0) 41 5087019;</li>\r\n</ul>\r\n<h2>Desactivation de l\' compte: Comment rayer ma tresorerie dans Jeune examen?</h2>\r\n<p>Toute renoncement de votre peripherie dans gai prospection represente gratuite… Il est possible de faire cela web vis-i -vis du fluet accoutume a une administration puis i ce genre de ajustements du bord… Lorsque vous adoptezOu publiez approcher Votre colonne d\'aide i ce genre de internautes avec les references plus haut tout comme on vous donnera l\'ensemble des journal contre supprimer Cet bord! L\'adhesion a juvenile sondage est avantageuse! Ce service montre Los cuales vous devez eventuellement annuler total abonnement gaz ou rempli collection financiere comme toi inactiverez ou annihilerez n\'importe quelle speculation! En plus de capable inactiver de l\' profit, vous allez avoir egalement l\'opportunite vous desinscrire des bordereaux de vulgarisation sans oublier les arreter chacune des message. En effet, toi non accepterez pas loin absolumenr rien de la part en tenant ardent information...</p>\r\n<p>Vos mediateurs averent les positif a la main avant d\'approuver l\'elaboration de d\'une pourtour… On parle d\'une selection pour marketing superflue , lequel abstiens les personnes de creer averes infidele calcul voire en compagnie de concourir des photos sur caractere excitant!</p>','Cout ensuite Abonnement acquerant: Combien vaux l\'adhesion, Est-ce que actif sondage constitue sans aucun frais supplementaires?','','inherit','closed','closed','','18-revision-v1','','','2023-05-10 18:44:57','2023-05-10 18:44:57','',18,'http://pallyagro.ng/?p=19',0,'revision','',0),(20,1,'2023-05-10 22:34:56','2023-05-10 22:34:56','<title>Il lineamenti complicato di Ragazzo – guarda gli spettacoli omosessuale Flirt4free</title>\n<p>LivePrivates – sembra altro, addirittura il traffico e insecable po\' piu basso. Vedete perche e i prezzi possono succedere piu bassi stima a FlirtforFree. Bensi li, non puoi svelare uno vista di Tiffany Lam!</p>\r\n<p>JerkMate puo fornirti excretion mucchio di scambievolezza senza contare alcuna pregio superfluo. E attuale e il partecipante piuttosto serio di Cotta 4 free. Bensi, candidamente non ci puoi trovare le esibizione di Nana Florez.</p>\r\n<p>Cosi, nell\'eventualita che vuoi considerare delle ragazze stupende che tipo di sinon masturbano per te totale il anniversario anche tutta la notte incertezza a sbafo, c\'e solo indivis luogo in un prezzo opportuno ad esempio puo soddisfarti. Ancora si chiama Fidanzato Gratuitamente!</p>\r\n<p>Ok, ora sai – atto Fidanzato e Autonomo nella chat room Flirt4free. Ciononostante qualora i tuoi gusti sono certain po\' diversi dalla standard? Ohi, abbiamo una cosa a te!</p>\r\n<p>Riguardo a questa spianata, puoi mostrare probabilmente spettacoli gay Flirt4free verso ribattere le abats fantasie. Trovarli e facile. Incluso colui ad esempio devi fare e:</p>\r\n<ol>\n<li>Cominciare il collocato.</li>\n<li>Passa il pozione di cattura per ragazzi.</li>\n<li>Trova il tuo ingenuo web-Partner del sesso.</li>\n</ol>\r\n<p>Logicamente, alcune delle indossatrice sono esagerazione occupate verso soddisfarti in questo momento. Pero la grosso di loro sono pronte a scopare compiutamente il periodo.<!--more--> Pertanto se sei allettato a non so che dall\'altra parte erotico dell\'esibizione di ragazze normali – cenno a curare le coppie Flirt4free ovverosia volte lesbica, ovverosia quasi volte trans.</p>\r\n<p>Ti sei in nessun caso domandato su Flirt4free quale borbottare ad insecable apprendista eletto? E agevole. Guarda la comoda interfaccia di nuovo trova il tasto “messaggio”.</p>\r\n<p>Se cerchi, troverai sempre incluso colui che tipo di vuoi con recitatifs due ovvero tre clic. Ed codesto e certain vantaggio fondamentale addirittura significativo di Flirt4free quale tuo principale piazzista di concupiscenza.</p>\r\n<h2>Lato giurista degli studi Flirt4free</h2>\r\n<ol>\n<li>E legale?</li>\n<li>E indiscutibile?</li>\n<li>Ti fornisce modi convenienti verso ammirare mediante modalita suppellettile?</li>\n</ol>\r\n<p>Anteriore, addirittura primario- questo qualita di incluso non puo risiedere protetto nel tuo stato. E generalmente corretto. Inoltre, la grosso degli spettacoli di insieme sono registrati ed successivamente condivisi sui siti immorale ancora popolari per un stima premium. Ma sopra F4F, puoi guardarli gratuitamente.</p>\r\n<p>Che razza di sostenere della disposizione? Sarebbe efficace nel caso che non ti preoccupassi di presente. Faustamente, l\'amministrazione del messo protegge il tuo anonimia oppure nasconde fatture e quant\'altro. Come uno sapra del tuo sporco divertimento in tutte lesquels splendide ragazze.</p>\r\n<p>Anche ultima, eppure tormentoso ritaglio – l\'applicazione trasportabile di F4F non esiste. Non verso i telefoni Android. Non a volte telefoni iOS. Non a quelli Symbian. Bensi d\'altra pezzo, qualsiasi volte dispositivi sono comodamente ottimizzati verso il design del situazione.</p>\r\n<p>Non dovresti collegare vacuita. Addirittura per piu, puoi percorrere il tuo browser Google alla prassi anonima addirittura sentirti per tuo benessere per lo spettacolo.</p>\r\n<h2>Bene ti sta fornendo Flirt4free?</h2>\r\n<p>Ok, potresti sostenere come non abbiamo <a href=\"https://datingmentor.org/it/silverdaddies-review/\">silverdaddies</a> parlato abbastanza delle ragazze Flirt4free. Il nostro apparenza e agevole. Crediamo che tipo di la vostra senso sulle ragazze dipenda dai vostri gusti, anche qualunque nostro questione non vi convincera. Vedi perche ci siamo concentrati di ancora sulla piattaforma.</p>\r\n<p>Percio le cam verso adulti qua valgono la afflizione di versare. A campione, a indivisible firma Persona importante Flirt4free. Pero, comprensibilmente, dipende single da te, di nuovo noi non possiamo costringerti per convenire la selezione giusta. Tutto quegli quale possiamo fare e fornirti la nostra propaganda, ad esempio ridurra i tuoi costi appata prima colloquio sopra questa programma.</p>\r\n<p>Nella nostra onesta sentenza – codesto luogo vale ogni dietro che ci passi. Siete liberi di designare ad esempio sottomettersi il vostro piacere durante la brandello gratuita del messo delineato ovverosia in excretion premium. Sopra purchessia accidente, single ora puoi farlo nel appena oltre a conveniente.</p>','Il lineamenti complicato di Ragazzo – guarda gli spettacoli omosessuale Flirt4free','','publish','open','open','','il-lineamenti-complicato-di-ragazzo-guarda-gli','','','2023-05-10 22:40:53','2023-05-10 22:40:53','',0,'http://pallyagro.ng/?p=20',0,'post','',0),(21,1,'2023-05-10 22:40:53','2023-05-10 22:40:53','<title>Il lineamenti complicato di Ragazzo – guarda gli spettacoli omosessuale Flirt4free</title>\n<p>LivePrivates – sembra altro, addirittura il traffico e insecable po\' piu basso. Vedete perche e i prezzi possono succedere piu bassi stima a FlirtforFree. Bensi li, non puoi svelare uno vista di Tiffany Lam!</p>\r\n<p>JerkMate puo fornirti excretion mucchio di scambievolezza senza contare alcuna pregio superfluo. E attuale e il partecipante piuttosto serio di Cotta 4 free. Bensi, candidamente non ci puoi trovare le esibizione di Nana Florez.</p>\r\n<p>Cosi, nell\'eventualita che vuoi considerare delle ragazze stupende che tipo di sinon masturbano per te totale il anniversario anche tutta la notte incertezza a sbafo, c\'e solo indivis luogo in un prezzo opportuno ad esempio puo soddisfarti. Ancora si chiama Fidanzato Gratuitamente!</p>\r\n<p>Ok, ora sai – atto Fidanzato e Autonomo nella chat room Flirt4free. Ciononostante qualora i tuoi gusti sono certain po\' diversi dalla standard? Ohi, abbiamo una cosa a te!</p>\r\n<p>Riguardo a questa spianata, puoi mostrare probabilmente spettacoli gay Flirt4free verso ribattere le abats fantasie. Trovarli e facile. Incluso colui ad esempio devi fare e:</p>\r\n<ol>\n<li>Cominciare il collocato.</li>\n<li>Passa il pozione di cattura per ragazzi.</li>\n<li>Trova il tuo ingenuo web-Partner del sesso.</li>\n</ol>\r\n<p>Logicamente, alcune delle indossatrice sono esagerazione occupate verso soddisfarti in questo momento. Pero la grosso di loro sono pronte a scopare compiutamente il periodo.<!--more--> Pertanto se sei allettato a non so che dall\'altra parte erotico dell\'esibizione di ragazze normali – cenno a curare le coppie Flirt4free ovverosia volte lesbica, ovverosia quasi volte trans.</p>\r\n<p>Ti sei in nessun caso domandato su Flirt4free quale borbottare ad insecable apprendista eletto? E agevole. Guarda la comoda interfaccia di nuovo trova il tasto “messaggio”.</p>\r\n<p>Se cerchi, troverai sempre incluso colui che tipo di vuoi con recitatifs due ovvero tre clic. Ed codesto e certain vantaggio fondamentale addirittura significativo di Flirt4free quale tuo principale piazzista di concupiscenza.</p>\r\n<h2>Lato giurista degli studi Flirt4free</h2>\r\n<ol>\n<li>E legale?</li>\n<li>E indiscutibile?</li>\n<li>Ti fornisce modi convenienti verso ammirare mediante modalita suppellettile?</li>\n</ol>\r\n<p>Anteriore, addirittura primario- questo qualita di incluso non puo risiedere protetto nel tuo stato. E generalmente corretto. Inoltre, la grosso degli spettacoli di insieme sono registrati ed successivamente condivisi sui siti immorale ancora popolari per un stima premium. Ma sopra F4F, puoi guardarli gratuitamente.</p>\r\n<p>Che razza di sostenere della disposizione? Sarebbe efficace nel caso che non ti preoccupassi di presente. Faustamente, l\'amministrazione del messo protegge il tuo anonimia oppure nasconde fatture e quant\'altro. Come uno sapra del tuo sporco divertimento in tutte lesquels splendide ragazze.</p>\r\n<p>Anche ultima, eppure tormentoso ritaglio – l\'applicazione trasportabile di F4F non esiste. Non verso i telefoni Android. Non a volte telefoni iOS. Non a quelli Symbian. Bensi d\'altra pezzo, qualsiasi volte dispositivi sono comodamente ottimizzati verso il design del situazione.</p>\r\n<p>Non dovresti collegare vacuita. Addirittura per piu, puoi percorrere il tuo browser Google alla prassi anonima addirittura sentirti per tuo benessere per lo spettacolo.</p>\r\n<h2>Bene ti sta fornendo Flirt4free?</h2>\r\n<p>Ok, potresti sostenere come non abbiamo <a href=\"https://datingmentor.org/it/silverdaddies-review/\">silverdaddies</a> parlato abbastanza delle ragazze Flirt4free. Il nostro apparenza e agevole. Crediamo che tipo di la vostra senso sulle ragazze dipenda dai vostri gusti, anche qualunque nostro questione non vi convincera. Vedi perche ci siamo concentrati di ancora sulla piattaforma.</p>\r\n<p>Percio le cam verso adulti qua valgono la afflizione di versare. A campione, a indivisible firma Persona importante Flirt4free. Pero, comprensibilmente, dipende single da te, di nuovo noi non possiamo costringerti per convenire la selezione giusta. Tutto quegli quale possiamo fare e fornirti la nostra propaganda, ad esempio ridurra i tuoi costi appata prima colloquio sopra questa programma.</p>\r\n<p>Nella nostra onesta sentenza – codesto luogo vale ogni dietro che ci passi. Siete liberi di designare ad esempio sottomettersi il vostro piacere durante la brandello gratuita del messo delineato ovverosia in excretion premium. Sopra purchessia accidente, single ora puoi farlo nel appena oltre a conveniente.</p>','Il lineamenti complicato di Ragazzo – guarda gli spettacoli omosessuale Flirt4free','','inherit','closed','closed','','20-revision-v1','','','2023-05-10 22:40:53','2023-05-10 22:40:53','',20,'http://pallyagro.ng/?p=21',0,'revision','',0),(22,1,'2023-05-11 00:52:20','2023-05-11 00:52:20','<title>Non dipingerti: quanto sei abile certain bacio, quante ragazze hai precisamente baciato nella tua attivita</title>\n<h2>Superare</h2>\r\n<p>Non chiedere alla partner il vidimazione di baciarsi, a non parere indivis apprendista riservato ai suoi occhi, ciononostante di nuovo l\'impudenza e controindicata. Inizia osservando indivis po\' il tuo conoscenza.</p>\r\n<h2>Rilassati. tutti e due</h2>\r\n<p>Nel caso che una ragazza si avenue abbastanza a suo abbondanza mediante abima partecipazione, Se lei e rilassata, lo sei anche dissimule.. Ed nell\'eventualita che e falda, stempera l\'atmosfera sopra excretion buon cronaca, racconta non molti racconto stimolante della tua attivita ovverosia della energia dei tuoi amici.. Puoi persino contegno taluno scherzo mansueto.</p>\r\n<h2>Vieni a trattare</h2>\r\n<p>Guarda la ragazza negli occhi piu ripetutamente, sorridi in il tuo allegria usuale. Ponile test per cui potrebbe non soddisfare all\'istante. Per la chiacchierata, toccala lievemente, facendole intuire quale sei attento aborda degoutta sentenza. Se hai atto una domanda ad esempio ti preoccupa anche la ragazza e sessione pensierosa, puoi toccarle la collaboratore sopra il ulivo della direzione, dichiarare, affare faresti sopra una periodo del risma, mi piacerebbe proprio saperlo. Indivisible coscienza non ti tirera la direzione qualora il tuo mano e duro per loro.</p>\r\n<h2>E epoca</h2>\r\n<p>Se volte tuoi tocchi leggeri non causano inconvenienti aborda abattit ragazza, puoi passare aborda fatto emergente: il bacio sincero ed conveniente.. Ti guarda chiaramente, sorridendo? Avvicinati leggermente di nuovo baciala qualora non sinon e allontanata.. Non e necessario moderare il bacio ancora abbozzare di nuovo ad blandire: ne parleremo in seguito.</p>\r\n<h2>Scommessa</h2>\r\n<p>Puoi azzardare sopra certain bacio.<!--more--> Che razza di la ragazza <a href=\"https://datingmentor.org/it/siti-di-incontri-americani-it/\">https://datingmentor.org/it/siti-di-incontri-americani-it/</a> non solo aneantit amica ovvero solo una conscio imprevisto quale ha chattato durante te, e inconcepibile come accetti di scommettere su insecable bacio, tuttavia tenta deborda amica presumibilmente non dispiacera. La governo dell\'argomento e insecable bacio, che tipo di, lascia come il vinto baci il vittorioso. Giacche hai vinto di nuovo la partner ti ha baciato, ricambia il bacio.</p>\r\n<p>Non trascurare i complimenti, dillo alla fidanzata piu sovente, come nel caso che sembra inespugnabile, precedentemente oppure successivamente questa ponteggio cadra e riceverai un bacio abbastanza incluso anche l\'opportunita di iniziare una rendiconto seria.</p>\r\n<p>Il 21° tempo e il occasione della principio non coniugata. Le popolazione rompono gli stereotipi, vanno al di la il atteggiamento canone anche non si vincolano nelle gesta. L\'influenza della tradizione dell\'occidente sinon riflette innanzitutto nel atto frammezzo a certain uomo ancora una cameriera. Come la lei forma apparente e cambiata, ma ancora la impressione stessa di presente timore. Ma corrente non significa affatto come l\'amore cosi morto, di nuovo che tipo di rimangano celibe gli istinti, oppure, contrariamente, quale tutte le libere connessioni possano abitare chiamate amoreunque come, i fondamenti fondamentali della psicologia sono rimasti gli stessi, tanto che razza di i segreti della insidia. Ai nostri giorni, la bravura di assumersi riguardo delle ragazze per mezzo giusto di nuovo grazioso e ancora particolare.</p>\r\n<p>Rso baci hanno finito da eta di avere luogo qualcosa di impenetrabile addirittura privato. A le strade puoi incontrare molte coppie innamorate che razza di sinon baciano intrepidamente dinnanzi a tutti. Sembrerebbe sia macchinoso durante indivis bacio? Bensi verso molti, attuale diventa un autentico tematica. La strada a baciarsi e lunga e progressivo. Non per tutte le donne piace mentre vengono baciate irrazionale. Dipende dall\'educazione di nuovo dai complessi oppure dalle convinzioni personali. Addirittura insomma - certain tale puo avere luogo alla buona sgradevole a una giovane.</p>\r\n<h2>Che venire per indivis bacio?</h2>\r\n<p>Situazione: indivis fidanzato cammina con una fanciulla nel misurato, comunicano atto, trovano un codice evidente, scherzano. Ma quando aboutit il momento di salutarsi, volte eta giovanile si ici. La prossima avvicendamento come la coppia achemine sopra excretion bar, sinon diverte, ascolta musica, beve caffe, tutto pero baciarsi. Molti diranno come il bacio non e dovuto al iniziale e manco al secondo ovvero al terzo appuntamento, che e spigliato, turpe, ecc. Puoi avere luogo si con presente o no. A volte e preferibile abitare un\'amica verso una ragazza verso un po\' per come che si abitui di nuovo apprezzi l\'attenzione del fidanzato. Bensi la preferenza, a diversita dell\'amore, sorge senza indugio. E se corrente e accaduto, puoi pacificamente carezzare la partner anche al antecedente verso. Tuttavia che razza di intuire nell\'eventualita che c\'e indivisible rendita da parte degoutta?</p>','Non dipingerti: quanto sei abile certain bacio, quante ragazze hai precisamente baciato nella tua attivita','','publish','open','open','','non-dipingerti-quanto-sei-abile-certain-bacio','','','2023-05-11 00:57:05','2023-05-11 00:57:05','',0,'http://pallyagro.ng/?p=22',0,'post','',0),(23,1,'2023-05-11 00:57:05','2023-05-11 00:57:05','<title>Non dipingerti: quanto sei abile certain bacio, quante ragazze hai precisamente baciato nella tua attivita</title>\n<h2>Superare</h2>\r\n<p>Non chiedere alla partner il vidimazione di baciarsi, a non parere indivis apprendista riservato ai suoi occhi, ciononostante di nuovo l\'impudenza e controindicata. Inizia osservando indivis po\' il tuo conoscenza.</p>\r\n<h2>Rilassati. tutti e due</h2>\r\n<p>Nel caso che una ragazza si avenue abbastanza a suo abbondanza mediante abima partecipazione, Se lei e rilassata, lo sei anche dissimule.. Ed nell\'eventualita che e falda, stempera l\'atmosfera sopra excretion buon cronaca, racconta non molti racconto stimolante della tua attivita ovverosia della energia dei tuoi amici.. Puoi persino contegno taluno scherzo mansueto.</p>\r\n<h2>Vieni a trattare</h2>\r\n<p>Guarda la ragazza negli occhi piu ripetutamente, sorridi in il tuo allegria usuale. Ponile test per cui potrebbe non soddisfare all\'istante. Per la chiacchierata, toccala lievemente, facendole intuire quale sei attento aborda degoutta sentenza. Se hai atto una domanda ad esempio ti preoccupa anche la ragazza e sessione pensierosa, puoi toccarle la collaboratore sopra il ulivo della direzione, dichiarare, affare faresti sopra una periodo del risma, mi piacerebbe proprio saperlo. Indivisible coscienza non ti tirera la direzione qualora il tuo mano e duro per loro.</p>\r\n<h2>E epoca</h2>\r\n<p>Se volte tuoi tocchi leggeri non causano inconvenienti aborda abattit ragazza, puoi passare aborda fatto emergente: il bacio sincero ed conveniente.. Ti guarda chiaramente, sorridendo? Avvicinati leggermente di nuovo baciala qualora non sinon e allontanata.. Non e necessario moderare il bacio ancora abbozzare di nuovo ad blandire: ne parleremo in seguito.</p>\r\n<h2>Scommessa</h2>\r\n<p>Puoi azzardare sopra certain bacio.<!--more--> Che razza di la ragazza <a href=\"https://datingmentor.org/it/siti-di-incontri-americani-it/\">https://datingmentor.org/it/siti-di-incontri-americani-it/</a> non solo aneantit amica ovvero solo una conscio imprevisto quale ha chattato durante te, e inconcepibile come accetti di scommettere su insecable bacio, tuttavia tenta deborda amica presumibilmente non dispiacera. La governo dell\'argomento e insecable bacio, che tipo di, lascia come il vinto baci il vittorioso. Giacche hai vinto di nuovo la partner ti ha baciato, ricambia il bacio.</p>\r\n<p>Non trascurare i complimenti, dillo alla fidanzata piu sovente, come nel caso che sembra inespugnabile, precedentemente oppure successivamente questa ponteggio cadra e riceverai un bacio abbastanza incluso anche l\'opportunita di iniziare una rendiconto seria.</p>\r\n<p>Il 21° tempo e il occasione della principio non coniugata. Le popolazione rompono gli stereotipi, vanno al di la il atteggiamento canone anche non si vincolano nelle gesta. L\'influenza della tradizione dell\'occidente sinon riflette innanzitutto nel atto frammezzo a certain uomo ancora una cameriera. Come la lei forma apparente e cambiata, ma ancora la impressione stessa di presente timore. Ma corrente non significa affatto come l\'amore cosi morto, di nuovo che tipo di rimangano celibe gli istinti, oppure, contrariamente, quale tutte le libere connessioni possano abitare chiamate amoreunque come, i fondamenti fondamentali della psicologia sono rimasti gli stessi, tanto che razza di i segreti della insidia. Ai nostri giorni, la bravura di assumersi riguardo delle ragazze per mezzo giusto di nuovo grazioso e ancora particolare.</p>\r\n<p>Rso baci hanno finito da eta di avere luogo qualcosa di impenetrabile addirittura privato. A le strade puoi incontrare molte coppie innamorate che razza di sinon baciano intrepidamente dinnanzi a tutti. Sembrerebbe sia macchinoso durante indivis bacio? Bensi verso molti, attuale diventa un autentico tematica. La strada a baciarsi e lunga e progressivo. Non per tutte le donne piace mentre vengono baciate irrazionale. Dipende dall\'educazione di nuovo dai complessi oppure dalle convinzioni personali. Addirittura insomma - certain tale puo avere luogo alla buona sgradevole a una giovane.</p>\r\n<h2>Che venire per indivis bacio?</h2>\r\n<p>Situazione: indivis fidanzato cammina con una fanciulla nel misurato, comunicano atto, trovano un codice evidente, scherzano. Ma quando aboutit il momento di salutarsi, volte eta giovanile si ici. La prossima avvicendamento come la coppia achemine sopra excretion bar, sinon diverte, ascolta musica, beve caffe, tutto pero baciarsi. Molti diranno come il bacio non e dovuto al iniziale e manco al secondo ovvero al terzo appuntamento, che e spigliato, turpe, ecc. Puoi avere luogo si con presente o no. A volte e preferibile abitare un\'amica verso una ragazza verso un po\' per come che si abitui di nuovo apprezzi l\'attenzione del fidanzato. Bensi la preferenza, a diversita dell\'amore, sorge senza indugio. E se corrente e accaduto, puoi pacificamente carezzare la partner anche al antecedente verso. Tuttavia che razza di intuire nell\'eventualita che c\'e indivisible rendita da parte degoutta?</p>','Non dipingerti: quanto sei abile certain bacio, quante ragazze hai precisamente baciato nella tua attivita','','inherit','closed','closed','','22-revision-v1','','','2023-05-11 00:57:05','2023-05-11 00:57:05','',22,'http://pallyagro.ng/?p=23',0,'revision','',0),(24,1,'2023-05-11 04:33:01','2023-05-11 04:33:01','<title>What things to see before matchmaking Filipino brides</title>\n<p>The best thing about Filipino spouses which makes them thus attractive is that they are particularly family members-dependent because so many Asian women and you will Japanese mail order spouses getting such as for example. This is certainly a thing that pulls people from all over the country. To start with, a Filipino mail-order spouse will always be favor their husband, college students, and you will household comfort, perhaps not a job.</p>\r\n<h2>He has got unique beauty</h2>\r\n<p>The look of Filipino mail-order spouses is a thing too fascinating! Extremely Filipino lady provides a highly amazing lookup that will make boys getting thus attracted and you will looking for him or her. Their chinese language charm is what makes him or her very well-known all-over the entire world!</p>\r\n<p>People constantly face products of this large-cost lifestyle off Western women. The best thing about Filipino mail order brides is that their lifestyle prices are very low, and you can people can afford all of it effortlessly. Brand new Philippines is just one of the most affordable places around the world to live on, really works, or take a trip. Thus females from this country are acclimatized to top a modest life. By the way, brides of Mexico choose a somewhat “Westernized technique for relationships” and you may joyfully manage split up the expenses making use of their big date.</p>\r\n<h2>Filipino women can be sincere</h2>\r\n<p>Philippine brides are believed to understand respecting the people. Wherever you\'re taking their Filipino woman after matrimony, she\'ll adapt to this new community of set while making that which you good for your.<!--more--></p>\r\n<h2>Philippines brides are great at housework</h2>\r\n<p>Males need women that can maintain the house and entire household members. Filipino women are prime from the home chores but also, they are competent chefs (and undoubtedly observe that Colombian wives need to hold exact same identity).</p>\r\n<p>If you\'d like to time a lady about Philippines and you may winnings the lady heart, you ought to remain several things in mind! Why don\'t we take a look at those things.</p>\r\n<ul>\n<li>It is best to behave like a gentleman with Philippine females. Needless to say, it is something to create each lady, but Thai wives obtainable and Filipino brides will find that it most glamorous and you may make an impression on its cardio.</li>\n<li>You will want to esteem the fresh new culture off Filipino lady. When you value the community, your respect them. Therefore, remember this if you would like attract a lovely Filipino bombshell.</li>\n<li>You might also need to respect their family relations if you prefer your own matchmaking to visit perfect.</li>\n<li>You need to healthy the brand new Filipino girlfriend you’re relationships. This is going to make her delighted.</li>\n</ul>\r\n<p>These are the preferred yet , key things that you desire to keep in mind one which just time a beneficial Filipino people. Matchmaking is not as simple as we may found it. It could take longer for Filipino lady understand your. Thus, don\'t hurry some thing. Have patience and make sure that everything goes efficiently.</p>\r\n<p>Getting a pleasant Filipino spouse is easy but could capture quite long. You might sign up an online dating service that focuses on girls about Philippines and acquire beautiful ladies in less than 30 minute.</p>\r\n<p>You can meet a sexy girl regarding the Philippines for people who register to the a professional dating internet site, carry out a visibility and look using many pages. Get a hold of a few you like and take pleasure in enjoyable correspondence.</p>\r\n<p>Gorgeous Filipinas are good couples getting Westerns because they know how so you can equilibrium lifetime. Filipino female perform their houses perfectly, have full-go out operate, and constantly have time due to their guys and you will nearest and dearest.</p>\r\n<p>So you can legitimately wed in america make an <a href=\"https://datingmentor.org/cs/colombian-cupid-recenze/\">Prozkoumejte strГЎnku</a> effort to get good K1 visa. You could wed on Philippines and get an effective K3 charge to bring the Filipino girlfriend for the country.</p>','What things to see before matchmaking Filipino brides','','publish','open','open','','what-things-to-see-before-matchmaking-filipino','','','2023-05-11 05:09:34','2023-05-11 05:09:34','',0,'http://pallyagro.ng/?p=24',0,'post','',0),(25,1,'2023-05-11 05:09:34','2023-05-11 05:09:34','<title>What things to see before matchmaking Filipino brides</title>\n<p>The best thing about Filipino spouses which makes them thus attractive is that they are particularly family members-dependent because so many Asian women and you will Japanese mail order spouses getting such as for example. This is certainly a thing that pulls people from all over the country. To start with, a Filipino mail-order spouse will always be favor their husband, college students, and you will household comfort, perhaps not a job.</p>\r\n<h2>He has got unique beauty</h2>\r\n<p>The look of Filipino mail-order spouses is a thing too fascinating! Extremely Filipino lady provides a highly amazing lookup that will make boys getting thus attracted and you will looking for him or her. Their chinese language charm is what makes him or her very well-known all-over the entire world!</p>\r\n<p>People constantly face products of this large-cost lifestyle off Western women. The best thing about Filipino mail order brides is that their lifestyle prices are very low, and you can people can afford all of it effortlessly. Brand new Philippines is just one of the most affordable places around the world to live on, really works, or take a trip. Thus females from this country are acclimatized to top a modest life. By the way, brides of Mexico choose a somewhat “Westernized technique for relationships” and you may joyfully manage split up the expenses making use of their big date.</p>\r\n<h2>Filipino women can be sincere</h2>\r\n<p>Philippine brides are believed to understand respecting the people. Wherever you\'re taking their Filipino woman after matrimony, she\'ll adapt to this new community of set while making that which you good for your.<!--more--></p>\r\n<h2>Philippines brides are great at housework</h2>\r\n<p>Males need women that can maintain the house and entire household members. Filipino women are prime from the home chores but also, they are competent chefs (and undoubtedly observe that Colombian wives need to hold exact same identity).</p>\r\n<p>If you\'d like to time a lady about Philippines and you may winnings the lady heart, you ought to remain several things in mind! Why don\'t we take a look at those things.</p>\r\n<ul>\n<li>It is best to behave like a gentleman with Philippine females. Needless to say, it is something to create each lady, but Thai wives obtainable and Filipino brides will find that it most glamorous and you may make an impression on its cardio.</li>\n<li>You will want to esteem the fresh new culture off Filipino lady. When you value the community, your respect them. Therefore, remember this if you would like attract a lovely Filipino bombshell.</li>\n<li>You might also need to respect their family relations if you prefer your own matchmaking to visit perfect.</li>\n<li>You need to healthy the brand new Filipino girlfriend you’re relationships. This is going to make her delighted.</li>\n</ul>\r\n<p>These are the preferred yet , key things that you desire to keep in mind one which just time a beneficial Filipino people. Matchmaking is not as simple as we may found it. It could take longer for Filipino lady understand your. Thus, don\'t hurry some thing. Have patience and make sure that everything goes efficiently.</p>\r\n<p>Getting a pleasant Filipino spouse is easy but could capture quite long. You might sign up an online dating service that focuses on girls about Philippines and acquire beautiful ladies in less than 30 minute.</p>\r\n<p>You can meet a sexy girl regarding the Philippines for people who register to the a professional dating internet site, carry out a visibility and look using many pages. Get a hold of a few you like and take pleasure in enjoyable correspondence.</p>\r\n<p>Gorgeous Filipinas are good couples getting Westerns because they know how so you can equilibrium lifetime. Filipino female perform their houses perfectly, have full-go out operate, and constantly have time due to their guys and you will nearest and dearest.</p>\r\n<p>So you can legitimately wed in america make an <a href=\"https://datingmentor.org/cs/colombian-cupid-recenze/\">Prozkoumejte strГЎnku</a> effort to get good K1 visa. You could wed on Philippines and get an effective K3 charge to bring the Filipino girlfriend for the country.</p>','What things to see before matchmaking Filipino brides','','inherit','closed','closed','','24-revision-v1','','','2023-05-11 05:09:34','2023-05-11 05:09:34','',24,'http://pallyagro.ng/?p=25',0,'revision','',0),(27,1,'2023-05-11 07:12:18','2023-05-11 07:12:18','<title>Journalist Elizabeth Gilbert opened regarding the woman first, were unsuccessful take to within wedding in her most readily useful-promoting memoir Eat, Pray, Love</title>\n<p>\"It\'s really fascinating how we are all exactly the same as well as how we have been and different, that which works and you may just what doesn\'t,\" Oprah states.</p>\r\n<p>Now, she examines a brief history of the business and suggests as to why she made a decision to marry once more in her own newest publication, The full time .</p>\r\n<p>\"You will find it line that we recite in this country one to the historical past out-of marriage is this sacred, old, inevitable union between one-man and another woman, that\'s really nice and it\'s really really charming,\" she claims. \"It just cannot are usually correct.\"</p>\r\n<p>Age says that for centuries wedding are often the union ranging from one man and some ladies. \"On ancient industry, it actually was a way of event kinship and you can broadening their circle from members of the family.<!--more--> On gothic globe, it actually was a financial bond,\" she says. \"The one thing that is consistent about the reputation of marriage try changes.\"</p>\r <a href=\"https://datingmentor.org/pl/bbwcupid-recenzja/\">bbwcupid Zaloguj siД™</a>\n<p>Halfway global within the Cairo, Egypt, a location teeming that have 20 billion residents, the standard concept of relationships has been checked. Inside the Egypt, one out of about three marriages end up in divorce case, making it the country for the higher separation and divorce price from the Arab globe.</p>\r\n<p>Nanna Norup, a female Oprah found if you\'re checking out Copenhagen, Denmark , excursion in order to Cairo to talk to Egyptian women about their relationship experiences. Very first, Nanna match Heba, an effective 33-year-old indoor designer within the Cairo that is divorced.</p>\r\n<p>For years and years, only males could initiate a separation and divorce. Then, only a decade back, people received the benefit to check out legal and you will prevent its marriage ceremonies. Guys still are not necessary to experience authoritative, judge legal proceeding. They may be able just give their wives they want a separation, plus the relationships is more than.</p>\r\n<p>Even when split up has grown to become common, Heba says it isn\'t highly regarded. \"It\'s a little bit of a beneficial stigma to possess a woman,\" she says. Immediately after a separation, Heba says a lot of women, such by herself, move back to their parents\' house.</p>\r\n<h2>If or not a couple of has been legitimately marry for 5 months or 50 years, there clearly was things capable every acknowledge-all the marriage is different</h2>\r\n<p>Into the Denmark, people do not always choose marry to their long-label lovers. Nanna claims she along with her date possess existed together with her having fourteen ages but end up being no stress so you can get married.</p>\r\n<p>During the Egypt, but not, lifestyle together with her of wedlock was a primary taboo, Heba says. \"We can not accept our very own boyfriends,\" she claims. \"They wouldn\'t be socially accepted.\"</p>\r\n<h2>Therefore, they don\'t find yourself with the brand new intercourse that they you desire upwards up until its mid-30s or even upcoming</h2>\r\n<p>During Cairo, Nanna in addition to fulfilled Injy, a 37-year-dated writer and mom, and you can Dr. Heba Kotb, good 42-year-old marriage counselor and you may mommy. These girls want to don the standard lead scarf.</p>\r\n<p>Because the a separated woman, Injy states this woman is aware of the fresh new outrage sensed by many people single folk inside Egypt.</p>\r\n<p>\"You will find sexual rage from inside the Egypt. It goes without saying,\" she claims. \"Because of faith, you can\'t, or if you shouldn\'t, have sex before relationships. And because of your financial status, many men cannot afford to locate ily. \"</p>\r\n<p>\"It will be the sayings of one\'s prophet. ... The guy tells men that they must do foreplay,\" Injy says. \"It is very much motivated to offer satisfaction for the lady, for this to be a very intimate and you will mutually fulfilling matchmaking.\"</p>\r\n<p>Ukraine, once an integral part of the previous Soviet Partnership, is actually a nation when you look at the East European countries about the sized Tx. Most Ukrainians are employed in lower-expenses industrial jobs, nevertheless nation has also a reputation given that family out of of numerous beautiful people. Regardless if guys cannot be a force to marry at any many years, marriage becomes important for ladies within the age of 17. \"Once you are 19, the next thing you find is actually 20 and you are clearly thought an adult lady,\" states Lera, a Ukrainian woman. \"By the time you\'re 25, particular medical professionals will say to you avoid being having a child.\"</p>','Journalist Elizabeth Gilbert opened regarding the woman first, were unsuccessful take to within wedding in her most readily useful-promoting memoir Eat, Pray, Love','','publish','open','open','','journalist-elizabeth-gilbert-opened-regarding-the','','','2023-05-11 07:16:45','2023-05-11 07:16:45','',0,'http://pallyagro.ng/?p=27',0,'post','',0),(28,1,'2023-05-11 07:16:45','2023-05-11 07:16:45','<title>Journalist Elizabeth Gilbert opened regarding the woman first, were unsuccessful take to within wedding in her most readily useful-promoting memoir Eat, Pray, Love</title>\n<p>\"It\'s really fascinating how we are all exactly the same as well as how we have been and different, that which works and you may just what doesn\'t,\" Oprah states.</p>\r\n<p>Now, she examines a brief history of the business and suggests as to why she made a decision to marry once more in her own newest publication, The full time .</p>\r\n<p>\"You will find it line that we recite in this country one to the historical past out-of marriage is this sacred, old, inevitable union between one-man and another woman, that\'s really nice and it\'s really really charming,\" she claims. \"It just cannot are usually correct.\"</p>\r\n<p>Age says that for centuries wedding are often the union ranging from one man and some ladies. \"On ancient industry, it actually was a way of event kinship and you can broadening their circle from members of the family.<!--more--> On gothic globe, it actually was a financial bond,\" she says. \"The one thing that is consistent about the reputation of marriage try changes.\"</p>\r <a href=\"https://datingmentor.org/pl/bbwcupid-recenzja/\">bbwcupid Zaloguj siД™</a>\n<p>Halfway global within the Cairo, Egypt, a location teeming that have 20 billion residents, the standard concept of relationships has been checked. Inside the Egypt, one out of about three marriages end up in divorce case, making it the country for the higher separation and divorce price from the Arab globe.</p>\r\n<p>Nanna Norup, a female Oprah found if you\'re checking out Copenhagen, Denmark , excursion in order to Cairo to talk to Egyptian women about their relationship experiences. Very first, Nanna match Heba, an effective 33-year-old indoor designer within the Cairo that is divorced.</p>\r\n<p>For years and years, only males could initiate a separation and divorce. Then, only a decade back, people received the benefit to check out legal and you will prevent its marriage ceremonies. Guys still are not necessary to experience authoritative, judge legal proceeding. They may be able just give their wives they want a separation, plus the relationships is more than.</p>\r\n<p>Even when split up has grown to become common, Heba says it isn\'t highly regarded. \"It\'s a little bit of a beneficial stigma to possess a woman,\" she says. Immediately after a separation, Heba says a lot of women, such by herself, move back to their parents\' house.</p>\r\n<h2>If or not a couple of has been legitimately marry for 5 months or 50 years, there clearly was things capable every acknowledge-all the marriage is different</h2>\r\n<p>Into the Denmark, people do not always choose marry to their long-label lovers. Nanna claims she along with her date possess existed together with her having fourteen ages but end up being no stress so you can get married.</p>\r\n<p>During the Egypt, but not, lifestyle together with her of wedlock was a primary taboo, Heba says. \"We can not accept our very own boyfriends,\" she claims. \"They wouldn\'t be socially accepted.\"</p>\r\n<h2>Therefore, they don\'t find yourself with the brand new intercourse that they you desire upwards up until its mid-30s or even upcoming</h2>\r\n<p>During Cairo, Nanna in addition to fulfilled Injy, a 37-year-dated writer and mom, and you can Dr. Heba Kotb, good 42-year-old marriage counselor and you may mommy. These girls want to don the standard lead scarf.</p>\r\n<p>Because the a separated woman, Injy states this woman is aware of the fresh new outrage sensed by many people single folk inside Egypt.</p>\r\n<p>\"You will find sexual rage from inside the Egypt. It goes without saying,\" she claims. \"Because of faith, you can\'t, or if you shouldn\'t, have sex before relationships. And because of your financial status, many men cannot afford to locate ily. \"</p>\r\n<p>\"It will be the sayings of one\'s prophet. ... The guy tells men that they must do foreplay,\" Injy says. \"It is very much motivated to offer satisfaction for the lady, for this to be a very intimate and you will mutually fulfilling matchmaking.\"</p>\r\n<p>Ukraine, once an integral part of the previous Soviet Partnership, is actually a nation when you look at the East European countries about the sized Tx. Most Ukrainians are employed in lower-expenses industrial jobs, nevertheless nation has also a reputation given that family out of of numerous beautiful people. Regardless if guys cannot be a force to marry at any many years, marriage becomes important for ladies within the age of 17. \"Once you are 19, the next thing you find is actually 20 and you are clearly thought an adult lady,\" states Lera, a Ukrainian woman. \"By the time you\'re 25, particular medical professionals will say to you avoid being having a child.\"</p>','Journalist Elizabeth Gilbert opened regarding the woman first, were unsuccessful take to within wedding in her most readily useful-promoting memoir Eat, Pray, Love','','inherit','closed','closed','','27-revision-v1','','','2023-05-11 07:16:45','2023-05-11 07:16:45','',27,'http://pallyagro.ng/?p=28',0,'revision','',0),(29,1,'2023-05-11 08:00:58','2023-05-11 08:00:58','<title>Find Eu Mail-order Brides – Relationship, Relationship, Matrimony</title>\n<p>They work a lot, plus they do not purchase every night on the pubs after work. Eu lady find some of one\'s higher wages for the European countries, so they really try to get to significantly more ahead of they get married and have an infant.</p>\r\n<p>Specific forgery profiles are produced of the swindlers whoever aim is to rating financial benefit from pages of your webpages. Thus, it\'s better to choose the platforms having each other free and you will fee-established options to choose the most useful mail-order female. After you have already been relationships new mail order bride to be to have good long-time, you possibly can make the decision. If your fiance was really well suited to both you and you have got also went along to her nation, then you can proceed to the next level.</p>\r\n<ul>\n<li>More over, which have a glass of nice wine for supper was a beneficial sacred ritual for most regions.</li>\n<li>The fresh mail order marriage has been a community given that late nineteenth 100 years.</li>\n<li>It determine the fashion fashion for your industry.<!--more--></li>\n<li>Following, you are able to use the look and you may correspondence attributes of the working platform.</li>\n</ul>\r\n<p>Therefore they signup preferred matrimonial qualities and appearance to have love online. If you prefer sensuous and you will memorable female, you\'ll see conference girls out of Spain, Italy, and Portugal. If you like hard-working and you will separate people, there clearly was Belgian, German and you will Netherlands. If you are shortly after personal brides, feedback profiles out-of French wives. If you are searching for conventional wives, Poland, Romania, and you can Estonia are <a href=\"https://datingmentor.org/local-hookup/columbia/\">https://datingmentor.org/local-hookup/columbia/</a> the most effective places.</p>\r\n<h2>European beauties don\'t love your finances</h2>\r\n<p>Inside the Spain, Italy, and you can Portugal, you are going to fulfill dark-haired brides having tanned facial skin. In Germany, France, and Netherlands, there can be women that have white peach skin tone and you will book facial has actually. There are plenty of ways chatting with Russian ladies, thus lots of Western the male is getting their possibilities to come across Russian mail order bride to be.</p>\r\n<ul>\n<li>When you desire conference a female who is happy to commit to a serious relationship and just have hitched on nearby coming, a bride away from European countries \'s the proper selection.</li>\n<li>Faithful and loving mothers – A mail-order fiance is very dependable and you may female and will love her spouse.</li>\n<li>Thus i decided to are appointment Russian bride to be, considering it could be more this time around.</li>\n</ul>\r\n<p>Such nations usually do not bring many chances to lady, and also the women that live indeed there have a tendency to be unable to generate comes to an end meet. By the selecting a female away from an establishing country, discover a fantastic girl whom get or even not have the ability to meet a person in her nation.</p>\r\n<h2>What they Told you Throughout the Pick European Mail-order Brides Try Dead Incorrect...And Here is As to why</h2>\r\n<p>As well as, West men have the classification anyone else undoubtedly dont. Main characteristics regarding unmarried Eu female step one. Western european ladies desire engage with that will be basic enjoyable.</p>\r\n<p>Western european post-acquisition brides are known as a few of the easiest locate. In lieu of Latin and you may Western females, local brides try separate, progressive, and have an identical look at ily with others regarding the Us. Why do you search for a lady regarding Europe if they\'re similar to feamales in the usa? There are still countless differences in physical appearance and you may ideas to creating a family. Italian women can be considered to be the most amazing women in the nation.</p>\r\n<h2>Dating with your family and you will nearest and dearest</h2>\r\n<p>Matchmaking beautiful European single people is not a problem for individuals who eradicate ladies in accordance and care. Female of European countries such as conventional courtship, however, needs believe a particular nation you select.</p>\r\n<p>Like that regarding seeking good European lady also has pros and you may disadvantages. In the event the some individuals claim it is not genuine – they have not ever been a sweetheart off an excellent European bride.</p>\r\n<p>Regions such as for instance Sweden, Denmark, and you will Norway are the most effective for these that are finding a great good reference to women with very similar social thinking. Need to demonstrate that you become pretty sure and comfortable sufficient.</p>\r\n<p>Lots of women was notice-assured and you will liberated, that\'s very slutty and you may enjoyed of the Western boys. Right here you can easily sign in, submit a profile and get a charming Eu bride . And you can correspondence will be as comfy to through an enthusiastic maximum band of devices.</p>\r\n<p>They won\'t neglect understanding, going to artwork events and theatres, and passing on the internet-courses. Eu brides understand new planet\'s culture. A final truth you need to know throughout the Eu brides was that they grab marriage very undoubtedly. They do not wed random men and also have divorced a few months afterwards.</p>\r\n<p>This is because they don\'t profit from that you are alone and let down. The cash depends right on the couple molded into mail-order bride-to-be qualities. Mail order bride qualities do not allow females to type towards their own, they need to hold back until the person selects her or him. Despite such analytics, someone continue to have an abundance of misunderstandings regarding the dating sites. Hence, you need to know might details about wedding search systems. There are plenty of various other internet dating sites to have overseas brides totally free. Lower than was a listing of a knowledgeable and more than top send acquisition brides other sites.</p>','Find Eu Mail-order Brides – Relationship, Relationship, Matrimony','','publish','open','open','','find-eu-mail-order-brides-relationship','','','2023-05-11 08:03:33','2023-05-11 08:03:33','',0,'http://pallyagro.ng/?p=29',0,'post','',0),(30,1,'2023-05-11 08:03:33','2023-05-11 08:03:33','<title>Find Eu Mail-order Brides – Relationship, Relationship, Matrimony</title>\n<p>They work a lot, plus they do not purchase every night on the pubs after work. Eu lady find some of one\'s higher wages for the European countries, so they really try to get to significantly more ahead of they get married and have an infant.</p>\r\n<p>Specific forgery profiles are produced of the swindlers whoever aim is to rating financial benefit from pages of your webpages. Thus, it\'s better to choose the platforms having each other free and you will fee-established options to choose the most useful mail-order female. After you have already been relationships new mail order bride to be to have good long-time, you possibly can make the decision. If your fiance was really well suited to both you and you have got also went along to her nation, then you can proceed to the next level.</p>\r\n<ul>\n<li>More over, which have a glass of nice wine for supper was a beneficial sacred ritual for most regions.</li>\n<li>The fresh mail order marriage has been a community given that late nineteenth 100 years.</li>\n<li>It determine the fashion fashion for your industry.<!--more--></li>\n<li>Following, you are able to use the look and you may correspondence attributes of the working platform.</li>\n</ul>\r\n<p>Therefore they signup preferred matrimonial qualities and appearance to have love online. If you prefer sensuous and you will memorable female, you\'ll see conference girls out of Spain, Italy, and Portugal. If you like hard-working and you will separate people, there clearly was Belgian, German and you will Netherlands. If you are shortly after personal brides, feedback profiles out-of French wives. If you are searching for conventional wives, Poland, Romania, and you can Estonia are <a href=\"https://datingmentor.org/local-hookup/columbia/\">https://datingmentor.org/local-hookup/columbia/</a> the most effective places.</p>\r\n<h2>European beauties don\'t love your finances</h2>\r\n<p>Inside the Spain, Italy, and you can Portugal, you are going to fulfill dark-haired brides having tanned facial skin. In Germany, France, and Netherlands, there can be women that have white peach skin tone and you will book facial has actually. There are plenty of ways chatting with Russian ladies, thus lots of Western the male is getting their possibilities to come across Russian mail order bride to be.</p>\r\n<ul>\n<li>When you desire conference a female who is happy to commit to a serious relationship and just have hitched on nearby coming, a bride away from European countries \'s the proper selection.</li>\n<li>Faithful and loving mothers – A mail-order fiance is very dependable and you may female and will love her spouse.</li>\n<li>Thus i decided to are appointment Russian bride to be, considering it could be more this time around.</li>\n</ul>\r\n<p>Such nations usually do not bring many chances to lady, and also the women that live indeed there have a tendency to be unable to generate comes to an end meet. By the selecting a female away from an establishing country, discover a fantastic girl whom get or even not have the ability to meet a person in her nation.</p>\r\n<h2>What they Told you Throughout the Pick European Mail-order Brides Try Dead Incorrect...And Here is As to why</h2>\r\n<p>As well as, West men have the classification anyone else undoubtedly dont. Main characteristics regarding unmarried Eu female step one. Western european ladies desire engage with that will be basic enjoyable.</p>\r\n<p>Western european post-acquisition brides are known as a few of the easiest locate. In lieu of Latin and you may Western females, local brides try separate, progressive, and have an identical look at ily with others regarding the Us. Why do you search for a lady regarding Europe if they\'re similar to feamales in the usa? There are still countless differences in physical appearance and you may ideas to creating a family. Italian women can be considered to be the most amazing women in the nation.</p>\r\n<h2>Dating with your family and you will nearest and dearest</h2>\r\n<p>Matchmaking beautiful European single people is not a problem for individuals who eradicate ladies in accordance and care. Female of European countries such as conventional courtship, however, needs believe a particular nation you select.</p>\r\n<p>Like that regarding seeking good European lady also has pros and you may disadvantages. In the event the some individuals claim it is not genuine – they have not ever been a sweetheart off an excellent European bride.</p>\r\n<p>Regions such as for instance Sweden, Denmark, and you will Norway are the most effective for these that are finding a great good reference to women with very similar social thinking. Need to demonstrate that you become pretty sure and comfortable sufficient.</p>\r\n<p>Lots of women was notice-assured and you will liberated, that\'s very slutty and you may enjoyed of the Western boys. Right here you can easily sign in, submit a profile and get a charming Eu bride . And you can correspondence will be as comfy to through an enthusiastic maximum band of devices.</p>\r\n<p>They won\'t neglect understanding, going to artwork events and theatres, and passing on the internet-courses. Eu brides understand new planet\'s culture. A final truth you need to know throughout the Eu brides was that they grab marriage very undoubtedly. They do not wed random men and also have divorced a few months afterwards.</p>\r\n<p>This is because they don\'t profit from that you are alone and let down. The cash depends right on the couple molded into mail-order bride-to-be qualities. Mail order bride qualities do not allow females to type towards their own, they need to hold back until the person selects her or him. Despite such analytics, someone continue to have an abundance of misunderstandings regarding the dating sites. Hence, you need to know might details about wedding search systems. There are plenty of various other internet dating sites to have overseas brides totally free. Lower than was a listing of a knowledgeable and more than top send acquisition brides other sites.</p>','Find Eu Mail-order Brides – Relationship, Relationship, Matrimony','','inherit','closed','closed','','29-revision-v1','','','2023-05-11 08:03:33','2023-05-11 08:03:33','',29,'http://pallyagro.ng/?p=30',0,'revision','',0),(31,1,'2023-05-11 08:03:13','2023-05-11 08:03:13','<title>Muslima: connexion au website en tenant voit mariage original islamique [2023]</title>\r\n<p>Sur les finales anneesEt les plateformes de partie par rapport aux mariages musulmans jouent vrai bon chaleur... Selon celles-ci Sauf Que on gagne Muslima! Adolescent mahometan? Ce magasin en ligne est competent pour votre part passionner Sauf Que Parcourez comment il aille...<!--more--></p>\r\n<h2>MuslimaEt au niveau des gosses musulmans</h2>\r\n<p>Ce site pour rencontre incombe a une compagnie Cupid Media... Une telle derniere orient professionnelle de J\'ai tchat web et a elle alterite est effectuer une offre des prestations en compagnie de achoppes de astuce edifies via ma croyance Sauf Que Votre gout d\'intelligence, leurs arrieres clients particuliers ou encore l\'ethnicite… La miss a a present de la trentaine de pages web de ce type tout comme Muslima je pense partie integrante.</p>\r\n<p>Contre Muslima bien precisEt Cupid Media l\'a imagine concernant les gosses musulmans admirant seul iques Avec cette chanson! Aujourd\'huiOu notre page a l’egard de voit speculation plus de 4 quantite avec celibataires repartis dans les 4 angle de l\'univers… Lors de Concernant le mome globe Sauf Que vous trouverez certainement un interlocuteur , lesquels votre part correspondme via tout autre condition avec tacht Sauf Que Muslima met a disposition Parallelement diverses creatures , lequel de son point de vue peuvent commuter Finalement Un partenaire mahometan le plus efficace tout indique… Muslima avait deja servi un bon nombre de gosses musulmans vers trouver leur demi…</p>\r\n<h2>Muslima, le site</h2>\r\n<p>L\'integralite des estrades de voit a l’egard de Cupid Media englobent particulierement Correctement apercues... En surfant sur MuslimaOu votre part toi admettrez lorsque la page d\'accueil: l\'assemblage constitue plutot alcalin, mais Il est cela qui fait je trouve sa occasion. Vous exercez le principal sur le blog d\'accueil! Si toi-meme n\'etes toujours pas adapte, et Si votre part n\'etes toujours pas annonce en ce qui concerne le portail, Soyez libres compulser des certificats des autres utilisateurs… Faire fonctionner du site represente egalement allegue laconiquement dans la passage d\'accueil.</p>\r\n<p>Afin d\'acceder aux i - s en fin, votre part voulez toi-meme affilier tout comme toi accoupler dans le futur… Un coup adapte Sauf Que toi pourrez mettre Grace au banlieue emprunte des preconisations pour accord! Vous avez mon finalement appreciation de ce contour de ceux et celles… Lors de J\'ai toute premiere habitude, toi n\'aurez pas a vous alerter, et tous les aphtes conversationnels vivent parfaitement apprecies…</p>\r\n<h2>L\'enregistrement sur Muslima</h2>\r\n<p>Pris par admis: nonobstant regarder Votre pourtour des differents diverses celibataires mahometansOu vous necessitez actionner via la stade d\'inscription! La presence constitue sans reserve gratis: vous n\'aurez qu\'a satisfaire mon pharmacopee d\'inscription. Vous pourrez comme acceder de selectionnant en surfant sur «Connexion» puis «inscrivez-vous sans frais aucun maintenant». <a href=\"https://datingmentor.org/fr/sites-de-rencontre-en-espagnol/\">https://datingmentor.org/fr/sites-de-rencontre-en-espagnol</a>.. Ceci formulaire en ligne abordera pareillement si vous selectionnez via «voir des celibataires maintenant»…</p>\r\n<p>Malgre une telle exergue Sauf Que nous-memes votre part acceptera Cet prenom, la baguette, unique maestria email fort ainsi qu\'un sesame. Le courrier en compagnie de controle sera adresse. Quand vous negatif envisagez marche filer avec cette oblongue phaseOu N\'oubliez pas qui il est possible de executer l\'enregistrement par n\'importe quelle prevision Facebook.</p>\r\n<p>C\'est, vous allez avoir la prevision Muslima! Cependant, il faudra toujours rassasier la peripherie avant d\'echanger au divers abats! Votre ans orient assure pour que le blog ait vous procurer des personnes correspondant a votre besoin…</p>\r\n<h2>Germe relier pour realiser des accomplis</h2>\r\n<p>Pour obtenir a toute speculation Muslima, le mieux orient a l’egard de se retrouver devant mon ori: l\'exploration comme va etre plus liquoreux… Cependant, le portail est en mesure egalement s\'ouvrir lorsque vous appartenez sur n\'importe quelle outil mobile en outre vous-meme l\'ouvrez au vu de mon aviateur anime… Nous nenni pouvez foulee atteindre en tenant accrocs pour maritime! Muslima aurait obtient egalement une application amovible, alors qu\' icelle negatif travaille lequel a cote du option iOS.</p>\r\n<ul>\r\n<li>Ouvrir celui en compagnie de jonction dans apercevant au sein de ma brin d\'adresse muslima/fr/auth/login... Lorsque vous vous averez etre dans le site d\'accueil Sauf Que cliquez Grace au chaton «Connexion» nonobstant ecrire un texte reorganise presque la section a l’egard de liaisonEt</li>\r\n<li>Un coup sur la trocheEt entrer votre email puis votre cle, </li>\r\n<li>Cliquer sur «Connexion».</li>\r\n</ul>\r\n<p>En dessous du pousse «Connexion»Et on voit l\'option «Rester connecte»! Soyez libres ceci voiturier quand vous vous trouvez etre dans Cette ordinant machine aussi bien que Cet pc apres que celui-ci n\'y a Los cuales votre part , lequel l\'utilisez...</p>','Muslima: connexion au website en tenant voit mariage original islamique [2023]','','publish','open','open','','muslima-connexion-au-website-en-tenant-voit','','','2023-05-11 08:11:27','2023-05-11 08:11:27','',0,'http://pallyagro.ng/?p=31',0,'post','',0),(32,1,'2023-05-11 08:11:27','2023-05-11 08:11:27','<title>Muslima: connexion au website en tenant voit mariage original islamique [2023]</title>\r\n<p>Sur les finales anneesEt les plateformes de partie par rapport aux mariages musulmans jouent vrai bon chaleur... Selon celles-ci Sauf Que on gagne Muslima! Adolescent mahometan? Ce magasin en ligne est competent pour votre part passionner Sauf Que Parcourez comment il aille...<!--more--></p>\r\n<h2>MuslimaEt au niveau des gosses musulmans</h2>\r\n<p>Ce site pour rencontre incombe a une compagnie Cupid Media... Une telle derniere orient professionnelle de J\'ai tchat web et a elle alterite est effectuer une offre des prestations en compagnie de achoppes de astuce edifies via ma croyance Sauf Que Votre gout d\'intelligence, leurs arrieres clients particuliers ou encore l\'ethnicite… La miss a a present de la trentaine de pages web de ce type tout comme Muslima je pense partie integrante.</p>\r\n<p>Contre Muslima bien precisEt Cupid Media l\'a imagine concernant les gosses musulmans admirant seul iques Avec cette chanson! Aujourd\'huiOu notre page a l’egard de voit speculation plus de 4 quantite avec celibataires repartis dans les 4 angle de l\'univers… Lors de Concernant le mome globe Sauf Que vous trouverez certainement un interlocuteur , lesquels votre part correspondme via tout autre condition avec tacht Sauf Que Muslima met a disposition Parallelement diverses creatures , lequel de son point de vue peuvent commuter Finalement Un partenaire mahometan le plus efficace tout indique… Muslima avait deja servi un bon nombre de gosses musulmans vers trouver leur demi…</p>\r\n<h2>Muslima, le site</h2>\r\n<p>L\'integralite des estrades de voit a l’egard de Cupid Media englobent particulierement Correctement apercues... En surfant sur MuslimaOu votre part toi admettrez lorsque la page d\'accueil: l\'assemblage constitue plutot alcalin, mais Il est cela qui fait je trouve sa occasion. Vous exercez le principal sur le blog d\'accueil! Si toi-meme n\'etes toujours pas adapte, et Si votre part n\'etes toujours pas annonce en ce qui concerne le portail, Soyez libres compulser des certificats des autres utilisateurs… Faire fonctionner du site represente egalement allegue laconiquement dans la passage d\'accueil.</p>\r\n<p>Afin d\'acceder aux i - s en fin, votre part voulez toi-meme affilier tout comme toi accoupler dans le futur… Un coup adapte Sauf Que toi pourrez mettre Grace au banlieue emprunte des preconisations pour accord! Vous avez mon finalement appreciation de ce contour de ceux et celles… Lors de J\'ai toute premiere habitude, toi n\'aurez pas a vous alerter, et tous les aphtes conversationnels vivent parfaitement apprecies…</p>\r\n<h2>L\'enregistrement sur Muslima</h2>\r\n<p>Pris par admis: nonobstant regarder Votre pourtour des differents diverses celibataires mahometansOu vous necessitez actionner via la stade d\'inscription! La presence constitue sans reserve gratis: vous n\'aurez qu\'a satisfaire mon pharmacopee d\'inscription. Vous pourrez comme acceder de selectionnant en surfant sur «Connexion» puis «inscrivez-vous sans frais aucun maintenant». <a href=\"https://datingmentor.org/fr/sites-de-rencontre-en-espagnol/\">https://datingmentor.org/fr/sites-de-rencontre-en-espagnol</a>.. Ceci formulaire en ligne abordera pareillement si vous selectionnez via «voir des celibataires maintenant»…</p>\r\n<p>Malgre une telle exergue Sauf Que nous-memes votre part acceptera Cet prenom, la baguette, unique maestria email fort ainsi qu\'un sesame. Le courrier en compagnie de controle sera adresse. Quand vous negatif envisagez marche filer avec cette oblongue phaseOu N\'oubliez pas qui il est possible de executer l\'enregistrement par n\'importe quelle prevision Facebook.</p>\r\n<p>C\'est, vous allez avoir la prevision Muslima! Cependant, il faudra toujours rassasier la peripherie avant d\'echanger au divers abats! Votre ans orient assure pour que le blog ait vous procurer des personnes correspondant a votre besoin…</p>\r\n<h2>Germe relier pour realiser des accomplis</h2>\r\n<p>Pour obtenir a toute speculation Muslima, le mieux orient a l’egard de se retrouver devant mon ori: l\'exploration comme va etre plus liquoreux… Cependant, le portail est en mesure egalement s\'ouvrir lorsque vous appartenez sur n\'importe quelle outil mobile en outre vous-meme l\'ouvrez au vu de mon aviateur anime… Nous nenni pouvez foulee atteindre en tenant accrocs pour maritime! Muslima aurait obtient egalement une application amovible, alors qu\' icelle negatif travaille lequel a cote du option iOS.</p>\r\n<ul>\r\n<li>Ouvrir celui en compagnie de jonction dans apercevant au sein de ma brin d\'adresse muslima/fr/auth/login... Lorsque vous vous averez etre dans le site d\'accueil Sauf Que cliquez Grace au chaton «Connexion» nonobstant ecrire un texte reorganise presque la section a l’egard de liaisonEt</li>\r\n<li>Un coup sur la trocheEt entrer votre email puis votre cle, </li>\r\n<li>Cliquer sur «Connexion».</li>\r\n</ul>\r\n<p>En dessous du pousse «Connexion»Et on voit l\'option «Rester connecte»! Soyez libres ceci voiturier quand vous vous trouvez etre dans Cette ordinant machine aussi bien que Cet pc apres que celui-ci n\'y a Los cuales votre part , lequel l\'utilisez...</p>','Muslima: connexion au website en tenant voit mariage original islamique [2023]','','inherit','closed','closed','','31-revision-v1','','','2023-05-11 08:11:27','2023-05-11 08:11:27','',31,'http://pallyagro.ng/?p=32',0,'revision','',0),(33,1,'2023-05-11 07:49:48','2023-05-11 07:49:48','<title>Exactly why do I Experience Relationship Folks More than 40?</title>\n<ul>\n<li>You have got excessive standards towards lover and you can demand hopeless things.</li>\n<li>You don\'t concede. Which regards such center-old anyone, one to a particular procedures plus don\'t would be to alter.</li>\n<li>You only make sure you research most useful, whenever the truth about you is basically shown, you feel an entirely more person in the partners\' vision.<!--more--> Illusions and goggles cannot be a basement having suits matchmaking.</li>\n</ul>\r\n<h2>Perform some part that you will find Infants Scare Singles Out-of Me?</h2>\r\n<p>It will not. Unmarried ladies more than 40 without a doubt remember you to , a person of this many years possess youngsters. Additionally, if the a woman cannot value children out of your early in the day matchmaking, it\'s an indication one she\'s going to not elevates definitely.</p>\r\n<h2>What is the Better Dating internet site Getting 40 Season Olds</h2>\r\n<p>It’s typical to obtain unmarried on lives for many who was to thought delighted and comfortable. They say it is best to are unmarried appreciate your own lifetime than to deal with someone who allows you to getting alone and you may unhappy. However, make sure you do it not to own matter otherwise reasonable self-regard. Dating close myself. Therefore, it is worthy of enjoying a specialist psychologist.</p>\r\n<h2>Matchmaking Close Me personally</h2>\r\n<p>State relationship rules in to the toppenish arizona. Notice it in that way: together with using it\'s titled ‘matchmaking,\' it\'s actually conference on the internet people making love and also you is also antique relationships. If you are first developments happens, long-label dating happen in some body. Place the type on the internet and speaking it off after you satisfy your ideal fits is both legendary times for the daily life.</p>\r\n<p>Dating by Venue – Find local men and women and look pages from all around brand new nation! I number the extremely effective positives for the a choice out-of places <a href=\"https://datingmentor.org/cs/fatflirt-recenze/\">fatflirt Profily</a> which means you get a sample out-away from exactly what new casual relationship community offers. Pick dating profiles by country, region if you don\'t lookup because of the most significant area. Sign up for free today and make a bona-fide matchmaking. Because of Relationship Romantic Me\'s 100% totally free relationship supplier, asking the beautiful lady/kid next door for supper merely at some point! Certainly a lot of pleasant Oklahoma singles looking for like, relationships, and you will enjoyable, your upcoming fiance-to-feel merely a just click here aside, most don\'t let this specific options slip from your own give.</p>\r\n<p>If you are brilliant teenagers relationships constantly raised matchmaking, and you will sexual facts. Such discussions helped me understand just what had a have to manage second: a text one address contact information the difficult inquiries one teenage girls is actually inquiring out-of matchmaking personal myself, and you can closeness. For every situation in this site</p>\r\n<h2>Pick Regional Girls for Matchmaking Personal Myself getting Commitment</h2>\r\n<p>Since the lady, we date, we love, therefore experience life with your minds set-to feel fulfilled. But really , usually, all of our opened heads will still be empty. During my excursion out of teenager in order to young college women and you may scholar, no single sense influenced instance are relationship to features intercourse matchmaking.</p>\r\n<p>There was a high probability this new them in to the sex, dating or intimate dating. however, whenever you are sex and you can matchmaking are all of our individual pressing. Exactly why are a lot of out-of azing web site id to has actually solitary women trying to enhance their relationship feel to get a great people taking everyday gender otherwise matrimony. It\'s does not matter how old are you was because the these types of principals can be applied for all age.</p>\r\n<p>Is a guy you understand a person thoughts and you may opinion, and you have a much better belief towards the approach a good guy consider, and what encourages him, like in regards to women to own sex and you can marriage. They websites usually discuss the ladies are hooking up and that enjoys best kid having intercourse dating.</p>','Exactly why do I Experience Relationship Folks More than 40?','','publish','open','open','','exactly-why-do-i-experience-relationship-folks','','','2023-05-11 08:14:23','2023-05-11 08:14:23','',0,'http://pallyagro.ng/?p=33',0,'post','',0),(34,1,'2023-05-11 08:14:23','2023-05-11 08:14:23','<title>Exactly why do I Experience Relationship Folks More than 40?</title>\n<ul>\n<li>You have got excessive standards towards lover and you can demand hopeless things.</li>\n<li>You don\'t concede. Which regards such center-old anyone, one to a particular procedures plus don\'t would be to alter.</li>\n<li>You only make sure you research most useful, whenever the truth about you is basically shown, you feel an entirely more person in the partners\' vision.<!--more--> Illusions and goggles cannot be a basement having suits matchmaking.</li>\n</ul>\r\n<h2>Perform some part that you will find Infants Scare Singles Out-of Me?</h2>\r\n<p>It will not. Unmarried ladies more than 40 without a doubt remember you to , a person of this many years possess youngsters. Additionally, if the a woman cannot value children out of your early in the day matchmaking, it\'s an indication one she\'s going to not elevates definitely.</p>\r\n<h2>What is the Better Dating internet site Getting 40 Season Olds</h2>\r\n<p>It’s typical to obtain unmarried on lives for many who was to thought delighted and comfortable. They say it is best to are unmarried appreciate your own lifetime than to deal with someone who allows you to getting alone and you may unhappy. However, make sure you do it not to own matter otherwise reasonable self-regard. Dating close myself. Therefore, it is worthy of enjoying a specialist psychologist.</p>\r\n<h2>Matchmaking Close Me personally</h2>\r\n<p>State relationship rules in to the toppenish arizona. Notice it in that way: together with using it\'s titled ‘matchmaking,\' it\'s actually conference on the internet people making love and also you is also antique relationships. If you are first developments happens, long-label dating happen in some body. Place the type on the internet and speaking it off after you satisfy your ideal fits is both legendary times for the daily life.</p>\r\n<p>Dating by Venue – Find local men and women and look pages from all around brand new nation! I number the extremely effective positives for the a choice out-of places <a href=\"https://datingmentor.org/cs/fatflirt-recenze/\">fatflirt Profily</a> which means you get a sample out-away from exactly what new casual relationship community offers. Pick dating profiles by country, region if you don\'t lookup because of the most significant area. Sign up for free today and make a bona-fide matchmaking. Because of Relationship Romantic Me\'s 100% totally free relationship supplier, asking the beautiful lady/kid next door for supper merely at some point! Certainly a lot of pleasant Oklahoma singles looking for like, relationships, and you will enjoyable, your upcoming fiance-to-feel merely a just click here aside, most don\'t let this specific options slip from your own give.</p>\r\n<p>If you are brilliant teenagers relationships constantly raised matchmaking, and you will sexual facts. Such discussions helped me understand just what had a have to manage second: a text one address contact information the difficult inquiries one teenage girls is actually inquiring out-of matchmaking personal myself, and you can closeness. For every situation in this site</p>\r\n<h2>Pick Regional Girls for Matchmaking Personal Myself getting Commitment</h2>\r\n<p>Since the lady, we date, we love, therefore experience life with your minds set-to feel fulfilled. But really , usually, all of our opened heads will still be empty. During my excursion out of teenager in order to young college women and you may scholar, no single sense influenced instance are relationship to features intercourse matchmaking.</p>\r\n<p>There was a high probability this new them in to the sex, dating or intimate dating. however, whenever you are sex and you can matchmaking are all of our individual pressing. Exactly why are a lot of out-of azing web site id to has actually solitary women trying to enhance their relationship feel to get a great people taking everyday gender otherwise matrimony. It\'s does not matter how old are you was because the these types of principals can be applied for all age.</p>\r\n<p>Is a guy you understand a person thoughts and you may opinion, and you have a much better belief towards the approach a good guy consider, and what encourages him, like in regards to women to own sex and you can marriage. They websites usually discuss the ladies are hooking up and that enjoys best kid having intercourse dating.</p>','Exactly why do I Experience Relationship Folks More than 40?','','inherit','closed','closed','','33-revision-v1','','','2023-05-11 08:14:23','2023-05-11 08:14:23','',33,'http://pallyagro.ng/?p=34',0,'revision','',0),(35,1,'2023-05-11 08:45:51','2023-05-11 08:45:51','<title>Fonctionnalites sinon comme travaille phallus sans nul lien? (2023)</title>\r\n<p>Il convient d\'une page ouvert puis incluant dont accueille n\'importe qui: hetero/homosexuels Sauf Que non-binaires alors n\'importe quel bras en communaute LGBTQ+… Il est quasi obligatoire de creer un terrain sans avoir coutumes ni meme intransigeance... En l\'occurence penis a l’exclusion de ligature commencement place tel un disposition affable tout le monde, ainsi, permet aux individus de recueillir des ports ces. Tout i fait Sauf Que penis sans avoir i ligature doit condition pour voit contre ceux dont briguent puis laquelle se deroulent concernes avec tout ce qu\'il y a de puissance. Vos cotes surs individus ne seront pas visibles quand on inscrit(e)... Bilan, personne nenni fera en mesure de voir n\'importe quelle contour ou bien nos informationsEt a portion les personnes en compagnie de auquel vous souhaitez interferer... Dans phallus sans avoir de attache, chacun pourra utiliser vrais remboursements et/ou des appliquons A abandonner de $.</p>\r\n<p>Il n\'est marche possible de arreter certains usagers en ce qui concerne phallus sans nul ligature... Lorsque vous accroissez A accueillir averes messages indesirables ou bien inadequatsEt une autre tour a faire represente en compagnie de vos glousser mais aussi de communiquer le consommateur elabore pour moderateurs du site , lesquels enqueteront en surfant sur la discipline avec celui computation.</p>\r\n<p>Vers plus qu\'elles pas du tout ambitionnent specifiquement unique rapport virtuellement, une majorite de gens souhaitent interferer avec des individus en tenant a elles region… Il semble en consequence fondamental de recueillir un choix afin d\'effectuer Ce ecremage pour que vous demeurez foutu chez version avec des individus vivant toute ville.<!--more--> C\'est celui lequel visee puissance sans avoir de corde Sauf Que en offrant par ailleurs un assainisse de recherche escompte dans quelques-uns criteriums.</p>\r\n<p>Vos connaissances interactif n\'auraient annulee demonstration de devenir sans felin ni J\'ai poste… Baguette sans avoir lien donne pour usagers l\'occasion d\'envoyer quelques avertissement a chatter et d\'en vouloir. Le chat cible d\'autres parametres de diffusion , lequel toi-meme aident i nous annoncer (entre autres eventuellement des emojis, quelques bienfaits potentiels, etc.)</p>\r\n<p>Il ne semble marche simple de produire Une prospection basique… Ainsi pour les requ plus particuliers amenagees en ce qui concerne surs filtres (vergeOu ans, photo Sauf Que clients actuellement sur internet).</p>\r\n<h2>Inscription: De Quelle Maniere s\'inscrire en surfant sur Verge A L’exclusion De Entrave?</h2>\r\n<p>Votre codex de renseignement a completer aupres s\'inscrire dans verge a l’exclusion de corde constitue de taille capacite (il diffuse 5 dans 10 glebe acces).</p>\r\n<h2>Attention alors Traduction Changeant</h2>\r\n<p>Baguette Sans lien ne se trouve plus un website responsive! Il est subsequemment mefiant pour s\'ouvrir autrement en ce qui concerne toute telephone voire sur votre tablette tcatilce compare a une transcription sur ordinant machine. Celui peut egalement se presenter comme laborieux de pratiquer chacune des fleur ensuite fonctionnalies correctement! CependantOu il n\'existe pas d\'application vis-i -vis des mecanique samsung aussi bien que iOS...</p>\r\n<h2>Vie affamee ensuite anonymat</h2>\r\n<p>Des rencontres interactif representent categorisees d\'apres une caractere \"public\" aussi bien que \"prive\". Dans la situation des e-boutiques pour bagarre publics Sauf Que l\'integralite des profils des membres ressemblent accessibles et en aboutissement averes internautes non-inscrits. Vers l\'opposeEt Les blogs en tenant rencontres appartements abritent l\'anonymat et la fatalite autonome de la clientele de arretant l\'acces a ca sujet i l\'ensemble des utilisateurs non-inscrits!</p>\r\n<p>Etant entendu que les profils ne seront en aucun cas dans amitieOu vos internautes non-inscrits auront la possibilite avoir des fraiche d\'un bord... Pour cela, Utilisez notre simulateur de realiser attention sur celui qui toi avec <a href=\"https://datingmentor.org/fr/sites-de-rencontre-introvertis/\">site de rencontres gratuites pour introvertis</a> Fournir!</p>\r\n<h2>Defiance chance la attrape apres nos incorrect cotes</h2>\r\n<p>Avec nos exigence Generales d\'Utilisation (CGU)Ou verge a l’exclusion de lien devoile user dans averes ralentisseurs ou bien A quelques ame , lesquels appartiennent sur son leiu de matou De sorte i pousser nos calligraphies pour payer votre carte premium. Cette raison veut dire precisement que les clients aimes avec votre souscription aiguisant ont Un peut lire certains androide selon le felinEt ou bien de ceux et celles laquelle ameneront un contenu copie-colle au sein des causeries! Parfaitement bien Ou il va etre Manque pas vrai encore envisageable d\'inviter des \"utilisateurs\" pour aller, ce qui peut A l\'encontre quelques connaisances authentifie qui quiconque examen relatives aux disposition en compagnie de rencontre.</p>\r\n<p>Afin de vous calligraphier Avec puissance sans avoir i AttachesOu y toi represente demande pour approuver toute habilete terme conseille… On parle de votre analogie de inegalite primitif aiguillant sur arreter la realisation avec incorrect aspects sinon en tenant contours faux... Ce dernier amortit la page web baguette sans nul entrave beaucoup plus efficace et propose ameliorer votre experience collective en ce qui concerne la plateforme.</p>\r\n<p>L\'ajout a l’egard de positif sur Sexe Sans attache ne necessite sans approbation en des ralentisseurs! Car lequel l\'approbation artisanale des photos permet de deborder des estimation falsifie, il va possible lequel vous-meme batailliez avec Grace a en tenant infidele cotes. Ces derniers englobent de temps en temps perceptibles En passant par promouvoir positif (gloires, joueurEt betes, publicites de marques). Demeurez donc avertis: des interactions ne commencement arrangeront souvent pas avec Grace a d\'authentique utilisateurs. Mon autorisation manuelle autorise par ailleurs de deborder des cliche caracterielles aussi bien que categoriques que les personnes appelees internautes amadouent parfois i propos des disposition pour rencontreEt gardez-le a la mentalite.</p>\r\n<h2>Exigence Personnelles d\'Utilisation (CGU)</h2>\r\n<p>Vous pourrez detenir aborde i l\'ensemble des exigence de\'utilisation en tenant ce magasin en ligne pour tchat (vous apercevrez l\'agent en ce qui concerne sa feuille d\'accueil)… Moi et mon mari toi appuyons a l’egard de tous les lire afin de toi-meme annoncer. Clairement le texte puisse oblong Sauf Que Je trouve mortel d\'en payer intuition!</p>\r\n<h2>Desactivation de votre prevision: egalement abroger mon compte Avec penis a l’exclusion de attache?</h2>\r\n<p>Il est possible de desactiver la pourtour sans frais aucun dans penis sans avoir i ligature! Votre air pouaait cloison executer en ligne mais aussiOu quand vous en avez envieEt dans avertissant le service d\'assistance pour membres , lesquels nous amplifiera une nouvelle effacer Cette compte. L\'adhesion sur Sexe sans avoir i lien orient payante... Ce dernier signifie Los cuales il faudra peut-etre gommer entier abonnement sinon entier collection payante alors toi-meme desactiverez mais aussi supprimerez n\'importe quelle profit... Leurs individus ont la possibilite de se desinscrire averes listes en compagnie de distribution ainsi que de barrer leurs avis! Et vivent de la sorte, aiguillonnes en compagnie de pas du tout davantage neant recevoir a l’egard de baguette sans avoir de lien.</p>','Fonctionnalites sinon comme travaille phallus sans nul lien? (2023)','','publish','open','open','','fonctionnalites-sinon-comme-travaille-phallus-sans','','','2023-05-11 08:49:43','2023-05-11 08:49:43','',0,'http://pallyagro.ng/?p=35',0,'post','',0),(36,1,'2023-05-11 08:49:43','2023-05-11 08:49:43','<title>Fonctionnalites sinon comme travaille phallus sans nul lien? (2023)</title>\r\n<p>Il convient d\'une page ouvert puis incluant dont accueille n\'importe qui: hetero/homosexuels Sauf Que non-binaires alors n\'importe quel bras en communaute LGBTQ+… Il est quasi obligatoire de creer un terrain sans avoir coutumes ni meme intransigeance... En l\'occurence penis a l’exclusion de ligature commencement place tel un disposition affable tout le monde, ainsi, permet aux individus de recueillir des ports ces. Tout i fait Sauf Que penis sans avoir i ligature doit condition pour voit contre ceux dont briguent puis laquelle se deroulent concernes avec tout ce qu\'il y a de puissance. Vos cotes surs individus ne seront pas visibles quand on inscrit(e)... Bilan, personne nenni fera en mesure de voir n\'importe quelle contour ou bien nos informationsEt a portion les personnes en compagnie de auquel vous souhaitez interferer... Dans phallus sans avoir de attache, chacun pourra utiliser vrais remboursements et/ou des appliquons A abandonner de $.</p>\r\n<p>Il n\'est marche possible de arreter certains usagers en ce qui concerne phallus sans nul ligature... Lorsque vous accroissez A accueillir averes messages indesirables ou bien inadequatsEt une autre tour a faire represente en compagnie de vos glousser mais aussi de communiquer le consommateur elabore pour moderateurs du site , lesquels enqueteront en surfant sur la discipline avec celui computation.</p>\r\n<p>Vers plus qu\'elles pas du tout ambitionnent specifiquement unique rapport virtuellement, une majorite de gens souhaitent interferer avec des individus en tenant a elles region… Il semble en consequence fondamental de recueillir un choix afin d\'effectuer Ce ecremage pour que vous demeurez foutu chez version avec des individus vivant toute ville.<!--more--> C\'est celui lequel visee puissance sans avoir de corde Sauf Que en offrant par ailleurs un assainisse de recherche escompte dans quelques-uns criteriums.</p>\r\n<p>Vos connaissances interactif n\'auraient annulee demonstration de devenir sans felin ni J\'ai poste… Baguette sans avoir lien donne pour usagers l\'occasion d\'envoyer quelques avertissement a chatter et d\'en vouloir. Le chat cible d\'autres parametres de diffusion , lequel toi-meme aident i nous annoncer (entre autres eventuellement des emojis, quelques bienfaits potentiels, etc.)</p>\r\n<p>Il ne semble marche simple de produire Une prospection basique… Ainsi pour les requ plus particuliers amenagees en ce qui concerne surs filtres (vergeOu ans, photo Sauf Que clients actuellement sur internet).</p>\r\n<h2>Inscription: De Quelle Maniere s\'inscrire en surfant sur Verge A L’exclusion De Entrave?</h2>\r\n<p>Votre codex de renseignement a completer aupres s\'inscrire dans verge a l’exclusion de corde constitue de taille capacite (il diffuse 5 dans 10 glebe acces).</p>\r\n<h2>Attention alors Traduction Changeant</h2>\r\n<p>Baguette Sans lien ne se trouve plus un website responsive! Il est subsequemment mefiant pour s\'ouvrir autrement en ce qui concerne toute telephone voire sur votre tablette tcatilce compare a une transcription sur ordinant machine. Celui peut egalement se presenter comme laborieux de pratiquer chacune des fleur ensuite fonctionnalies correctement! CependantOu il n\'existe pas d\'application vis-i -vis des mecanique samsung aussi bien que iOS...</p>\r\n<h2>Vie affamee ensuite anonymat</h2>\r\n<p>Des rencontres interactif representent categorisees d\'apres une caractere \"public\" aussi bien que \"prive\". Dans la situation des e-boutiques pour bagarre publics Sauf Que l\'integralite des profils des membres ressemblent accessibles et en aboutissement averes internautes non-inscrits. Vers l\'opposeEt Les blogs en tenant rencontres appartements abritent l\'anonymat et la fatalite autonome de la clientele de arretant l\'acces a ca sujet i l\'ensemble des utilisateurs non-inscrits!</p>\r\n<p>Etant entendu que les profils ne seront en aucun cas dans amitieOu vos internautes non-inscrits auront la possibilite avoir des fraiche d\'un bord... Pour cela, Utilisez notre simulateur de realiser attention sur celui qui toi avec <a href=\"https://datingmentor.org/fr/sites-de-rencontre-introvertis/\">site de rencontres gratuites pour introvertis</a> Fournir!</p>\r\n<h2>Defiance chance la attrape apres nos incorrect cotes</h2>\r\n<p>Avec nos exigence Generales d\'Utilisation (CGU)Ou verge a l’exclusion de lien devoile user dans averes ralentisseurs ou bien A quelques ame , lesquels appartiennent sur son leiu de matou De sorte i pousser nos calligraphies pour payer votre carte premium. Cette raison veut dire precisement que les clients aimes avec votre souscription aiguisant ont Un peut lire certains androide selon le felinEt ou bien de ceux et celles laquelle ameneront un contenu copie-colle au sein des causeries! Parfaitement bien Ou il va etre Manque pas vrai encore envisageable d\'inviter des \"utilisateurs\" pour aller, ce qui peut A l\'encontre quelques connaisances authentifie qui quiconque examen relatives aux disposition en compagnie de rencontre.</p>\r\n<p>Afin de vous calligraphier Avec puissance sans avoir i AttachesOu y toi represente demande pour approuver toute habilete terme conseille… On parle de votre analogie de inegalite primitif aiguillant sur arreter la realisation avec incorrect aspects sinon en tenant contours faux... Ce dernier amortit la page web baguette sans nul entrave beaucoup plus efficace et propose ameliorer votre experience collective en ce qui concerne la plateforme.</p>\r\n<p>L\'ajout a l’egard de positif sur Sexe Sans attache ne necessite sans approbation en des ralentisseurs! Car lequel l\'approbation artisanale des photos permet de deborder des estimation falsifie, il va possible lequel vous-meme batailliez avec Grace a en tenant infidele cotes. Ces derniers englobent de temps en temps perceptibles En passant par promouvoir positif (gloires, joueurEt betes, publicites de marques). Demeurez donc avertis: des interactions ne commencement arrangeront souvent pas avec Grace a d\'authentique utilisateurs. Mon autorisation manuelle autorise par ailleurs de deborder des cliche caracterielles aussi bien que categoriques que les personnes appelees internautes amadouent parfois i propos des disposition pour rencontreEt gardez-le a la mentalite.</p>\r\n<h2>Exigence Personnelles d\'Utilisation (CGU)</h2>\r\n<p>Vous pourrez detenir aborde i l\'ensemble des exigence de\'utilisation en tenant ce magasin en ligne pour tchat (vous apercevrez l\'agent en ce qui concerne sa feuille d\'accueil)… Moi et mon mari toi appuyons a l’egard de tous les lire afin de toi-meme annoncer. Clairement le texte puisse oblong Sauf Que Je trouve mortel d\'en payer intuition!</p>\r\n<h2>Desactivation de votre prevision: egalement abroger mon compte Avec penis a l’exclusion de attache?</h2>\r\n<p>Il est possible de desactiver la pourtour sans frais aucun dans penis sans avoir i ligature! Votre air pouaait cloison executer en ligne mais aussiOu quand vous en avez envieEt dans avertissant le service d\'assistance pour membres , lesquels nous amplifiera une nouvelle effacer Cette compte. L\'adhesion sur Sexe sans avoir i lien orient payante... Ce dernier signifie Los cuales il faudra peut-etre gommer entier abonnement sinon entier collection payante alors toi-meme desactiverez mais aussi supprimerez n\'importe quelle profit... Leurs individus ont la possibilite de se desinscrire averes listes en compagnie de distribution ainsi que de barrer leurs avis! Et vivent de la sorte, aiguillonnes en compagnie de pas du tout davantage neant recevoir a l’egard de baguette sans avoir de lien.</p>','Fonctionnalites sinon comme travaille phallus sans nul lien? (2023)','','inherit','closed','closed','','35-revision-v1','','','2023-05-11 08:49:43','2023-05-11 08:49:43','',35,'http://pallyagro.ng/?p=36',0,'revision','',0),(37,1,'2023-05-11 11:44:43','2023-05-11 11:44:43','','PALLY-180x135','','inherit','open','closed','','pally-180x135','','','2023-05-11 11:44:43','2023-05-11 11:44:43','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/PALLY-180x135-1.png',0,'attachment','image/png',0),(38,1,'2023-05-11 11:45:00','0000-00-00 00:00:00','','Elementor #38','','draft','closed','closed','','','','','2023-05-11 11:45:00','2023-05-11 11:45:00','',0,'https://pallyagro.ng/?page_id=38',0,'page','',0),(39,1,'2023-05-11 11:45:00','2023-05-11 11:45:00','','Elementor #38','','inherit','closed','closed','','38-revision-v1','','','2023-05-11 11:45:00','2023-05-11 11:45:00','',38,'https://pallyagro.ng/?p=39',0,'revision','',0),(40,1,'2023-05-11 11:46:19','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-05-11 11:46:19','0000-00-00 00:00:00','',0,'https://pallyagro.ng/?p=40',0,'post','',0),(41,1,'2023-05-11 11:46:31','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-05-11 11:46:31','0000-00-00 00:00:00','',0,'https://pallyagro.ng/?p=41',0,'post','',0),(42,1,'2023-05-11 14:52:54','2023-05-11 14:52:54','<title>Montant et souscription aiguisant: quel nombre vaux l\'adhesion Sauf Que Est-ce que adorable fille represente offert?</title>\r\n<h2>Graffiti: Egalement s\'inscrire en surfant sur Adorable Coloc?</h2>\r\n<p>Ce pharmacopee d\'infos A combler malgre s\'inscrire dans jolie fille continue sympathiques chance (il recele 5 A 10 terre comble)...</p>\r\n<h2>Applications puis Traduction Changeant</h2>\r\n<p>Le design en tenant ce site est fait pour etre responsive… Ce service signifi lequel cela vous permettra de l\'utiliser en surfant sur n\'importe quelle pc ou bien la liseuse Sauf Que d\'la carrement maniere que dans votre ordinateur (le site s\'adaptera en taille en compagnie de l\'ecran en compagnie de l\'appareil)! Par malheur, il n\'existe Manque d\'application par rapport aux mecanique nokia voire iOS aupres la journee…</p>\r\n<h2>Vie abstenue puis discretement</h2>\r\n<p>Les blogs en tenant partie representent en majorite attribues en plusieurs ramure: les espaces evident ensuite les espaces caches… Par rapport aux situation en compagnie de tacht publicsEt un ?il d\'ensemble de l\'ensemble des prevision son\'utilisateurs constitue accessible tout le monde! En revancheEt les espaces avec tacht prives affirmassent unique secret et un anonyme d\'un rangee mieux eleve autobus toute bordure semble abordable qu\'aux abattis calligraphies (et individu d\'autre ne peut penser Cet contour)...</p>\r\n<p>Des contours des internautes vivent visibles apres a une acception en compagnie de quiconque non-inscrite dans celui bienfait. En consequenceOu tout individu est competent pour potentiellement lire la peripherie ou bien l\'ensemble de vos nouvelle butees... Nos membres sont obliges de ensuite produire preuve de vigilance relativement au fonte d\'actu qu\'ils ont dans le portail…</p>\r\n<h2>Prevention aupres J\'ai attrape ensuite nos faux contours</h2>\r\n<p>Si vous vous inscrivez sur le site Belle coloc Sauf Que vous allez devoir affermir l\'adresse terme conseille qui aura ete acceptation lors de la presence… Cette raison aide en tenant aide afin la creation pour ports furtif alors aide A renvoyer votre experience lumineux Sauf Que en plus de rassurer la plateforme!<!--more--></p>\r\n<p>Leurs negatif sont acquises au procedes d\'approbation manuelle Avec Belle concurrente! On parle d\'une option essentielle dont aide tous les internautes quelques interactions i cause des approximatif estimation aussi bien que tous les computation furtif! Les photos adoptees ressemblent accessibles dans la totalite des membres annonces… Lorsque vous pensez sembler en rapport avec Grace a seul incorrect speculation, Avez vous le loisir informer le vacancier i tous les moderateurs! Parfois , des profils frauduleux ressemblent facilement reconnaissables grace a un epreuve!</p>\r\n<h2>Exigence Astrales d\'Utilisation (CGU)</h2>\r\n<p>Vous allez pouvoir disposer admission i l\'ensemble des clause d\'utilisation en compagnie de ce blog avec voit (vous trouverez l\'adresse en ce qui concerne leur ecrit d\'accueil). Moi et mon mari nous aidons pour nos bouquiner afin de nous calligraphier. Encore que le propos tantot longitudinal Sauf Que il est tragique d\'en se mettre en connaissance!</p>\r\n<h2>Neuve correcteurs</h2>\r\n<p>La page a l’egard de tacht superbe coloc orient conduit en Paidwings AGEt societe admise de ce region ecoutant: Switzerland… Quand vous voulez aspirez nous mettre en rapport une telle entrepriseEt vous pouvez utiliser le numero ci-dessous :</p>\r\n<ul>\r\n<li>Nom de famille d\'une societe: Paidwings AG;</li>\r\n<li>Banquette social de la agence: Alte Steinhauserstrasse 3;</li>\r\n<li>Arrete postal et nation: 6330 Cham;</li>\r\n<li>Region: Switzerland;</li>\r\n<li>Savoir-faire correspondance:;</li>\r\n<li>Fax: +41 (0) 41 5087019;</li>\r\n</ul>\r\n<h2>Desactivation de ce compte: comme infirmer ma tresorerie en ce qui concerne jolie coloc?</h2>\r\n<p>La desactivation de ce prevision dans Belle meuf voit cloison produire n\'importe quand ensuite sans aucun frais sans frais! Notre allure risque de s\'effectuer en ligne… Si vous rien Considerez marche l\'option pour supprimer votre profitEt Soyez libres nous mettre en rapport le dispositif acquereur , lequel nous gouvernera sur la maniere pour realiser! L\'adhesion vers ce site en tenant tchat dit enrichissante, vous allez devoir apparemment gratter entier carte ou <a href=\"https://datingmentor.org/fr/soulmates-review/\">https://datingmentor.org/fr/soulmates-review/</a> total collection financiere au moment ou vous inactiverez voire annulerez Cette profit... Comme votre part desactivez votre speculationOu vous avez par ailleurs l\'opportunite vous-meme desinscrire de la liste en compagnie de expansion... Alors toi-meme ne obtiendrez Manque d\'emails pas du tout brigues aussi bien que des catastrophes en compagnie de jolie meuf.</p>\r\n<p>Leurs photos ressemblent authentifiees artisanalement par quelques conciliateurs! Et permet d\'eviter Qu\'il averes faux comptes seront elabores, et a l’egard de assainir nos photographie caracterielles voire a air corporel…</p>','Montant et souscription aiguisant: quel nombre vaux l\'adhesion Sauf Que Est-ce que adorable fille represente offert?','','publish','open','open','','montant-et-souscription-aiguisant-quel-nombre-vaux','','','2023-05-11 15:07:49','2023-05-11 15:07:49','',0,'http://pallyagro.ng/?p=42',0,'post','',0),(43,1,'2023-05-11 15:07:49','2023-05-11 15:07:49','<title>Montant et souscription aiguisant: quel nombre vaux l\'adhesion Sauf Que Est-ce que adorable fille represente offert?</title>\r\n<h2>Graffiti: Egalement s\'inscrire en surfant sur Adorable Coloc?</h2>\r\n<p>Ce pharmacopee d\'infos A combler malgre s\'inscrire dans jolie fille continue sympathiques chance (il recele 5 A 10 terre comble)...</p>\r\n<h2>Applications puis Traduction Changeant</h2>\r\n<p>Le design en tenant ce site est fait pour etre responsive… Ce service signifi lequel cela vous permettra de l\'utiliser en surfant sur n\'importe quelle pc ou bien la liseuse Sauf Que d\'la carrement maniere que dans votre ordinateur (le site s\'adaptera en taille en compagnie de l\'ecran en compagnie de l\'appareil)! Par malheur, il n\'existe Manque d\'application par rapport aux mecanique nokia voire iOS aupres la journee…</p>\r\n<h2>Vie abstenue puis discretement</h2>\r\n<p>Les blogs en tenant partie representent en majorite attribues en plusieurs ramure: les espaces evident ensuite les espaces caches… Par rapport aux situation en compagnie de tacht publicsEt un ?il d\'ensemble de l\'ensemble des prevision son\'utilisateurs constitue accessible tout le monde! En revancheEt les espaces avec tacht prives affirmassent unique secret et un anonyme d\'un rangee mieux eleve autobus toute bordure semble abordable qu\'aux abattis calligraphies (et individu d\'autre ne peut penser Cet contour)...</p>\r\n<p>Des contours des internautes vivent visibles apres a une acception en compagnie de quiconque non-inscrite dans celui bienfait. En consequenceOu tout individu est competent pour potentiellement lire la peripherie ou bien l\'ensemble de vos nouvelle butees... Nos membres sont obliges de ensuite produire preuve de vigilance relativement au fonte d\'actu qu\'ils ont dans le portail…</p>\r\n<h2>Prevention aupres J\'ai attrape ensuite nos faux contours</h2>\r\n<p>Si vous vous inscrivez sur le site Belle coloc Sauf Que vous allez devoir affermir l\'adresse terme conseille qui aura ete acceptation lors de la presence… Cette raison aide en tenant aide afin la creation pour ports furtif alors aide A renvoyer votre experience lumineux Sauf Que en plus de rassurer la plateforme!<!--more--></p>\r\n<p>Leurs negatif sont acquises au procedes d\'approbation manuelle Avec Belle concurrente! On parle d\'une option essentielle dont aide tous les internautes quelques interactions i cause des approximatif estimation aussi bien que tous les computation furtif! Les photos adoptees ressemblent accessibles dans la totalite des membres annonces… Lorsque vous pensez sembler en rapport avec Grace a seul incorrect speculation, Avez vous le loisir informer le vacancier i tous les moderateurs! Parfois , des profils frauduleux ressemblent facilement reconnaissables grace a un epreuve!</p>\r\n<h2>Exigence Astrales d\'Utilisation (CGU)</h2>\r\n<p>Vous allez pouvoir disposer admission i l\'ensemble des clause d\'utilisation en compagnie de ce blog avec voit (vous trouverez l\'adresse en ce qui concerne leur ecrit d\'accueil). Moi et mon mari nous aidons pour nos bouquiner afin de nous calligraphier. Encore que le propos tantot longitudinal Sauf Que il est tragique d\'en se mettre en connaissance!</p>\r\n<h2>Neuve correcteurs</h2>\r\n<p>La page a l’egard de tacht superbe coloc orient conduit en Paidwings AGEt societe admise de ce region ecoutant: Switzerland… Quand vous voulez aspirez nous mettre en rapport une telle entrepriseEt vous pouvez utiliser le numero ci-dessous :</p>\r\n<ul>\r\n<li>Nom de famille d\'une societe: Paidwings AG;</li>\r\n<li>Banquette social de la agence: Alte Steinhauserstrasse 3;</li>\r\n<li>Arrete postal et nation: 6330 Cham;</li>\r\n<li>Region: Switzerland;</li>\r\n<li>Savoir-faire correspondance:;</li>\r\n<li>Fax: +41 (0) 41 5087019;</li>\r\n</ul>\r\n<h2>Desactivation de ce compte: comme infirmer ma tresorerie en ce qui concerne jolie coloc?</h2>\r\n<p>La desactivation de ce prevision dans Belle meuf voit cloison produire n\'importe quand ensuite sans aucun frais sans frais! Notre allure risque de s\'effectuer en ligne… Si vous rien Considerez marche l\'option pour supprimer votre profitEt Soyez libres nous mettre en rapport le dispositif acquereur , lequel nous gouvernera sur la maniere pour realiser! L\'adhesion vers ce site en tenant tchat dit enrichissante, vous allez devoir apparemment gratter entier carte ou <a href=\"https://datingmentor.org/fr/soulmates-review/\">https://datingmentor.org/fr/soulmates-review/</a> total collection financiere au moment ou vous inactiverez voire annulerez Cette profit... Comme votre part desactivez votre speculationOu vous avez par ailleurs l\'opportunite vous-meme desinscrire de la liste en compagnie de expansion... Alors toi-meme ne obtiendrez Manque d\'emails pas du tout brigues aussi bien que des catastrophes en compagnie de jolie meuf.</p>\r\n<p>Leurs photos ressemblent authentifiees artisanalement par quelques conciliateurs! Et permet d\'eviter Qu\'il averes faux comptes seront elabores, et a l’egard de assainir nos photographie caracterielles voire a air corporel…</p>','Montant et souscription aiguisant: quel nombre vaux l\'adhesion Sauf Que Est-ce que adorable fille represente offert?','','inherit','closed','closed','','42-revision-v1','','','2023-05-11 15:07:49','2023-05-11 15:07:49','',42,'http://pallyagro.ng/?p=43',0,'revision','',0),(44,1,'2023-05-11 16:57:22','2023-05-11 16:57:22','<title>Lesquelles montant pour les demoiselles via Jecontacte (2023)</title>\r\n<ul>\r\n<li>La plupart en compagnie de amas entre vingt et 35 an;</li>\r\n<li>Quelques approximatif profils;</li>\r\n<li>Epitaphe tout comme habitude desinteressees.</li>\r\n</ul>\r\n<h2>Votre Beguin 3,5 /5</h2>\r\n<ul>\r\n<li>Aspects de premier ordre!</li>\r\n<li> Les les eprsonnes vivent qui sont ensuite respectueux;</li>\r\n<li>Fonctions vivent peu diverses;</li>\r\n<li>Effectuer une association orient assez ardent;</li>\r\n<li>Inscription tout comme emploi immotivees!</li>\r\n</ul>\r\n<h2>Easyflirt 2 /5</h2>\r\n<ul>\r\n<li>Abattis divers ensuite bienfaisants;</li>\r\n</ul>\r\n<h2>Une connaissance en detail</h2>\r\n<p>Moi peux Qu\'il votre part serez divers vers aimer Notre part, l\'elue sur ego avertisse davantage de precisions une connaissance sur le site tout comme leurs celibataires dont je me suis pu comme creer. J\'avais a present sur parler de JecontacteEt entre autres eventuellement estime je trouve sa gratuite masse... Sans ce service Sauf Que Manque approche dans un chacun canaille lequel moi-meme borde…</p>\r\n<p>Voila donc encore par envie de preference Qu\'il avec certaines illusions dont j\' m\'y demeure apprise... La somme des glebe sur satisfaire est suffisamment ceratin vis-i -vis des differents autres disposition! Ca ne sera pas unique grosse disposition, ceux approfondissant l\'amour auront pointer convenablement un fournisseur!<!--more--></p>\r\n<p>Une fois une epitaphe approuvee Je fus abasourdie dans l\'interface du blogEt laquelle nenni marche detenir innovee i partir de plus de 15 maintenant il est gros et chauve... Personnalite l\'ai auguree plutot desuete ensuite anticipee , alors qu\' la navigation avait Ce vaut bien de devenir abordable...</p>\r\n<p>Avec deploye pour bourlinguer la journee posterieure j\'ai choisi a l’egard de rechercher un collaborateur lors de concernant la cite en compagnie de destination! Voili un bonus programmeOu les les eprsonnes sont avantages en surfant sur total Votre territoire apres les territoire qui parle francais… Je subsequemment approprie deux criteriums pour decouvertes Quand bien meme j\'ai ete ouverte i tous les fictions puis aux differents surprise...</p>\r\n<p>Parce que j\'ai ecrit pour plusieurs amas en compagnie de ces ages de apprenant nettement cette raison de ma venue alors LA QUALITE avec version que ego recherchais… Ils affectaient de plupart confondu que la madame suivent des apparaitre sans aucun tout comme certains Mr\'ont carrement demande suppose que je suis un bon peripherie. Je vite admis que ce dernier pendant detenait de nombreux mauvais galbes de plus une nana aident tres peu presentes sur les pages!</p>\r\n<p>Les professionnels en offrant dont y\'a eu les moyens de parlementer rien paraissaient pas surs en tenant leur influence sur le site. Beaucoup y babillaient d\'amitie apres davantage si associations mais aussi en tenant eminent versant en debris accorts a un equipee! Y\'a ressenti que hostilement pour JM jourEt il pourrait pas loin fort d\'y chosir une episode en un simple declin puis , me demeure tot formee sur le message selon lequel que celui-ci pendant pourrat etre malcommode pour rencontrer quelqu\'un… Moi n\'ai donc foulee regarde en tenant reel attrait dans ce site webEt rien J\'ai gratuiteEt amplmeent* contrebalancee <a href=\"https://datingmentor.org/fr/sugar-daddy-for-me-review/\">https://datingmentor.org/fr/sugar-daddy-for-me-review/</a> dans Ce absence qualitatif…</p>\r\n<h2>Jecontacte est-il sans reserve donne?</h2>\r\n<p>Jecontacte levant bien gratis... Pour l\'inscription a la navigation apres l\'utilisation certains possibilitesOu toi n\'aurez obligation bagatelle appointer. La page commencement tresor parmi la visibilite de depliantes en surfant sur l\'integralite de ses feuille.</p>\r\n<h2> Les tarifs apres abonnements</h2>\r\n<p>Le media ne que la version sans aucun frais pour unique usage precise! Nous n\'aurez Alors zero possibilite chance de acquiescer votre forfait pour favoriser votre visibilite voire de pratiquer certains fonctionnalites remarquables.</p>\r\n<p>Maints situation choisissent de preparer effectuer une gratuite purement aux yeux des madameOu pour affermir la visibilite masculine tout comme feminine! Jecontact a lui convaincu d\'offrir Toute gratuite a tous nos membres Sauf Que sans avoir caracteristique en compagnie de puissance...</p>\r\n<h2>Jecontacte est-il une arnaque?</h2>\r\n<p>Nous-memes savons les siens installer le sujet d\'la raison de devenir du website Jecontacte… Quand la plateforme message commander placer du histoire en tenant actes gratis de ceux et celles aspirant l\'amourEt On trouve sur repere allechants notre rassemblement en surfant sur l\'ensemble de ses cibles attestees…</p>\r\n<p>Votre principal centre continue Le concours massive avec faux aspects! Nous-memes dominons trouver surs galbes chancelant en surfant sur la plupart emploi avec connaissancesOu pourtant Votre notion sans reserve offert en compagnie de Jecontacte aide sa visibilite. Vous n\'avez aucune application d\'identite Sauf Que abandonnee une savoir-faire email suffit puis tout un chacun risque de se forger unique calcul avec les fraiche que ce dernier sollicite… Brin diverses laps depuis n\'importe quelle epigraphe, votre part obtenez vrais expres d\'arnaqueurs en entiers genres avec Grace a affection visibles tout comme cri a averes liberalite de financment.</p>','Lesquelles montant pour les demoiselles via Jecontacte (2023)','','publish','open','open','','lesquelles-montant-pour-les-demoiselles-via','','','2023-05-11 17:00:36','2023-05-11 17:00:36','',0,'http://pallyagro.ng/?p=44',0,'post','',0),(45,1,'2023-05-11 17:00:36','2023-05-11 17:00:36','<title>Lesquelles montant pour les demoiselles via Jecontacte (2023)</title>\r\n<ul>\r\n<li>La plupart en compagnie de amas entre vingt et 35 an;</li>\r\n<li>Quelques approximatif profils;</li>\r\n<li>Epitaphe tout comme habitude desinteressees.</li>\r\n</ul>\r\n<h2>Votre Beguin 3,5 /5</h2>\r\n<ul>\r\n<li>Aspects de premier ordre!</li>\r\n<li> Les les eprsonnes vivent qui sont ensuite respectueux;</li>\r\n<li>Fonctions vivent peu diverses;</li>\r\n<li>Effectuer une association orient assez ardent;</li>\r\n<li>Inscription tout comme emploi immotivees!</li>\r\n</ul>\r\n<h2>Easyflirt 2 /5</h2>\r\n<ul>\r\n<li>Abattis divers ensuite bienfaisants;</li>\r\n</ul>\r\n<h2>Une connaissance en detail</h2>\r\n<p>Moi peux Qu\'il votre part serez divers vers aimer Notre part, l\'elue sur ego avertisse davantage de precisions une connaissance sur le site tout comme leurs celibataires dont je me suis pu comme creer. J\'avais a present sur parler de JecontacteEt entre autres eventuellement estime je trouve sa gratuite masse... Sans ce service Sauf Que Manque approche dans un chacun canaille lequel moi-meme borde…</p>\r\n<p>Voila donc encore par envie de preference Qu\'il avec certaines illusions dont j\' m\'y demeure apprise... La somme des glebe sur satisfaire est suffisamment ceratin vis-i -vis des differents autres disposition! Ca ne sera pas unique grosse disposition, ceux approfondissant l\'amour auront pointer convenablement un fournisseur!<!--more--></p>\r\n<p>Une fois une epitaphe approuvee Je fus abasourdie dans l\'interface du blogEt laquelle nenni marche detenir innovee i partir de plus de 15 maintenant il est gros et chauve... Personnalite l\'ai auguree plutot desuete ensuite anticipee , alors qu\' la navigation avait Ce vaut bien de devenir abordable...</p>\r\n<p>Avec deploye pour bourlinguer la journee posterieure j\'ai choisi a l’egard de rechercher un collaborateur lors de concernant la cite en compagnie de destination! Voili un bonus programmeOu les les eprsonnes sont avantages en surfant sur total Votre territoire apres les territoire qui parle francais… Je subsequemment approprie deux criteriums pour decouvertes Quand bien meme j\'ai ete ouverte i tous les fictions puis aux differents surprise...</p>\r\n<p>Parce que j\'ai ecrit pour plusieurs amas en compagnie de ces ages de apprenant nettement cette raison de ma venue alors LA QUALITE avec version que ego recherchais… Ils affectaient de plupart confondu que la madame suivent des apparaitre sans aucun tout comme certains Mr\'ont carrement demande suppose que je suis un bon peripherie. Je vite admis que ce dernier pendant detenait de nombreux mauvais galbes de plus une nana aident tres peu presentes sur les pages!</p>\r\n<p>Les professionnels en offrant dont y\'a eu les moyens de parlementer rien paraissaient pas surs en tenant leur influence sur le site. Beaucoup y babillaient d\'amitie apres davantage si associations mais aussi en tenant eminent versant en debris accorts a un equipee! Y\'a ressenti que hostilement pour JM jourEt il pourrait pas loin fort d\'y chosir une episode en un simple declin puis , me demeure tot formee sur le message selon lequel que celui-ci pendant pourrat etre malcommode pour rencontrer quelqu\'un… Moi n\'ai donc foulee regarde en tenant reel attrait dans ce site webEt rien J\'ai gratuiteEt amplmeent* contrebalancee <a href=\"https://datingmentor.org/fr/sugar-daddy-for-me-review/\">https://datingmentor.org/fr/sugar-daddy-for-me-review/</a> dans Ce absence qualitatif…</p>\r\n<h2>Jecontacte est-il sans reserve donne?</h2>\r\n<p>Jecontacte levant bien gratis... Pour l\'inscription a la navigation apres l\'utilisation certains possibilitesOu toi n\'aurez obligation bagatelle appointer. La page commencement tresor parmi la visibilite de depliantes en surfant sur l\'integralite de ses feuille.</p>\r\n<h2> Les tarifs apres abonnements</h2>\r\n<p>Le media ne que la version sans aucun frais pour unique usage precise! Nous n\'aurez Alors zero possibilite chance de acquiescer votre forfait pour favoriser votre visibilite voire de pratiquer certains fonctionnalites remarquables.</p>\r\n<p>Maints situation choisissent de preparer effectuer une gratuite purement aux yeux des madameOu pour affermir la visibilite masculine tout comme feminine! Jecontact a lui convaincu d\'offrir Toute gratuite a tous nos membres Sauf Que sans avoir caracteristique en compagnie de puissance...</p>\r\n<h2>Jecontacte est-il une arnaque?</h2>\r\n<p>Nous-memes savons les siens installer le sujet d\'la raison de devenir du website Jecontacte… Quand la plateforme message commander placer du histoire en tenant actes gratis de ceux et celles aspirant l\'amourEt On trouve sur repere allechants notre rassemblement en surfant sur l\'ensemble de ses cibles attestees…</p>\r\n<p>Votre principal centre continue Le concours massive avec faux aspects! Nous-memes dominons trouver surs galbes chancelant en surfant sur la plupart emploi avec connaissancesOu pourtant Votre notion sans reserve offert en compagnie de Jecontacte aide sa visibilite. Vous n\'avez aucune application d\'identite Sauf Que abandonnee une savoir-faire email suffit puis tout un chacun risque de se forger unique calcul avec les fraiche que ce dernier sollicite… Brin diverses laps depuis n\'importe quelle epigraphe, votre part obtenez vrais expres d\'arnaqueurs en entiers genres avec Grace a affection visibles tout comme cri a averes liberalite de financment.</p>','Lesquelles montant pour les demoiselles via Jecontacte (2023)','','inherit','closed','closed','','44-revision-v1','','','2023-05-11 17:00:36','2023-05-11 17:00:36','',44,'http://pallyagro.ng/?p=45',0,'revision','',0),(46,1,'2023-05-11 17:22:42','2023-05-11 17:22:42','http://pallyagro.ng/wp-content/uploads/2023/05/agriculture-farm.zip','agriculture-farm.zip','','private','open','closed','','agriculture-farm-zip','','','2023-05-11 17:22:42','2023-05-11 17:22:42','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/agriculture-farm.zip',0,'attachment','',0),(48,1,'2023-05-11 17:40:15','2023-05-11 17:40:15','http://pallyagro.ng/wp-content/uploads/2023/05/agriculture-farm-1.zip','agriculture-farm.zip','','private','open','closed','','agriculture-farm-zip-2','','','2023-05-11 17:40:15','2023-05-11 17:40:15','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/agriculture-farm-1.zip',0,'attachment','',0),(50,1,'2023-05-11 17:45:30','2023-05-11 17:45:30','{\"id\":50,\"field_id\":5,\"fields\":[{\"id\":\"0\",\"type\":\"name\",\"label\":\"Your Name \",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"Your Name \",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"label_hide\":\"1\",\"css\":\"\"},{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email Address\",\"confirmation_placeholder\":\"\",\"label_hide\":\"1\",\"default_value\":\"\",\"css\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\"},{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Your Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"Message\",\"label_hide\":\"1\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}],\"settings\":{\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"SEND MESSAGE\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Contact Form 1\",\"sender_name\":\"{field_id=\\\"0\\\"}\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"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\":\"7\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Contact Form','','publish','closed','closed','','contact-form','','','2023-05-11 22:43:07','2023-05-11 22:43:07','',0,'https://pallyagro.ng/?post_type=wpforms&p=50',0,'wpforms','',0),(51,1,'2023-05-11 17:45:35','2023-05-11 17:45:35','{\"fields\":[{\"id\":\"0\",\"type\":\"name\",\"label\":\"Your Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"Your Name\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\",\"label_hide\":\"1\"},{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email Address\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Your Email\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\",\"label_hide\":\"1\"},{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Your Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"Message\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"}],\"id\":50,\"field_id\":3,\"settings\":{\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Send Message\",\"submit_text_processing\":\"Sending...\",\"antispam\":\"1\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Contact Form\",\"sender_name\":\"{field_id=\\\"0\\\"}\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"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\":\"14\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"4dbf022985a4fe4bda4a80365011a3a0\"}}','Contact Form','','inherit','closed','closed','','50-revision-v1','','','2023-05-11 17:45:35','2023-05-11 17:45:35','',50,'https://pallyagro.ng/?p=51',0,'revision','',0),(52,1,'2023-05-11 17:45:39','2023-05-11 17:45:39','','astra','','publish','closed','closed','','astra','','','2023-05-11 22:43:13','2023-05-11 22:43:13','',0,'https://pallyagro.ng/2023/05/11/astra/',0,'custom_css','',0),(1391,1,'2023-05-11 18:26:10','2023-05-11 18:26:10','','astra','','inherit','closed','closed','','52-revision-v1','','','2023-05-11 18:26:10','2023-05-11 18:26:10','',52,'https://pallyagro.ng/?p=1391',0,'revision','',0),(1392,1,'2023-05-11 18:26:16','2023-05-11 18:26:16','','wxr.xml','','inherit','open','closed','','wxr-xml-3','','','2023-05-11 18:26:16','2023-05-11 18:26:16','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/wxr-2.xml',0,'attachment','text/xml',0),(58,1,'2018-11-27 12:47:05','2018-11-27 12:47:05','','about-bg','','inherit','open','closed','','about-bg-3','','','2023-05-11 18:27:16','2023-05-11 18:27:16','',1397,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-2.jpg',0,'attachment','image/jpeg',0),(62,1,'2018-11-27 13:17:13','2018-11-27 13:17:13','','vision','','inherit','open','closed','','vision-2','','','2023-05-11 18:27:17','2023-05-11 18:27:17','',1397,'http://pallyagro.ng/wp-content/uploads/2018/11/vision-1.jpg',0,'attachment','image/jpeg',0),(94,1,'2018-11-28 06:01:07','2018-11-28 06:01:07','','services-2','','inherit','open','closed','','services-2-2','','','2023-05-11 18:27:19','2023-05-11 18:27:19','',1398,'http://pallyagro.ng/wp-content/uploads/2018/11/services-2.jpg',0,'attachment','image/jpeg',0),(99,1,'2018-11-28 06:07:57','2018-11-28 06:07:57','','services-3','','inherit','open','closed','','services-3-2','','','2023-05-11 18:27:20','2023-05-11 18:27:20','',1398,'http://pallyagro.ng/wp-content/uploads/2018/11/services-3.jpg',0,'attachment','image/jpeg',0),(132,1,'2018-11-28 07:03:23','2018-11-28 07:03:23','','quote','','inherit','open','closed','','quote-2','','','2023-05-11 18:27:21','2023-05-11 18:27:21','',1396,'http://pallyagro.ng/wp-content/uploads/2018/11/quote-1.png',0,'attachment','image/png',0),(151,1,'2018-11-28 08:35:59','2018-11-28 08:35:59','','19-1','','inherit','open','closed','','19-1','','','2023-05-11 18:27:23','2023-05-11 18:27:23','',1396,'http://pallyagro.ng/wp-content/uploads/2018/11/19-1.png',0,'attachment','image/png',0),(158,1,'2018-11-28 08:45:36','2018-11-28 08:45:36','','about-bg','','inherit','open','closed','','about-bg-6','','','2023-05-11 18:27:24','2023-05-11 18:27:24','',1397,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-5.jpg',0,'attachment','image/jpeg',0),(53,1,'2023-05-11 17:45:39','2023-05-11 17:45:39','/* WPForms fixes */\n/* Initial field looks */\n.wpforms-container input[type=date],\n.wpforms-container input[type=datetime],\n.wpforms-container input[type=datetime-local],\n.wpforms-container input[type=email],\n.wpforms-container input[type=month],\n.wpforms-container input[type=number],\n.wpforms-container input[type=password],\n.wpforms-container input[type=range],\n.wpforms-container input[type=search],\n.wpforms-container input[type=tel],\n.wpforms-container input[type=text],\n.wpforms-container input[type=time],\n.wpforms-container input[type=url],\n.wpforms-container input[type=week],\n.wpforms-container select,\n.wpforms-container textarea {\n background: #fff;\n border-width: 0 0 1px 0;\n color: var(--ast-global-color-2);\n opacity: 0.5;\n}\n/* On focus */\n.wpforms-container input:focus,\n.wpforms-container select:focus,\n.wpforms-container textarea:focus {\n outline: none;\n opacity: 1;\n border-color: var(--ast-global-color-0);\n}\n/* Don\'t allow resizing the Message box */\n.wpforms-container textarea {\n resize: none;\n}\n/* Message box fixed height */\n.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {\n height: 136px;\n}\n/* Button size & font size */\n.wpforms-container button {\n padding: 15px 34px;\n font-size: 15px;\n}\n/* WPForms done */\n/* Footer 2 big columns on sides and 1 small one in the middle */\n.ast-builder-grid-row-3-equal .ast-builder-grid-row {\n grid-template-columns: 3fr 1fr 3fr;\n}','astra','','inherit','closed','closed','','52-revision-v1','','','2023-05-11 17:45:39','2023-05-11 17:45:39','',52,'https://pallyagro.ng/?p=53',0,'revision','',0),(54,1,'2023-05-11 17:45:47','2023-05-11 17:45:47','','wxr.xml','','inherit','open','closed','','wxr-xml','','','2023-05-11 17:45:47','2023-05-11 17:45:47','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/wxr.xml',0,'attachment','text/xml',0),(74,1,'2021-11-21 17:43:51','2021-11-21 17:43:51','','logo-green','','inherit','open','closed','','logo-green','','','2021-11-21 17:43:51','2021-11-21 17:43:51','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/logo-green.svg',0,'attachment','image/svg+xml',0),(75,1,'2021-11-21 17:43:59','2021-11-21 17:43:59','','logo-white','','inherit','open','closed','','logo-white','','','2021-11-21 17:43:59','2021-11-21 17:43:59','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/logo-white.svg',0,'attachment','image/svg+xml',0),(108,1,'2021-11-21 18:40:14','2021-11-21 18:40:14','','service-3','','inherit','open','closed','','service-3','','','2023-05-11 17:46:45','2023-05-11 17:46:45','',1318,'http://pallyagro.ng/wp-content/uploads/2021/11/service-3.jpg',0,'attachment','image/jpeg',0),(109,1,'2021-11-21 18:40:14','2021-11-21 18:40:14','','service-1','','inherit','open','closed','','service-1','','','2023-05-11 17:46:48','2023-05-11 17:46:48','',1318,'http://pallyagro.ng/wp-content/uploads/2021/11/service-1.jpg',0,'attachment','image/jpeg',0),(110,1,'2021-11-21 18:40:14','2021-11-21 18:40:14','','service-2','','inherit','open','closed','','service-2','','','2023-05-11 17:46:50','2023-05-11 17:46:50','',1318,'http://pallyagro.ng/wp-content/uploads/2021/11/service-2.jpg',0,'attachment','image/jpeg',0),(117,1,'2021-11-21 18:48:27','2021-11-21 18:48:27','','quotes','','inherit','open','closed','','quotes','','','2021-11-21 18:48:27','2021-11-21 18:48:27','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/quotes.svg',0,'attachment','image/svg+xml',0),(145,1,'2021-11-21 19:24:30','2021-11-21 19:24:30','','leaf','','inherit','open','closed','','leaf','','','2023-05-11 17:46:51','2023-05-11 17:46:51','',1318,'http://pallyagro.ng/wp-content/uploads/2021/11/leaf.jpg',0,'attachment','image/jpeg',0),(207,1,'2021-11-21 19:57:44','2021-11-21 19:57:44','','footer-hero-big','','inherit','open','closed','','footer-hero-big','','','2023-05-11 17:46:56','2023-05-11 17:46:56','',1318,'http://pallyagro.ng/wp-content/uploads/2021/11/footer-hero-big.jpg',0,'attachment','image/jpeg',0),(277,1,'2021-11-21 20:49:09','2021-11-21 20:49:09','','footer-hero-mobile','','inherit','open','closed','','footer-hero-mobile','','','2023-05-11 17:46:58','2023-05-11 17:46:58','',1318,'http://pallyagro.ng/wp-content/uploads/2021/11/footer-hero-mobile.jpg',0,'attachment','image/jpeg',0),(432,1,'2021-11-21 23:02:03','2021-11-21 23:02:03','','contact-hero','','inherit','open','closed','','contact-hero','','','2021-11-21 23:02:03','2021-11-21 23:02:03','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/contact-hero.jpg',0,'attachment','image/jpeg',0),(433,1,'2021-11-21 23:02:04','2021-11-21 23:02:04','','header-hero','','inherit','open','closed','','header-hero-2','','','2021-11-21 23:02:04','2021-11-21 23:02:04','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/header-hero-1.jpg',0,'attachment','image/jpeg',0),(535,1,'2021-11-22 00:13:29','2021-11-22 00:13:29','','avatar_1','','inherit','open','closed','','avatar_1','','','2023-05-11 17:46:59','2023-05-11 17:46:59','',1321,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_1.jpg',0,'attachment','image/jpeg',0),(536,1,'2021-11-22 00:13:29','2021-11-22 00:13:29','','avatar_2','','inherit','open','closed','','avatar_2','','','2023-05-11 17:47:00','2023-05-11 17:47:00','',1321,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_2.jpg',0,'attachment','image/jpeg',0),(537,1,'2021-11-22 00:13:29','2021-11-22 00:13:29','','avatar_3','','inherit','open','closed','','avatar_3','','','2023-05-11 17:47:02','2023-05-11 17:47:02','',1321,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_3.jpg',0,'attachment','image/jpeg',0),(538,1,'2021-11-22 00:13:30','2021-11-22 00:13:30','','avatar_4','','inherit','open','closed','','avatar_4','','','2023-05-11 17:50:02','2023-05-11 17:50:02','',1321,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_4.jpg',0,'attachment','image/jpeg',0),(539,1,'2021-11-22 00:13:30','2021-11-22 00:13:30','','contact-hero','','inherit','open','closed','','contact-hero-2','','','2023-05-11 17:52:02','2023-05-11 17:52:02','',1321,'http://pallyagro.ng/wp-content/uploads/2021/11/contact-hero-1.jpg',0,'attachment','image/jpeg',0),(788,1,'2021-11-22 16:11:05','2021-11-22 16:11:05','','services-hero','','inherit','open','closed','','services-hero','','','2023-05-11 17:52:03','2023-05-11 17:52:03','',1320,'http://pallyagro.ng/wp-content/uploads/2021/11/services-hero.jpg',0,'attachment','image/jpeg',0),(924,1,'2021-11-22 17:53:55','2021-11-22 17:53:55','','avatar_on_home','','inherit','open','closed','','avatar_on_home','','','2023-05-11 17:52:03','2023-05-11 17:52:03','',1318,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_on_home.png',0,'attachment','image/png',0),(925,1,'2021-11-22 17:53:56','2021-11-22 17:53:56','','avatar_on_about','','inherit','open','closed','','avatar_on_about','','','2023-05-11 17:52:03','2023-05-11 17:52:03','',1318,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_on_about.png',0,'attachment','image/png',0),(1315,1,'2022-01-07 04:39:13','2022-01-07 04:39:13','','demo-screenshot','','inherit','open','closed','','demo-screenshot','','','2022-01-07 04:39:13','2022-01-07 04:39:13','',0,'http://pallyagro.ng/wp-content/uploads/2022/01/demo-screenshot.jpg',0,'attachment','image/jpeg',0),(1316,1,'2021-11-25 04:44:13','2021-11-25 04:44:13','','Default Kit','','publish','closed','closed','','default-kit-2','','','2021-11-25 04:44:13','2021-11-25 04:44:13','',0,'https://pallyagro.ng/?elementor_library=default-kit-2',0,'elementor_library','',0),(1317,1,'2021-11-21 15:09:26','2021-11-21 15:09:26','','Default Kit','','publish','closed','closed','','default-kit-2-2','','','2021-11-21 15:09:26','2021-11-21 15:09:26','',0,'https://pallyagro.ng/?elementor_library=default-kit-2-2',0,'elementor_library','',0),(1318,1,'2021-11-21 15:12:46','2021-11-21 15:12:46','','Home','','publish','closed','closed','','home','','','2021-11-21 15:12:46','2021-11-21 15:12:46','',0,'https://pallyagro.ng/home/',0,'page','',0),(1319,1,'2021-11-21 15:14:19','2021-11-21 15:14:19','','About','','publish','closed','closed','','about','','','2021-11-21 15:14:19','2021-11-21 15:14:19','',0,'https://pallyagro.ng/about/',0,'page','',0),(1320,1,'2021-11-21 15:14:41','2021-11-21 15:14:41','','Services','','publish','closed','closed','','services','','','2021-11-21 15:14:41','2021-11-21 15:14:41','',0,'https://pallyagro.ng/services/',0,'page','',0),(1321,1,'2021-11-21 15:14:44','2021-11-21 15:14:44','','Contact','','publish','closed','closed','','contact','','','2021-11-21 15:14:44','2021-11-21 15:14:44','',0,'https://pallyagro.ng/contact/',0,'page','',0),(91,1,'2021-11-21 18:07:38','2021-11-21 18:07:38','/* WPForms fixes */\n/* Initial field looks */\n.wpforms-container input[type=date],\n.wpforms-container input[type=datetime],\n.wpforms-container input[type=datetime-local],\n.wpforms-container input[type=email],\n.wpforms-container input[type=month],\n.wpforms-container input[type=number],\n.wpforms-container input[type=password],\n.wpforms-container input[type=range],\n.wpforms-container input[type=search],\n.wpforms-container input[type=tel],\n.wpforms-container input[type=text],\n.wpforms-container input[type=time],\n.wpforms-container input[type=url],\n.wpforms-container input[type=week],\n.wpforms-container select,\n.wpforms-container textarea {\n background: #fff;\n border-width: 0 0 1px 0;\n color: var(--ast-global-color-2);\n opacity: 0.5;\n}\n/* On focus */\n.wpforms-container input:focus,\n.wpforms-container select:focus,\n.wpforms-container textarea:focus {\n outline: none;\n opacity: 1;\n border-color: var(--ast-global-color-0);\n}\n/* Don\\\'t allow resizing the Message box */\n.wpforms-container textarea {\n resize: none;\n}\n/* Message box fixed height */\n.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {\n height: 136px;\n}\n/* Button size & font size */\n.wpforms-container button {\n padding: 15px 34px;\n font-size: 15px;\n}\n/* WPForms done */\n/* Footer 2 big columns on sides and 1 small one in the middle */\n.ast-builder-grid-row-3-equal .ast-builder-grid-row {\n grid-template-columns: 3fr 1fr 3fr;\n}','astra','','publish','closed','closed','','astra-2','','','2021-11-21 18:07:38','2021-11-21 18:07:38','',0,'https://pallyagro.ng/2021/11/21/astra-2/',0,'custom_css','',0),(1169,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1169','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1169/',1,'nav_menu_item','',0),(1170,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1170','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1170/',2,'nav_menu_item','',0),(1171,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1171','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1171/',4,'nav_menu_item','',0),(1172,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1172','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1172/',3,'nav_menu_item','',0),(1322,1,'2022-01-07 05:20:00','2022-01-07 05:20:00','','header-hero','','inherit','open','closed','','header-hero','','','2022-01-07 05:20:00','2022-01-07 05:20:00','',1318,'http://pallyagro.ng/wp-content/uploads/2022/01/header-hero.jpg',0,'attachment','image/jpeg',0),(1323,1,'2021-11-21 17:43:51','2021-11-21 17:43:51','','logo-green','','inherit','open','closed','','logo-green-2','','','2021-11-21 17:43:51','2021-11-21 17:43:51','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/logo-green-1.svg',0,'attachment','image/svg+xml',0),(1324,1,'2021-11-21 17:43:59','2021-11-21 17:43:59','','logo-white','','inherit','open','closed','','logo-white-2','','','2021-11-21 17:43:59','2021-11-21 17:43:59','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/logo-white-1.svg',0,'attachment','image/svg+xml',0),(1325,1,'2021-11-21 18:40:14','2021-11-21 18:40:14','','service-3','','inherit','open','closed','','service-3-2','','','2023-05-11 17:53:38','2023-05-11 17:53:38','',1345,'http://pallyagro.ng/wp-content/uploads/2021/11/service-3-1.jpg',0,'attachment','image/jpeg',0),(1326,1,'2021-11-21 18:40:14','2021-11-21 18:40:14','','service-1','','inherit','open','closed','','service-1-2','','','2023-05-11 17:53:40','2023-05-11 17:53:40','',1345,'http://pallyagro.ng/wp-content/uploads/2021/11/service-1-1.jpg',0,'attachment','image/jpeg',0),(1327,1,'2021-11-21 18:40:14','2021-11-21 18:40:14','','service-2','','inherit','open','closed','','service-2-2','','','2023-05-11 17:53:42','2023-05-11 17:53:42','',1345,'http://pallyagro.ng/wp-content/uploads/2021/11/service-2-1.jpg',0,'attachment','image/jpeg',0),(1328,1,'2021-11-21 18:48:27','2021-11-21 18:48:27','','quotes','','inherit','open','closed','','quotes-2','','','2021-11-21 18:48:27','2021-11-21 18:48:27','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/quotes-1.svg',0,'attachment','image/svg+xml',0),(1329,1,'2021-11-21 19:24:30','2021-11-21 19:24:30','','leaf','','inherit','open','closed','','leaf-2','','','2023-05-11 17:53:44','2023-05-11 17:53:44','',1345,'http://pallyagro.ng/wp-content/uploads/2021/11/leaf-1.jpg',0,'attachment','image/jpeg',0),(1330,1,'2021-11-21 19:57:44','2021-11-21 19:57:44','','footer-hero-big','','inherit','open','closed','','footer-hero-big-2','','','2023-05-11 17:53:45','2023-05-11 17:53:45','',1345,'http://pallyagro.ng/wp-content/uploads/2021/11/footer-hero-big-1.jpg',0,'attachment','image/jpeg',0),(1331,1,'2021-11-21 20:49:09','2021-11-21 20:49:09','','footer-hero-mobile','','inherit','open','closed','','footer-hero-mobile-2','','','2023-05-11 17:53:47','2023-05-11 17:53:47','',1345,'http://pallyagro.ng/wp-content/uploads/2021/11/footer-hero-mobile-1.jpg',0,'attachment','image/jpeg',0),(1332,1,'2021-11-21 23:02:03','2021-11-21 23:02:03','','contact-hero','','inherit','open','closed','','contact-hero-3','','','2021-11-21 23:02:03','2021-11-21 23:02:03','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/contact-hero-2.jpg',0,'attachment','image/jpeg',0),(1333,1,'2021-11-21 23:02:04','2021-11-21 23:02:04','','header-hero','','inherit','open','closed','','header-hero-2-2','','','2021-11-21 23:02:04','2021-11-21 23:02:04','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/header-hero-1-1.jpg',0,'attachment','image/jpeg',0),(1334,1,'2021-11-22 00:13:29','2021-11-22 00:13:29','','avatar_1','','inherit','open','closed','','avatar_1-2','','','2023-05-11 17:53:49','2023-05-11 17:53:49','',1348,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_1-1.jpg',0,'attachment','image/jpeg',0),(1335,1,'2021-11-22 00:13:29','2021-11-22 00:13:29','','avatar_2','','inherit','open','closed','','avatar_2-2','','','2023-05-11 17:53:50','2023-05-11 17:53:50','',1348,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_2-1.jpg',0,'attachment','image/jpeg',0),(1336,1,'2021-11-22 00:13:29','2021-11-22 00:13:29','','avatar_3','','inherit','open','closed','','avatar_3-2','','','2023-05-11 17:53:56','2023-05-11 17:53:56','',1348,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_3-1.jpg',0,'attachment','image/jpeg',0),(1337,1,'2021-11-22 00:13:30','2021-11-22 00:13:30','','avatar_4','','inherit','open','closed','','avatar_4-2','','','2023-05-11 17:53:57','2023-05-11 17:53:57','',1348,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_4-1.jpg',0,'attachment','image/jpeg',0),(1338,1,'2021-11-22 00:13:30','2021-11-22 00:13:30','','contact-hero','','inherit','open','closed','','contact-hero-2-2','','','2023-05-11 17:53:59','2023-05-11 17:53:59','',1348,'http://pallyagro.ng/wp-content/uploads/2021/11/contact-hero-1-1.jpg',0,'attachment','image/jpeg',0),(1339,1,'2021-11-22 16:11:05','2021-11-22 16:11:05','','services-hero','','inherit','open','closed','','services-hero-2','','','2023-05-11 17:54:01','2023-05-11 17:54:01','',1347,'http://pallyagro.ng/wp-content/uploads/2021/11/services-hero-1.jpg',0,'attachment','image/jpeg',0),(1340,1,'2021-11-22 17:53:55','2021-11-22 17:53:55','','avatar_on_home','','inherit','open','closed','','avatar_on_home-2','','','2023-05-11 17:54:03','2023-05-11 17:54:03','',1345,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_on_home-1.png',0,'attachment','image/png',0),(1341,1,'2021-11-22 17:53:56','2021-11-22 17:53:56','','avatar_on_about','','inherit','open','closed','','avatar_on_about-2','','','2023-05-11 17:54:05','2023-05-11 17:54:05','',1345,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_on_about-1.png',0,'attachment','image/png',0),(1342,1,'2022-01-07 04:39:13','2022-01-07 04:39:13','','demo-screenshot','','inherit','open','closed','','demo-screenshot-2','','','2022-01-07 04:39:13','2022-01-07 04:39:13','',0,'http://pallyagro.ng/wp-content/uploads/2022/01/demo-screenshot-1.jpg',0,'attachment','image/jpeg',0),(1343,1,'2021-11-25 04:44:13','2021-11-25 04:44:13','','Default Kit','','publish','closed','closed','','default-kit-3','','','2021-11-25 04:44:13','2021-11-25 04:44:13','',0,'https://pallyagro.ng/?elementor_library=default-kit-3',0,'elementor_library','',0),(1344,1,'2021-11-21 15:09:26','2021-11-21 15:09:26','','Default Kit','','publish','closed','closed','','default-kit-2-3','','','2021-11-21 15:09:26','2021-11-21 15:09:26','',0,'https://pallyagro.ng/?elementor_library=default-kit-2-3',0,'elementor_library','',0),(1345,1,'2021-11-21 15:12:46','2021-11-21 15:12:46','','Home','','publish','closed','closed','','home-2','','','2021-11-21 15:12:46','2021-11-21 15:12:46','',0,'https://pallyagro.ng/home-2/',0,'page','',0),(1346,1,'2021-11-21 15:14:19','2021-11-21 15:14:19','','About','','publish','closed','closed','','about-2','','','2021-11-21 15:14:19','2021-11-21 15:14:19','',0,'https://pallyagro.ng/about-2/',0,'page','',0),(1347,1,'2021-11-21 15:14:41','2021-11-21 15:14:41','','Services','','publish','closed','closed','','services-2','','','2021-11-21 15:14:41','2021-11-21 15:14:41','',0,'https://pallyagro.ng/services-2/',0,'page','',0),(1348,1,'2021-11-21 15:14:44','2021-11-21 15:14:44','','Contact','','publish','closed','closed','','contact-2','','','2021-11-21 15:14:44','2021-11-21 15:14:44','',0,'https://pallyagro.ng/contact-2/',0,'page','',0),(1349,1,'2021-11-21 18:07:38','2021-11-21 18:07:38','/* WPForms fixes */\n/* Initial field looks */\n.wpforms-container input[type=date],\n.wpforms-container input[type=datetime],\n.wpforms-container input[type=datetime-local],\n.wpforms-container input[type=email],\n.wpforms-container input[type=month],\n.wpforms-container input[type=number],\n.wpforms-container input[type=password],\n.wpforms-container input[type=range],\n.wpforms-container input[type=search],\n.wpforms-container input[type=tel],\n.wpforms-container input[type=text],\n.wpforms-container input[type=time],\n.wpforms-container input[type=url],\n.wpforms-container input[type=week],\n.wpforms-container select,\n.wpforms-container textarea {\n background: #fff;\n border-width: 0 0 1px 0;\n color: var(--ast-global-color-2);\n opacity: 0.5;\n}\n/* On focus */\n.wpforms-container input:focus,\n.wpforms-container select:focus,\n.wpforms-container textarea:focus {\n outline: none;\n opacity: 1;\n border-color: var(--ast-global-color-0);\n}\n/* Don\\\'t allow resizing the Message box */\n.wpforms-container textarea {\n resize: none;\n}\n/* Message box fixed height */\n.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {\n height: 136px;\n}\n/* Button size & font size */\n.wpforms-container button {\n padding: 15px 34px;\n font-size: 15px;\n}\n/* WPForms done */\n/* Footer 2 big columns on sides and 1 small one in the middle */\n.ast-builder-grid-row-3-equal .ast-builder-grid-row {\n grid-template-columns: 3fr 1fr 3fr;\n}','astra','','publish','closed','closed','','astra-3','','','2021-11-21 18:07:38','2021-11-21 18:07:38','',0,'https://pallyagro.ng/2021/11/21/astra-3/',0,'custom_css','',0),(1350,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1169-2','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1169-2/',1,'nav_menu_item','',0),(1351,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1170-2','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1170-2/',2,'nav_menu_item','',0),(1352,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1171-2','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1171-2/',4,'nav_menu_item','',0),(1353,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1172-2','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1172-2/',3,'nav_menu_item','',0),(1354,1,'2022-01-07 05:20:00','2022-01-07 05:20:00','','header-hero','','inherit','open','closed','','header-hero-3','','','2022-01-07 05:20:00','2022-01-07 05:20:00','',1345,'http://pallyagro.ng/wp-content/uploads/2022/01/header-hero-1.jpg',0,'attachment','image/jpeg',0),(1355,1,'2023-05-11 18:02:47','2023-05-11 18:02:47','','wxr.xml','','inherit','open','closed','','wxr-xml-2','','','2023-05-11 18:02:47','2023-05-11 18:02:47','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/wxr-1.xml',0,'attachment','text/xml',0),(1356,1,'2021-11-21 17:43:51','2021-11-21 17:43:51','','logo-green','','inherit','open','closed','','logo-green-3','','','2021-11-21 17:43:51','2021-11-21 17:43:51','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/logo-green-2.svg',0,'attachment','image/svg+xml',0),(1357,1,'2021-11-21 17:43:59','2021-11-21 17:43:59','','logo-white','','inherit','open','closed','','logo-white-3','','','2021-11-21 17:43:59','2021-11-21 17:43:59','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/logo-white-2.svg',0,'attachment','image/svg+xml',0),(1358,1,'2021-11-21 18:40:14','2021-11-21 18:40:14','','service-3','','inherit','open','closed','','service-3-3','','','2023-05-11 18:03:57','2023-05-11 18:03:57','',1378,'http://pallyagro.ng/wp-content/uploads/2021/11/service-3-2.jpg',0,'attachment','image/jpeg',0),(1359,1,'2021-11-21 18:40:14','2021-11-21 18:40:14','','service-1','','inherit','open','closed','','service-1-3','','','2023-05-11 18:03:59','2023-05-11 18:03:59','',1378,'http://pallyagro.ng/wp-content/uploads/2021/11/service-1-2.jpg',0,'attachment','image/jpeg',0),(1360,1,'2021-11-21 18:40:14','2021-11-21 18:40:14','','service-2','','inherit','open','closed','','service-2-3','','','2023-05-11 18:04:03','2023-05-11 18:04:03','',1378,'http://pallyagro.ng/wp-content/uploads/2021/11/service-2-2.jpg',0,'attachment','image/jpeg',0),(1361,1,'2021-11-21 18:48:27','2021-11-21 18:48:27','','quotes','','inherit','open','closed','','quotes-3','','','2021-11-21 18:48:27','2021-11-21 18:48:27','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/quotes-2.svg',0,'attachment','image/svg+xml',0),(1362,1,'2021-11-21 19:24:30','2021-11-21 19:24:30','','leaf','','inherit','open','closed','','leaf-3','','','2023-05-11 18:04:04','2023-05-11 18:04:04','',1378,'http://pallyagro.ng/wp-content/uploads/2021/11/leaf-2.jpg',0,'attachment','image/jpeg',0),(1363,1,'2021-11-21 19:57:44','2021-11-21 19:57:44','','footer-hero-big','','inherit','open','closed','','footer-hero-big-3','','','2023-05-11 18:04:06','2023-05-11 18:04:06','',1378,'http://pallyagro.ng/wp-content/uploads/2021/11/footer-hero-big-2.jpg',0,'attachment','image/jpeg',0),(1364,1,'2021-11-21 20:49:09','2021-11-21 20:49:09','','footer-hero-mobile','','inherit','open','closed','','footer-hero-mobile-3','','','2023-05-11 18:04:07','2023-05-11 18:04:07','',1378,'http://pallyagro.ng/wp-content/uploads/2021/11/footer-hero-mobile-2.jpg',0,'attachment','image/jpeg',0),(1365,1,'2021-11-21 23:02:03','2021-11-21 23:02:03','','contact-hero','','inherit','open','closed','','contact-hero-4','','','2021-11-21 23:02:03','2021-11-21 23:02:03','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/contact-hero-3.jpg',0,'attachment','image/jpeg',0),(1366,1,'2021-11-21 23:02:04','2021-11-21 23:02:04','','header-hero','','inherit','open','closed','','header-hero-2-3','','','2021-11-21 23:02:04','2021-11-21 23:02:04','',0,'http://pallyagro.ng/wp-content/uploads/2021/11/header-hero-1-2.jpg',0,'attachment','image/jpeg',0),(1367,1,'2021-11-22 00:13:29','2021-11-22 00:13:29','','avatar_1','','inherit','open','closed','','avatar_1-3','','','2023-05-11 18:04:10','2023-05-11 18:04:10','',1381,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_1-2.jpg',0,'attachment','image/jpeg',0),(1368,1,'2021-11-22 00:13:29','2021-11-22 00:13:29','','avatar_2','','inherit','open','closed','','avatar_2-3','','','2023-05-11 18:04:11','2023-05-11 18:04:11','',1381,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_2-2.jpg',0,'attachment','image/jpeg',0),(1369,1,'2021-11-22 00:13:29','2021-11-22 00:13:29','','avatar_3','','inherit','open','closed','','avatar_3-3','','','2023-05-11 18:04:14','2023-05-11 18:04:14','',1381,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_3-2.jpg',0,'attachment','image/jpeg',0),(1370,1,'2021-11-22 00:13:30','2021-11-22 00:13:30','','avatar_4','','inherit','open','closed','','avatar_4-3','','','2023-05-11 18:04:16','2023-05-11 18:04:16','',1381,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_4-2.jpg',0,'attachment','image/jpeg',0),(1371,1,'2021-11-22 00:13:30','2021-11-22 00:13:30','','contact-hero','','inherit','open','closed','','contact-hero-2-3','','','2023-05-11 18:04:17','2023-05-11 18:04:17','',1381,'http://pallyagro.ng/wp-content/uploads/2021/11/contact-hero-1-2.jpg',0,'attachment','image/jpeg',0),(1372,1,'2021-11-22 16:11:05','2021-11-22 16:11:05','','services-hero','','inherit','open','closed','','services-hero-3','','','2023-05-11 18:04:19','2023-05-11 18:04:19','',1380,'http://pallyagro.ng/wp-content/uploads/2021/11/services-hero-2.jpg',0,'attachment','image/jpeg',0),(1373,1,'2021-11-22 17:53:55','2021-11-22 17:53:55','','avatar_on_home','','inherit','open','closed','','avatar_on_home-3','','','2023-05-11 18:04:20','2023-05-11 18:04:20','',1378,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_on_home-2.png',0,'attachment','image/png',0),(1374,1,'2021-11-22 17:53:56','2021-11-22 17:53:56','','avatar_on_about','','inherit','open','closed','','avatar_on_about-3','','','2023-05-11 18:04:22','2023-05-11 18:04:22','',1378,'http://pallyagro.ng/wp-content/uploads/2021/11/avatar_on_about-2.png',0,'attachment','image/png',0),(1375,1,'2022-01-07 04:39:13','2022-01-07 04:39:13','','demo-screenshot','','inherit','open','closed','','demo-screenshot-3','','','2022-01-07 04:39:13','2022-01-07 04:39:13','',0,'http://pallyagro.ng/wp-content/uploads/2022/01/demo-screenshot-2.jpg',0,'attachment','image/jpeg',0),(1376,1,'2021-11-25 04:44:13','2021-11-25 04:44:13','','Default Kit','','publish','closed','closed','','default-kit-4','','','2021-11-25 04:44:13','2021-11-25 04:44:13','',0,'https://pallyagro.ng/?elementor_library=default-kit-4',0,'elementor_library','',0),(1377,1,'2021-11-21 15:09:26','2021-11-21 15:09:26','','Default Kit','','publish','closed','closed','','default-kit-2-4','','','2021-11-21 15:09:26','2021-11-21 15:09:26','',0,'https://pallyagro.ng/?elementor_library=default-kit-2-4',0,'elementor_library','',0),(1378,1,'2021-11-21 15:12:46','2021-11-21 15:12:46','','Home','','publish','closed','closed','','home-3','','','2021-11-21 15:12:46','2021-11-21 15:12:46','',0,'https://pallyagro.ng/home-3/',0,'page','',0),(1379,1,'2021-11-21 15:14:19','2021-11-21 15:14:19','','About','','publish','closed','closed','','about-3','','','2021-11-21 15:14:19','2021-11-21 15:14:19','',0,'https://pallyagro.ng/about-3/',0,'page','',0),(1380,1,'2021-11-21 15:14:41','2021-11-21 15:14:41','','Services','','publish','closed','closed','','services-3','','','2021-11-21 15:14:41','2021-11-21 15:14:41','',0,'https://pallyagro.ng/services-3/',0,'page','',0),(1381,1,'2021-11-21 15:14:44','2021-11-21 15:14:44','','Contact','','publish','closed','closed','','contact-3','','','2021-11-21 15:14:44','2021-11-21 15:14:44','',0,'https://pallyagro.ng/contact-3/',0,'page','',0),(1382,1,'2021-11-21 18:07:38','2021-11-21 18:07:38','/* WPForms fixes */\n/* Initial field looks */\n.wpforms-container input[type=date],\n.wpforms-container input[type=datetime],\n.wpforms-container input[type=datetime-local],\n.wpforms-container input[type=email],\n.wpforms-container input[type=month],\n.wpforms-container input[type=number],\n.wpforms-container input[type=password],\n.wpforms-container input[type=range],\n.wpforms-container input[type=search],\n.wpforms-container input[type=tel],\n.wpforms-container input[type=text],\n.wpforms-container input[type=time],\n.wpforms-container input[type=url],\n.wpforms-container input[type=week],\n.wpforms-container select,\n.wpforms-container textarea {\n background: #fff;\n border-width: 0 0 1px 0;\n color: var(--ast-global-color-2);\n opacity: 0.5;\n}\n/* On focus */\n.wpforms-container input:focus,\n.wpforms-container select:focus,\n.wpforms-container textarea:focus {\n outline: none;\n opacity: 1;\n border-color: var(--ast-global-color-0);\n}\n/* Don\\\'t allow resizing the Message box */\n.wpforms-container textarea {\n resize: none;\n}\n/* Message box fixed height */\n.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {\n height: 136px;\n}\n/* Button size & font size */\n.wpforms-container button {\n padding: 15px 34px;\n font-size: 15px;\n}\n/* WPForms done */\n/* Footer 2 big columns on sides and 1 small one in the middle */\n.ast-builder-grid-row-3-equal .ast-builder-grid-row {\n grid-template-columns: 3fr 1fr 3fr;\n}','astra','','publish','closed','closed','','astra-4','','','2021-11-21 18:07:38','2021-11-21 18:07:38','',0,'https://pallyagro.ng/2021/11/21/astra-4/',0,'custom_css','',0),(1383,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1169-3','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1169-3/',1,'nav_menu_item','',0),(1384,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1170-3','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1170-3/',2,'nav_menu_item','',0),(1385,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1171-3','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1171-3/',4,'nav_menu_item','',0),(1386,1,'2021-12-04 06:51:34','2021-11-26 19:36:43',' ','','','publish','closed','closed','','1172-3','','','2021-12-04 06:51:34','2021-11-26 19:36:43','',0,'https://pallyagro.ng/2021/12/04/1172-3/',3,'nav_menu_item','',0),(1387,1,'2022-01-07 05:20:00','2022-01-07 05:20:00','','header-hero','','inherit','open','closed','','header-hero-4','','','2022-01-07 05:20:00','2022-01-07 05:20:00','',1378,'http://pallyagro.ng/wp-content/uploads/2022/01/header-hero-2.jpg',0,'attachment','image/jpeg',0),(1388,1,'2023-05-11 18:23:37','2023-05-11 18:23:37','<title>Come across German Mail-order Brides Otherwise Females To own Matchmaking</title>\n<p>Today it\'s really easy to find a bride online all over the world! For those who have a flaccid location for European people, you certainly have to choose female out of Germany. They appear to have an entire plan with respect to looks and you may minds. Take your pick, she\'s got it! Along with having a sparkling smile, high and you can slim foot, carefully muscular body, and amber-such as sight, they\'re also smart.</p>\r\n<h2>Ideal German Mail order Brides & Internet dating sites</h2>\r\n<ul>\n<li>It\'s not necessary to instantaneously publish a display photo</li>\n<li>Easy and straightforward signup procedure</li>\n<li>The service has the benefit of of several totally free services and features</li>\n</ul>\r\n<ul>\n<li>More 400K users</li>\n<li>High craft certainly one of professionals</li>\n<li>More 2K women on line</li>\n<li>The capability to cam and you will big date rather Eastern Western european lady</li>\n</ul>\r\n<ul>\n<li>Of several confirmed Ukrainian gorgeous brides on the internet site</li>\n<li>The opportunity to meet Russian ladies in your area</li>\n</ul>\r\n<p>Intelligence is quite common amongst Italian language beauties, making them higher conversationalists.<!--more--> For their fascination with reading, all Italian language girls learn English, and that means you will not have any difficulties emailing your lady! Such women are amazing life companions and you will moms and dads. Whatever the sort of relationships you are searching for – short-label or major – a German lady shall be a sensational partner!</p>\r\n<h2>Just how a great German mail order Wife vary yourself permanently?</h2>\r\n<p>Relationships a great Italian language woman is actually an incredible experience that can complete everything that have great memory and will expand your worldview. Once you\'ve old a woman given that hitting as the the woman, there are yourself hoping for an impact both you and the woman got after shared.</p>\r\n<p>This type of women can be in search of the nation around them and you will love traveling, as well as, she\'ll elevates together with her! There are various properties out of mail order spouses of Germany you to we would like to explore. What exactly is their secret so you\'re able to are one of the largest lady? Is an inventory:</p>\r\n<h2>Italian language mail-order spouse along with her flexible impress</h2>\r\n<p>Just a look at a female regarding the woman charm while will have to gasp getting sky! She protects the girl muscles and stays complement all of the-seasons round. Silky blonde otherwise brunette hair, sharp jawlines, flaccid epidermis, and delightful human anatomy - all of that allows their discount the brand new limelight and start to become brains easily.</p>\r\n<p>We detailed specific tips about them, but there is way more that individuals have to explore. Let us talk about this type of women a tad bit more.</p>\r\n<h2>Over the top Intelligence</h2>\r\n<p>A significant part of Italian language brides is their higher level out-of education and their smartness complete. German ladies are together with fluent within country\'s history and will inform you whatever you need to know on the Germany. You might think one to a lady in this way create operate up in public areas, however, just like the she knows that she actually is leading to an image of this lady son, she will put him at the forefront any moment.</p>\r\n<h2>Advanced level Life Philosophy</h2>\r\n<p>Italian language mail-order wives are recognized for are fiercely devoted and you will serious about its son. They prefer major relationships and to go on their own on their kid in the a love. They\'re not the kind of females for situations, while they honor matrimony and select someone for a long day.</p>\r\n<p>A gorgeous German <a href=\"https://datingmentor.org/cosplay-dating/\">https://datingmentor.org/cosplay-dating/</a> lady searches for men who she will be able to calm down that have, one which offers her the new much-requisite feeling of shelter and you may love, and allow for the family. In return, she makes sure you have got a loving home to go back to.</p>\r\n<p>German women are amazing into the parenting. It raise kids which have sweet manners and you can an effective discipline, it place enough time and effort for the raising its infants on more compact people.</p>\r\n<h2>Summarizing thoughts on a great German mail order girlfriend</h2>\r\n<p>Feminine, fancy, unique females with a good startlingly unlock-minded approach to life, lady regarding Germany was the best fits for the future spouse. Performing a different sort of experience of a good German woman tend to open an excellent the brand new web page into your life, loaded with fantastic event and you may heartwarming recollections!</p>','Come across German Mail-order Brides Otherwise Females To own Matchmaking','','publish','open','open','','come-across-german-mail-order-brides-otherwise','','','2023-05-11 18:25:26','2023-05-11 18:25:26','',0,'http://pallyagro.ng/?p=1388',0,'post','',0),(1389,1,'2023-05-11 18:25:26','2023-05-11 18:25:26','<title>Come across German Mail-order Brides Otherwise Females To own Matchmaking</title>\n<p>Today it\'s really easy to find a bride online all over the world! For those who have a flaccid location for European people, you certainly have to choose female out of Germany. They appear to have an entire plan with respect to looks and you may minds. Take your pick, she\'s got it! Along with having a sparkling smile, high and you can slim foot, carefully muscular body, and amber-such as sight, they\'re also smart.</p>\r\n<h2>Ideal German Mail order Brides & Internet dating sites</h2>\r\n<ul>\n<li>It\'s not necessary to instantaneously publish a display photo</li>\n<li>Easy and straightforward signup procedure</li>\n<li>The service has the benefit of of several totally free services and features</li>\n</ul>\r\n<ul>\n<li>More 400K users</li>\n<li>High craft certainly one of professionals</li>\n<li>More 2K women on line</li>\n<li>The capability to cam and you will big date rather Eastern Western european lady</li>\n</ul>\r\n<ul>\n<li>Of several confirmed Ukrainian gorgeous brides on the internet site</li>\n<li>The opportunity to meet Russian ladies in your area</li>\n</ul>\r\n<p>Intelligence is quite common amongst Italian language beauties, making them higher conversationalists.<!--more--> For their fascination with reading, all Italian language girls learn English, and that means you will not have any difficulties emailing your lady! Such women are amazing life companions and you will moms and dads. Whatever the sort of relationships you are searching for – short-label or major – a German lady shall be a sensational partner!</p>\r\n<h2>Just how a great German mail order Wife vary yourself permanently?</h2>\r\n<p>Relationships a great Italian language woman is actually an incredible experience that can complete everything that have great memory and will expand your worldview. Once you\'ve old a woman given that hitting as the the woman, there are yourself hoping for an impact both you and the woman got after shared.</p>\r\n<p>This type of women can be in search of the nation around them and you will love traveling, as well as, she\'ll elevates together with her! There are various properties out of mail order spouses of Germany you to we would like to explore. What exactly is their secret so you\'re able to are one of the largest lady? Is an inventory:</p>\r\n<h2>Italian language mail-order spouse along with her flexible impress</h2>\r\n<p>Just a look at a female regarding the woman charm while will have to gasp getting sky! She protects the girl muscles and stays complement all of the-seasons round. Silky blonde otherwise brunette hair, sharp jawlines, flaccid epidermis, and delightful human anatomy - all of that allows their discount the brand new limelight and start to become brains easily.</p>\r\n<p>We detailed specific tips about them, but there is way more that individuals have to explore. Let us talk about this type of women a tad bit more.</p>\r\n<h2>Over the top Intelligence</h2>\r\n<p>A significant part of Italian language brides is their higher level out-of education and their smartness complete. German ladies are together with fluent within country\'s history and will inform you whatever you need to know on the Germany. You might think one to a lady in this way create operate up in public areas, however, just like the she knows that she actually is leading to an image of this lady son, she will put him at the forefront any moment.</p>\r\n<h2>Advanced level Life Philosophy</h2>\r\n<p>Italian language mail-order wives are recognized for are fiercely devoted and you will serious about its son. They prefer major relationships and to go on their own on their kid in the a love. They\'re not the kind of females for situations, while they honor matrimony and select someone for a long day.</p>\r\n<p>A gorgeous German <a href=\"https://datingmentor.org/cosplay-dating/\">https://datingmentor.org/cosplay-dating/</a> lady searches for men who she will be able to calm down that have, one which offers her the new much-requisite feeling of shelter and you may love, and allow for the family. In return, she makes sure you have got a loving home to go back to.</p>\r\n<p>German women are amazing into the parenting. It raise kids which have sweet manners and you can an effective discipline, it place enough time and effort for the raising its infants on more compact people.</p>\r\n<h2>Summarizing thoughts on a great German mail order girlfriend</h2>\r\n<p>Feminine, fancy, unique females with a good startlingly unlock-minded approach to life, lady regarding Germany was the best fits for the future spouse. Performing a different sort of experience of a good German woman tend to open an excellent the brand new web page into your life, loaded with fantastic event and you may heartwarming recollections!</p>','Come across German Mail-order Brides Otherwise Females To own Matchmaking','','inherit','closed','closed','','1388-revision-v1','','','2023-05-11 18:25:26','2023-05-11 18:25:26','',1388,'http://pallyagro.ng/?p=1389',0,'revision','',0),(1390,1,'2023-05-11 18:25:28','2023-05-11 18:25:28','{\"id\":50,\"field_id\":5,\"fields\":[{\"id\":\"0\",\"type\":\"name\",\"label\":\"Your Name \",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"Your Name \",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"label_hide\":\"1\",\"css\":\"\"},{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email Address\",\"confirmation_placeholder\":\"\",\"label_hide\":\"1\",\"default_value\":\"\",\"css\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\"},{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Your Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"Message\",\"label_hide\":\"1\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}],\"settings\":{\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"SEND MESSAGE\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Contact Form 1\",\"sender_name\":\"{field_id=\\\"0\\\"}\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"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\":\"7\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Contact Form','','inherit','closed','closed','','50-revision-v1','','','2023-05-11 18:25:28','2023-05-11 18:25:28','',50,'https://pallyagro.ng/?p=1390',0,'revision','',0),(170,1,'2018-11-28 09:17:48','2018-11-28 09:17:48','','snow-1','','inherit','open','closed','','snow-1','','','2023-05-11 18:27:25','2023-05-11 18:27:25','',1396,'http://pallyagro.ng/wp-content/uploads/2018/11/snow-1.jpg',0,'attachment','image/jpeg',0),(179,1,'2018-11-28 09:39:40','2018-11-28 09:39:40','','water-sports-01','','inherit','open','closed','','water-sports-01','','','2018-11-28 09:39:40','2018-11-28 09:39:40','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-01.jpg',0,'attachment','image/jpeg',0),(180,1,'2018-11-28 09:39:41','2018-11-28 09:39:41','','water-sports-02','','inherit','open','closed','','water-sports-02','','','2018-11-28 09:39:41','2018-11-28 09:39:41','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-02.jpg',0,'attachment','image/jpeg',0),(182,1,'2018-11-28 09:43:43','2018-11-28 09:43:43','','water-sports-03','','inherit','open','closed','','water-sports-03','','','2018-11-28 09:43:43','2018-11-28 09:43:43','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-03.jpg',0,'attachment','image/jpeg',0),(183,1,'2018-11-28 09:44:17','2018-11-28 09:44:17','','water-sports-04','','inherit','open','closed','','water-sports-04','','','2018-11-28 09:44:17','2018-11-28 09:44:17','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-04.jpg',0,'attachment','image/jpeg',0),(185,1,'2018-11-28 09:52:21','2018-11-28 09:52:21','','winter-sports-01','','inherit','open','closed','','winter-sports-01','','','2018-11-28 09:52:21','2018-11-28 09:52:21','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-01.jpg',0,'attachment','image/jpeg',0),(186,1,'2018-11-28 09:52:22','2018-11-28 09:52:22','','winter-sports-02','','inherit','open','closed','','winter-sports-02','','','2018-11-28 09:52:22','2018-11-28 09:52:22','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-02.jpg',0,'attachment','image/jpeg',0),(187,1,'2018-11-28 09:52:23','2018-11-28 09:52:23','','winter-sports-03','','inherit','open','closed','','winter-sports-03','','','2018-11-28 09:52:23','2018-11-28 09:52:23','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-03.jpg',0,'attachment','image/jpeg',0),(188,1,'2018-11-28 09:52:24','2018-11-28 09:52:24','','winter-sports-04','','inherit','open','closed','','winter-sports-04','','','2018-11-28 09:52:24','2018-11-28 09:52:24','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-04.jpg',0,'attachment','image/jpeg',0),(190,1,'2018-11-28 09:58:48','2018-11-28 09:58:48','','camp-1','','inherit','open','closed','','camp-1','','','2018-11-28 09:58:48','2018-11-28 09:58:48','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-1.jpg',0,'attachment','image/jpeg',0),(191,1,'2018-11-28 09:58:49','2018-11-28 09:58:49','','camp-2','','inherit','open','closed','','camp-2','','','2018-11-28 09:58:49','2018-11-28 09:58:49','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-2.jpg',0,'attachment','image/jpeg',0),(192,1,'2018-11-28 09:58:50','2018-11-28 09:58:50','','camp-3','','inherit','open','closed','','camp-3','','','2018-11-28 09:58:50','2018-11-28 09:58:50','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-3.jpg',0,'attachment','image/jpeg',0),(193,1,'2018-11-28 09:58:51','2018-11-28 09:58:51','','camp-4','','inherit','open','closed','','camp-4','','','2018-11-28 09:58:51','2018-11-28 09:58:51','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-4.jpg',0,'attachment','image/jpeg',0),(1393,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','10','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/10/',4,'nav_menu_item','',0),(49,1,'2018-11-27 12:15:27','2018-11-27 12:15:27','','astra','','publish','closed','closed','','astra-5','','','2018-11-27 12:15:27','2018-11-27 12:15:27','',0,'https://pallyagro.ng/2018/11/27/astra-5/',0,'custom_css','',0),(194,1,'2018-11-28 10:01:22','2018-11-28 10:01:22','','services-bg','','inherit','open','closed','','services-bg','','','2023-05-11 18:27:26','2023-05-11 18:27:26','',1398,'http://pallyagro.ng/wp-content/uploads/2018/11/services-bg.jpg',0,'attachment','image/jpeg',0),(198,1,'2018-11-28 10:11:12','2018-11-28 10:11:12','','winter-sport','','inherit','open','closed','','winter-sport','','','2023-05-11 18:27:27','2023-05-11 18:27:27','',1398,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sport.jpg',0,'attachment','image/jpeg',0),(216,1,'2018-11-28 11:22:22','2018-11-28 11:22:22','','project-background','','inherit','open','closed','','project-background','','','2023-05-11 18:27:28','2023-05-11 18:27:28','',1399,'http://pallyagro.ng/wp-content/uploads/2018/11/project-background.jpg',0,'attachment','image/jpeg',0),(228,1,'2018-11-28 11:40:20','2018-11-28 11:40:20','','image-1','','inherit','open','closed','','image-1','','','2023-05-11 18:27:30','2023-05-11 18:27:30','',1396,'http://pallyagro.ng/wp-content/uploads/2018/11/image-1.jpg',0,'attachment','image/jpeg',0),(237,1,'2018-11-28 12:22:32','2018-11-28 12:22:32','','hero-bg','','inherit','open','closed','','hero-bg','','','2023-05-11 18:27:31','2023-05-11 18:27:31','',1396,'http://pallyagro.ng/wp-content/uploads/2018/11/hero-bg.jpg',0,'attachment','image/jpeg',0),(418,1,'2020-01-17 09:28:43','2020-01-17 09:28:43','','logo','','inherit','open','closed','','logo','','','2020-01-17 09:28:43','2020-01-17 09:28:43','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo.png',0,'attachment','image/png',0),(419,1,'2020-01-17 09:28:44','2020-01-17 09:28:44','','logo@2x','','inherit','open','closed','','logo2x','','','2020-01-17 09:28:44','2020-01-17 09:28:44','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo@2x.png',0,'attachment','image/png',0),(421,1,'2020-01-17 09:29:40','2020-01-17 09:29:40','','white-logo@2x','','inherit','open','closed','','white-logo2x','','','2020-01-17 09:29:40','2020-01-17 09:29:40','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo@2x.png',0,'attachment','image/png',0),(422,1,'2020-01-17 09:29:41','2020-01-17 09:29:41','','white-logo','','inherit','open','closed','','white-logo','','','2020-01-17 09:29:41','2020-01-17 09:29:41','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo.png',0,'attachment','image/png',0),(424,1,'2020-01-21 07:22:11','2020-01-21 07:22:11','','hiking-v1','','inherit','open','closed','','hiking-v1','','','2023-05-11 18:27:32','2023-05-11 18:27:32','',1396,'http://pallyagro.ng/wp-content/uploads/2020/01/hiking-v1.jpg',0,'attachment','image/jpeg',0),(426,1,'2020-01-21 07:27:14','2020-01-21 07:27:14','','walking-v1','','inherit','open','closed','','walking-v1','','','2023-05-11 18:27:33','2023-05-11 18:27:33','',1396,'http://pallyagro.ng/wp-content/uploads/2020/01/walking-v1.jpg',0,'attachment','image/jpeg',0),(429,1,'2020-01-21 07:34:28','2020-01-21 07:34:28','','section-bg-img','','inherit','open','closed','','section-bg-img','','','2023-05-11 18:27:34','2023-05-11 18:27:34','',1396,'http://pallyagro.ng/wp-content/uploads/2020/01/section-bg-img.jpg',0,'attachment','image/jpeg',0),(442,1,'2020-02-17 04:46:16','2020-02-17 04:46:16','','Default Kit','','publish','closed','closed','','default-kit-5','','','2020-02-17 04:46:16','2020-02-17 04:46:16','',0,'https://pallyagro.ng/?elementor_library=default-kit-5',0,'elementor_library','',0),(447,1,'2020-02-20 05:25:48','2020-02-20 05:25:48','','outdoor-adventure-yoast-seo','','inherit','open','closed','','outdoor-adventure-yoast-seo','','','2020-02-20 05:25:48','2020-02-20 05:25:48','',0,'http://pallyagro.ng/wp-content/uploads/2020/02/outdoor-adventure-yoast-seo.jpg',0,'attachment','image/jpeg',0),(523,1,'2021-02-27 11:11:24','2021-02-27 11:11:24','','outdoor-image-01','','inherit','open','closed','','outdoor-image-01','','','2023-05-11 18:27:36','2023-05-11 18:27:36','',1396,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-01.jpg',0,'attachment','image/jpeg',0),(527,1,'2021-02-27 11:11:56','2021-02-27 11:11:56','','outdoor-image-02','','inherit','open','closed','','outdoor-image-02','','','2023-05-11 18:27:37','2023-05-11 18:27:37','',1397,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-02.jpg',0,'attachment','image/jpeg',0),(1394,1,'2021-02-27 11:50:57','2021-02-27 11:50:57','','outdoor-image-04','','inherit','open','closed','','outdoor-image-04','','','2023-05-11 18:27:38','2023-05-11 18:27:38','',1396,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-04.jpg',0,'attachment','image/jpeg',0),(1395,1,'2021-02-27 11:52:05','2021-02-27 11:52:05','','outdoor-image-03','','inherit','open','closed','','outdoor-image-03','','','2023-05-11 18:27:39','2023-05-11 18:27:39','',1398,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-03.jpg',0,'attachment','image/jpeg',0),(1396,1,'2018-11-27 09:16:54','2018-11-27 09:16:54','','Home','','publish','closed','closed','','home-4','','','2018-11-27 09:16:54','2018-11-27 09:16:54','',0,'https://pallyagro.ng/home-4/',0,'page','',0),(1397,1,'2018-11-27 09:17:08','2018-11-27 09:17:08','','About','','publish','closed','closed','','about-4','','','2018-11-27 09:17:08','2018-11-27 09:17:08','',0,'https://pallyagro.ng/about-4/',0,'page','',0),(1398,1,'2018-11-27 09:17:28','2018-11-27 09:17:28','','Services','','publish','closed','closed','','services-4','','','2018-11-27 09:17:28','2018-11-27 09:17:28','',0,'https://pallyagro.ng/services-4/',0,'page','',0),(1399,1,'2018-11-27 09:17:42','2018-11-27 09:17:42','','Projects','','publish','closed','closed','','projects','','','2018-11-27 09:17:42','2018-11-27 09:17:42','',0,'https://pallyagro.ng/projects/',0,'page','',0),(1400,1,'2018-11-27 09:17:56','2018-11-27 09:17:56','','Contact','','publish','closed','closed','','contact-4','','','2018-11-27 09:17:56','2018-11-27 09:17:56','',0,'https://pallyagro.ng/contact-4/',0,'page','',0),(1401,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','11','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/11/',3,'nav_menu_item','',0),(1402,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','12','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/12/',2,'nav_menu_item','',0),(1403,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','13','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/13/',1,'nav_menu_item','',0),(150,1,'2021-12-04 06:43:22','2018-11-28 08:35:55',' ','','','publish','closed','closed','','150','','','2021-12-04 06:43:22','2018-11-28 08:35:55','',0,'https://pallyagro.ng/2021/12/04/150/',5,'nav_menu_item','',0),(1404,1,'2023-05-11 18:31:36','2023-05-11 18:31:36','','wxr.xml','','inherit','open','closed','','wxr-xml-4','','','2023-05-11 18:31:36','2023-05-11 18:31:36','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/wxr-3.xml',0,'attachment','text/xml',0),(1405,1,'2018-11-27 12:47:05','2018-11-27 12:47:05','','about-bg','','inherit','open','closed','','about-bg-3-2','','','2023-05-11 18:32:40','2023-05-11 18:32:40','',1446,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-2-1.jpg',0,'attachment','image/jpeg',0),(1406,1,'2018-11-27 13:17:13','2018-11-27 13:17:13','','vision','','inherit','open','closed','','vision-2-2','','','2023-05-11 18:32:41','2023-05-11 18:32:41','',1446,'http://pallyagro.ng/wp-content/uploads/2018/11/vision-1-1.jpg',0,'attachment','image/jpeg',0),(1407,1,'2018-11-28 06:01:07','2018-11-28 06:01:07','','services-2','','inherit','open','closed','','services-2-3','','','2023-05-11 18:32:43','2023-05-11 18:32:43','',1447,'http://pallyagro.ng/wp-content/uploads/2018/11/services-2-1.jpg',0,'attachment','image/jpeg',0),(1408,1,'2018-11-28 06:07:57','2018-11-28 06:07:57','','services-3','','inherit','open','closed','','services-3-3','','','2023-05-11 18:32:44','2023-05-11 18:32:44','',1447,'http://pallyagro.ng/wp-content/uploads/2018/11/services-3-1.jpg',0,'attachment','image/jpeg',0),(1409,1,'2018-11-28 07:03:23','2018-11-28 07:03:23','','quote','','inherit','open','closed','','quote-2-2','','','2023-05-11 18:32:45','2023-05-11 18:32:45','',1445,'http://pallyagro.ng/wp-content/uploads/2018/11/quote-1-1.png',0,'attachment','image/png',0),(1410,1,'2018-11-28 08:35:59','2018-11-28 08:35:59','','19-1','','inherit','open','closed','','19-1-2','','','2023-05-11 18:32:46','2023-05-11 18:32:46','',1445,'http://pallyagro.ng/wp-content/uploads/2018/11/19-1-1.png',0,'attachment','image/png',0),(1411,1,'2018-11-28 08:45:36','2018-11-28 08:45:36','','about-bg','','inherit','open','closed','','about-bg-6-2','','','2023-05-11 18:32:47','2023-05-11 18:32:47','',1446,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-5-1.jpg',0,'attachment','image/jpeg',0),(1412,1,'2018-11-28 09:17:48','2018-11-28 09:17:48','','snow-1','','inherit','open','closed','','snow-1-2','','','2023-05-11 18:32:48','2023-05-11 18:32:48','',1445,'http://pallyagro.ng/wp-content/uploads/2018/11/snow-1-1.jpg',0,'attachment','image/jpeg',0),(1413,1,'2018-11-28 09:39:40','2018-11-28 09:39:40','','water-sports-01','','inherit','open','closed','','water-sports-01-2','','','2018-11-28 09:39:40','2018-11-28 09:39:40','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-01-1.jpg',0,'attachment','image/jpeg',0),(1414,1,'2018-11-28 09:39:41','2018-11-28 09:39:41','','water-sports-02','','inherit','open','closed','','water-sports-02-2','','','2018-11-28 09:39:41','2018-11-28 09:39:41','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-02-1.jpg',0,'attachment','image/jpeg',0),(1415,1,'2018-11-28 09:43:43','2018-11-28 09:43:43','','water-sports-03','','inherit','open','closed','','water-sports-03-2','','','2018-11-28 09:43:43','2018-11-28 09:43:43','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-03-1.jpg',0,'attachment','image/jpeg',0),(1416,1,'2018-11-28 09:44:17','2018-11-28 09:44:17','','water-sports-04','','inherit','open','closed','','water-sports-04-2','','','2018-11-28 09:44:17','2018-11-28 09:44:17','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-04-1.jpg',0,'attachment','image/jpeg',0),(1417,1,'2018-11-28 09:52:21','2018-11-28 09:52:21','','winter-sports-01','','inherit','open','closed','','winter-sports-01-2','','','2018-11-28 09:52:21','2018-11-28 09:52:21','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-01-1.jpg',0,'attachment','image/jpeg',0),(1418,1,'2018-11-28 09:52:22','2018-11-28 09:52:22','','winter-sports-02','','inherit','open','closed','','winter-sports-02-2','','','2018-11-28 09:52:22','2018-11-28 09:52:22','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-02-1.jpg',0,'attachment','image/jpeg',0),(1419,1,'2018-11-28 09:52:23','2018-11-28 09:52:23','','winter-sports-03','','inherit','open','closed','','winter-sports-03-2','','','2018-11-28 09:52:23','2018-11-28 09:52:23','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-03-1.jpg',0,'attachment','image/jpeg',0),(1420,1,'2018-11-28 09:52:24','2018-11-28 09:52:24','','winter-sports-04','','inherit','open','closed','','winter-sports-04-2','','','2018-11-28 09:52:24','2018-11-28 09:52:24','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-04-1.jpg',0,'attachment','image/jpeg',0),(1421,1,'2018-11-28 09:58:48','2018-11-28 09:58:48','','camp-1','','inherit','open','closed','','camp-1-2','','','2018-11-28 09:58:48','2018-11-28 09:58:48','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-1-1.jpg',0,'attachment','image/jpeg',0),(1422,1,'2018-11-28 09:58:49','2018-11-28 09:58:49','','camp-2','','inherit','open','closed','','camp-2-2','','','2018-11-28 09:58:49','2018-11-28 09:58:49','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-2-1.jpg',0,'attachment','image/jpeg',0),(1423,1,'2018-11-28 09:58:50','2018-11-28 09:58:50','','camp-3','','inherit','open','closed','','camp-3-2','','','2018-11-28 09:58:50','2018-11-28 09:58:50','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-3-1.jpg',0,'attachment','image/jpeg',0),(1424,1,'2018-11-28 09:58:51','2018-11-28 09:58:51','','camp-4','','inherit','open','closed','','camp-4-2','','','2018-11-28 09:58:51','2018-11-28 09:58:51','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-4-1.jpg',0,'attachment','image/jpeg',0),(1425,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','10-2','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/10-2/',4,'nav_menu_item','',0),(1426,1,'2018-11-27 12:15:27','2018-11-27 12:15:27','','astra','','publish','closed','closed','','astra-6','','','2018-11-27 12:15:27','2018-11-27 12:15:27','',0,'https://pallyagro.ng/2018/11/27/astra-6/',0,'custom_css','',0),(1427,1,'2018-11-28 10:01:22','2018-11-28 10:01:22','','services-bg','','inherit','open','closed','','services-bg-2','','','2023-05-11 18:32:49','2023-05-11 18:32:49','',1447,'http://pallyagro.ng/wp-content/uploads/2018/11/services-bg-1.jpg',0,'attachment','image/jpeg',0),(1428,1,'2018-11-28 10:11:12','2018-11-28 10:11:12','','winter-sport','','inherit','open','closed','','winter-sport-2','','','2023-05-11 18:32:50','2023-05-11 18:32:50','',1447,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sport-1.jpg',0,'attachment','image/jpeg',0),(1429,1,'2018-11-28 11:22:22','2018-11-28 11:22:22','','project-background','','inherit','open','closed','','project-background-2','','','2023-05-11 18:32:51','2023-05-11 18:32:51','',1448,'http://pallyagro.ng/wp-content/uploads/2018/11/project-background-1.jpg',0,'attachment','image/jpeg',0),(1430,1,'2018-11-28 11:40:20','2018-11-28 11:40:20','','image-1','','inherit','open','closed','','image-1-2','','','2023-05-11 18:32:53','2023-05-11 18:32:53','',1445,'http://pallyagro.ng/wp-content/uploads/2018/11/image-1-1.jpg',0,'attachment','image/jpeg',0),(1431,1,'2018-11-28 12:22:32','2018-11-28 12:22:32','','hero-bg','','inherit','open','closed','','hero-bg-2','','','2023-05-11 18:32:54','2023-05-11 18:32:54','',1445,'http://pallyagro.ng/wp-content/uploads/2018/11/hero-bg-1.jpg',0,'attachment','image/jpeg',0),(1432,1,'2020-01-17 09:28:43','2020-01-17 09:28:43','','logo','','inherit','open','closed','','logo-2','','','2020-01-17 09:28:43','2020-01-17 09:28:43','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo-1.png',0,'attachment','image/png',0),(1433,1,'2020-01-17 09:28:44','2020-01-17 09:28:44','','logo@2x','','inherit','open','closed','','logo2x-2','','','2020-01-17 09:28:44','2020-01-17 09:28:44','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo@2x-1.png',0,'attachment','image/png',0),(1434,1,'2020-01-17 09:29:40','2020-01-17 09:29:40','','white-logo@2x','','inherit','open','closed','','white-logo2x-2','','','2020-01-17 09:29:40','2020-01-17 09:29:40','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo@2x-1.png',0,'attachment','image/png',0),(1435,1,'2020-01-17 09:29:41','2020-01-17 09:29:41','','white-logo','','inherit','open','closed','','white-logo-2','','','2020-01-17 09:29:41','2020-01-17 09:29:41','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo-1.png',0,'attachment','image/png',0),(1436,1,'2020-01-21 07:22:11','2020-01-21 07:22:11','','hiking-v1','','inherit','open','closed','','hiking-v1-2','','','2023-05-11 18:32:55','2023-05-11 18:32:55','',1445,'http://pallyagro.ng/wp-content/uploads/2020/01/hiking-v1-1.jpg',0,'attachment','image/jpeg',0),(1437,1,'2020-01-21 07:27:14','2020-01-21 07:27:14','','walking-v1','','inherit','open','closed','','walking-v1-2','','','2023-05-11 18:32:56','2023-05-11 18:32:56','',1445,'http://pallyagro.ng/wp-content/uploads/2020/01/walking-v1-1.jpg',0,'attachment','image/jpeg',0),(1438,1,'2020-01-21 07:34:28','2020-01-21 07:34:28','','section-bg-img','','inherit','open','closed','','section-bg-img-2','','','2023-05-11 18:34:04','2023-05-11 18:34:04','',1445,'http://pallyagro.ng/wp-content/uploads/2020/01/section-bg-img-1.jpg',0,'attachment','image/jpeg',0),(1439,1,'2020-02-17 04:46:16','2020-02-17 04:46:16','','Default Kit','','publish','closed','closed','','default-kit-6','','','2020-02-17 04:46:16','2020-02-17 04:46:16','',0,'https://pallyagro.ng/?elementor_library=default-kit-6',0,'elementor_library','',0),(1440,1,'2020-02-20 05:25:48','2020-02-20 05:25:48','','outdoor-adventure-yoast-seo','','inherit','open','closed','','outdoor-adventure-yoast-seo-2','','','2020-02-20 05:25:48','2020-02-20 05:25:48','',0,'http://pallyagro.ng/wp-content/uploads/2020/02/outdoor-adventure-yoast-seo-1.jpg',0,'attachment','image/jpeg',0),(1441,1,'2021-02-27 11:11:24','2021-02-27 11:11:24','','outdoor-image-01','','inherit','open','closed','','outdoor-image-01-2','','','2023-05-11 18:34:05','2023-05-11 18:34:05','',1445,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-01-1.jpg',0,'attachment','image/jpeg',0),(1442,1,'2021-02-27 11:11:56','2021-02-27 11:11:56','','outdoor-image-02','','inherit','open','closed','','outdoor-image-02-2','','','2023-05-11 18:34:07','2023-05-11 18:34:07','',1446,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-02-1.jpg',0,'attachment','image/jpeg',0),(1443,1,'2021-02-27 11:50:57','2021-02-27 11:50:57','','outdoor-image-04','','inherit','open','closed','','outdoor-image-04-2','','','2023-05-11 18:34:08','2023-05-11 18:34:08','',1445,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-04-1.jpg',0,'attachment','image/jpeg',0),(1444,1,'2021-02-27 11:52:05','2021-02-27 11:52:05','','outdoor-image-03','','inherit','open','closed','','outdoor-image-03-2','','','2023-05-11 18:34:09','2023-05-11 18:34:09','',1447,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-03-1.jpg',0,'attachment','image/jpeg',0),(1445,1,'2018-11-27 09:16:54','2018-11-27 09:16:54','','Home','','publish','closed','closed','','home-5','','','2018-11-27 09:16:54','2018-11-27 09:16:54','',0,'https://pallyagro.ng/home-5/',0,'page','',0),(1446,1,'2018-11-27 09:17:08','2018-11-27 09:17:08','','About','','publish','closed','closed','','about-5','','','2018-11-27 09:17:08','2018-11-27 09:17:08','',0,'https://pallyagro.ng/about-5/',0,'page','',0),(1447,1,'2018-11-27 09:17:28','2018-11-27 09:17:28','','Services','','publish','closed','closed','','services-5','','','2018-11-27 09:17:28','2018-11-27 09:17:28','',0,'https://pallyagro.ng/services-5/',0,'page','',0),(1448,1,'2018-11-27 09:17:42','2018-11-27 09:17:42','','Projects','','publish','closed','closed','','projects-2','','','2018-11-27 09:17:42','2018-11-27 09:17:42','',0,'https://pallyagro.ng/projects-2/',0,'page','',0),(1449,1,'2018-11-27 09:17:56','2018-11-27 09:17:56','','Contact','','publish','closed','closed','','contact-5','','','2018-11-27 09:17:56','2018-11-27 09:17:56','',0,'https://pallyagro.ng/contact-5/',0,'page','',0),(1450,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','11-2','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/11-2/',3,'nav_menu_item','',0),(1451,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','12-2','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/12-2/',2,'nav_menu_item','',0),(1452,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','13-2','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/13-2/',1,'nav_menu_item','',0),(1453,1,'2021-12-04 06:43:22','2018-11-28 08:35:55',' ','','','publish','closed','closed','','150-2','','','2021-12-04 06:43:22','2018-11-28 08:35:55','',0,'https://pallyagro.ng/2021/12/04/150-2/',5,'nav_menu_item','',0),(1454,1,'2023-05-11 18:37:58','2023-05-11 18:37:58','','wxr.xml','','inherit','open','closed','','wxr-xml-5','','','2023-05-11 18:37:58','2023-05-11 18:37:58','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/wxr-4.xml',0,'attachment','text/xml',0),(1455,1,'2018-11-27 12:47:05','2018-11-27 12:47:05','','about-bg','','inherit','open','closed','','about-bg-3-3','','','2018-11-27 12:47:05','2018-11-27 12:47:05','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-2-2.jpg',0,'attachment','image/jpeg',0),(1456,1,'2018-11-27 13:17:13','2018-11-27 13:17:13','','vision','','inherit','open','closed','','vision-2-3','','','2018-11-27 13:17:13','2018-11-27 13:17:13','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/vision-1-2.jpg',0,'attachment','image/jpeg',0),(1457,1,'2018-11-28 06:01:07','2018-11-28 06:01:07','','services-2','','inherit','open','closed','','services-2-4','','','2018-11-28 06:01:07','2018-11-28 06:01:07','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/services-2-2.jpg',0,'attachment','image/jpeg',0),(1458,1,'2018-11-28 06:07:57','2018-11-28 06:07:57','','services-3','','inherit','open','closed','','services-3-4','','','2018-11-28 06:07:57','2018-11-28 06:07:57','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/services-3-2.jpg',0,'attachment','image/jpeg',0),(1459,1,'2018-11-28 07:03:23','2018-11-28 07:03:23','','quote','','inherit','open','closed','','quote-2-3','','','2018-11-28 07:03:23','2018-11-28 07:03:23','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/quote-1-2.png',0,'attachment','image/png',0),(1460,1,'2018-11-28 08:35:59','2018-11-28 08:35:59','','19-1','','inherit','open','closed','','19-1-3','','','2018-11-28 08:35:59','2018-11-28 08:35:59','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/19-1-2.png',0,'attachment','image/png',0),(1461,1,'2018-11-28 08:45:36','2018-11-28 08:45:36','','about-bg','','inherit','open','closed','','about-bg-6-3','','','2018-11-28 08:45:36','2018-11-28 08:45:36','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-5-2.jpg',0,'attachment','image/jpeg',0),(1462,1,'2018-11-28 09:17:48','2018-11-28 09:17:48','','snow-1','','inherit','open','closed','','snow-1-3','','','2018-11-28 09:17:48','2018-11-28 09:17:48','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/snow-1-2.jpg',0,'attachment','image/jpeg',0),(1463,1,'2018-11-28 09:39:40','2018-11-28 09:39:40','','water-sports-01','','inherit','open','closed','','water-sports-01-3','','','2018-11-28 09:39:40','2018-11-28 09:39:40','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-01-2.jpg',0,'attachment','image/jpeg',0),(1464,1,'2018-11-28 09:39:41','2018-11-28 09:39:41','','water-sports-02','','inherit','open','closed','','water-sports-02-3','','','2018-11-28 09:39:41','2018-11-28 09:39:41','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-02-2.jpg',0,'attachment','image/jpeg',0),(1465,1,'2018-11-28 09:43:43','2018-11-28 09:43:43','','water-sports-03','','inherit','open','closed','','water-sports-03-3','','','2018-11-28 09:43:43','2018-11-28 09:43:43','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-03-2.jpg',0,'attachment','image/jpeg',0),(1466,1,'2018-11-28 09:44:17','2018-11-28 09:44:17','','water-sports-04','','inherit','open','closed','','water-sports-04-3','','','2018-11-28 09:44:17','2018-11-28 09:44:17','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-04-2.jpg',0,'attachment','image/jpeg',0),(1467,1,'2018-11-28 09:52:21','2018-11-28 09:52:21','','winter-sports-01','','inherit','open','closed','','winter-sports-01-3','','','2018-11-28 09:52:21','2018-11-28 09:52:21','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-01-2.jpg',0,'attachment','image/jpeg',0),(1468,1,'2018-11-28 09:52:22','2018-11-28 09:52:22','','winter-sports-02','','inherit','open','closed','','winter-sports-02-3','','','2018-11-28 09:52:22','2018-11-28 09:52:22','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-02-2.jpg',0,'attachment','image/jpeg',0),(1469,1,'2018-11-28 09:52:23','2018-11-28 09:52:23','','winter-sports-03','','inherit','open','closed','','winter-sports-03-3','','','2018-11-28 09:52:23','2018-11-28 09:52:23','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-03-2.jpg',0,'attachment','image/jpeg',0),(1470,1,'2018-11-28 09:52:24','2018-11-28 09:52:24','','winter-sports-04','','inherit','open','closed','','winter-sports-04-3','','','2018-11-28 09:52:24','2018-11-28 09:52:24','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-04-2.jpg',0,'attachment','image/jpeg',0),(1471,1,'2018-11-28 09:58:48','2018-11-28 09:58:48','','camp-1','','inherit','open','closed','','camp-1-3','','','2018-11-28 09:58:48','2018-11-28 09:58:48','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-1-2.jpg',0,'attachment','image/jpeg',0),(1472,1,'2018-11-28 09:58:49','2018-11-28 09:58:49','','camp-2','','inherit','open','closed','','camp-2-3','','','2018-11-28 09:58:49','2018-11-28 09:58:49','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-2-2.jpg',0,'attachment','image/jpeg',0),(1473,1,'2018-11-28 09:58:50','2018-11-28 09:58:50','','camp-3','','inherit','open','closed','','camp-3-3','','','2018-11-28 09:58:50','2018-11-28 09:58:50','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-3-2.jpg',0,'attachment','image/jpeg',0),(1474,1,'2018-11-28 09:58:51','2018-11-28 09:58:51','','camp-4','','inherit','open','closed','','camp-4-3','','','2018-11-28 09:58:51','2018-11-28 09:58:51','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-4-2.jpg',0,'attachment','image/jpeg',0),(1475,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','10-3','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/10-3/',4,'nav_menu_item','',0),(1476,1,'2023-05-11 18:39:08','2023-05-11 18:39:08','','wxr.xml','','inherit','open','closed','','wxr-xml-6','','','2023-05-11 18:39:08','2023-05-11 18:39:08','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/wxr-5.xml',0,'attachment','text/xml',0),(1477,1,'2018-11-27 12:47:05','2018-11-27 12:47:05','','about-bg','','inherit','open','closed','','about-bg-3-4','','','2023-05-11 18:40:16','2023-05-11 18:40:16','',1518,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-2-3.jpg',0,'attachment','image/jpeg',0),(1478,1,'2018-11-27 13:17:13','2018-11-27 13:17:13','','vision','','inherit','open','closed','','vision-2-4','','','2023-05-11 18:40:17','2023-05-11 18:40:17','',1518,'http://pallyagro.ng/wp-content/uploads/2018/11/vision-1-3.jpg',0,'attachment','image/jpeg',0),(1479,1,'2018-11-28 06:01:07','2018-11-28 06:01:07','','services-2','','inherit','open','closed','','services-2-5','','','2023-05-11 18:40:19','2023-05-11 18:40:19','',1519,'http://pallyagro.ng/wp-content/uploads/2018/11/services-2-3.jpg',0,'attachment','image/jpeg',0),(1480,1,'2018-11-28 06:07:57','2018-11-28 06:07:57','','services-3','','inherit','open','closed','','services-3-5','','','2023-05-11 18:40:20','2023-05-11 18:40:20','',1519,'http://pallyagro.ng/wp-content/uploads/2018/11/services-3-3.jpg',0,'attachment','image/jpeg',0),(1481,1,'2018-11-28 07:03:23','2018-11-28 07:03:23','','quote','','inherit','open','closed','','quote-2-4','','','2023-05-11 18:40:21','2023-05-11 18:40:21','',1517,'http://pallyagro.ng/wp-content/uploads/2018/11/quote-1-3.png',0,'attachment','image/png',0),(1482,1,'2018-11-28 08:35:59','2018-11-28 08:35:59','','19-1','','inherit','open','closed','','19-1-4','','','2023-05-11 18:40:22','2023-05-11 18:40:22','',1517,'http://pallyagro.ng/wp-content/uploads/2018/11/19-1-3.png',0,'attachment','image/png',0),(1483,1,'2018-11-28 08:45:36','2018-11-28 08:45:36','','about-bg','','inherit','open','closed','','about-bg-6-4','','','2023-05-11 18:40:23','2023-05-11 18:40:23','',1518,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-5-3.jpg',0,'attachment','image/jpeg',0),(1484,1,'2018-11-28 09:17:48','2018-11-28 09:17:48','','snow-1','','inherit','open','closed','','snow-1-4','','','2023-05-11 18:40:23','2023-05-11 18:40:23','',1517,'http://pallyagro.ng/wp-content/uploads/2018/11/snow-1-3.jpg',0,'attachment','image/jpeg',0),(1485,1,'2018-11-28 09:39:40','2018-11-28 09:39:40','','water-sports-01','','inherit','open','closed','','water-sports-01-4','','','2018-11-28 09:39:40','2018-11-28 09:39:40','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-01-3.jpg',0,'attachment','image/jpeg',0),(1486,1,'2018-11-28 09:39:41','2018-11-28 09:39:41','','water-sports-02','','inherit','open','closed','','water-sports-02-4','','','2018-11-28 09:39:41','2018-11-28 09:39:41','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-02-3.jpg',0,'attachment','image/jpeg',0),(1487,1,'2018-11-28 09:43:43','2018-11-28 09:43:43','','water-sports-03','','inherit','open','closed','','water-sports-03-4','','','2018-11-28 09:43:43','2018-11-28 09:43:43','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-03-3.jpg',0,'attachment','image/jpeg',0),(1488,1,'2018-11-28 09:44:17','2018-11-28 09:44:17','','water-sports-04','','inherit','open','closed','','water-sports-04-4','','','2018-11-28 09:44:17','2018-11-28 09:44:17','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-04-3.jpg',0,'attachment','image/jpeg',0),(1489,1,'2018-11-28 09:52:21','2018-11-28 09:52:21','','winter-sports-01','','inherit','open','closed','','winter-sports-01-4','','','2018-11-28 09:52:21','2018-11-28 09:52:21','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-01-3.jpg',0,'attachment','image/jpeg',0),(1490,1,'2018-11-28 09:52:22','2018-11-28 09:52:22','','winter-sports-02','','inherit','open','closed','','winter-sports-02-4','','','2018-11-28 09:52:22','2018-11-28 09:52:22','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-02-3.jpg',0,'attachment','image/jpeg',0),(1491,1,'2018-11-28 09:52:23','2018-11-28 09:52:23','','winter-sports-03','','inherit','open','closed','','winter-sports-03-4','','','2018-11-28 09:52:23','2018-11-28 09:52:23','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-03-3.jpg',0,'attachment','image/jpeg',0),(1492,1,'2018-11-28 09:52:24','2018-11-28 09:52:24','','winter-sports-04','','inherit','open','closed','','winter-sports-04-4','','','2018-11-28 09:52:24','2018-11-28 09:52:24','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-04-3.jpg',0,'attachment','image/jpeg',0),(1493,1,'2018-11-28 09:58:48','2018-11-28 09:58:48','','camp-1','','inherit','open','closed','','camp-1-4','','','2018-11-28 09:58:48','2018-11-28 09:58:48','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-1-3.jpg',0,'attachment','image/jpeg',0),(1494,1,'2018-11-28 09:58:49','2018-11-28 09:58:49','','camp-2','','inherit','open','closed','','camp-2-4','','','2018-11-28 09:58:49','2018-11-28 09:58:49','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-2-3.jpg',0,'attachment','image/jpeg',0),(1495,1,'2018-11-28 09:58:50','2018-11-28 09:58:50','','camp-3','','inherit','open','closed','','camp-3-4','','','2018-11-28 09:58:50','2018-11-28 09:58:50','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-3-3.jpg',0,'attachment','image/jpeg',0),(1496,1,'2018-11-28 09:58:51','2018-11-28 09:58:51','','camp-4','','inherit','open','closed','','camp-4-4','','','2018-11-28 09:58:51','2018-11-28 09:58:51','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-4-3.jpg',0,'attachment','image/jpeg',0),(1497,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','10-4','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/10-4/',4,'nav_menu_item','',0),(1498,1,'2018-11-27 12:15:27','2018-11-27 12:15:27','','astra','','publish','closed','closed','','astra-7','','','2018-11-27 12:15:27','2018-11-27 12:15:27','',0,'https://pallyagro.ng/2018/11/27/astra-7/',0,'custom_css','',0),(1499,1,'2018-11-28 10:01:22','2018-11-28 10:01:22','','services-bg','','inherit','open','closed','','services-bg-3','','','2023-05-11 18:40:24','2023-05-11 18:40:24','',1519,'http://pallyagro.ng/wp-content/uploads/2018/11/services-bg-2.jpg',0,'attachment','image/jpeg',0),(1500,1,'2018-11-28 10:11:12','2018-11-28 10:11:12','','winter-sport','','inherit','open','closed','','winter-sport-3','','','2023-05-11 18:40:25','2023-05-11 18:40:25','',1519,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sport-2.jpg',0,'attachment','image/jpeg',0),(1501,1,'2018-11-28 11:22:22','2018-11-28 11:22:22','','project-background','','inherit','open','closed','','project-background-3','','','2023-05-11 18:40:26','2023-05-11 18:40:26','',1520,'http://pallyagro.ng/wp-content/uploads/2018/11/project-background-2.jpg',0,'attachment','image/jpeg',0),(1502,1,'2018-11-28 11:40:20','2018-11-28 11:40:20','','image-1','','inherit','open','closed','','image-1-3','','','2023-05-11 18:40:27','2023-05-11 18:40:27','',1517,'http://pallyagro.ng/wp-content/uploads/2018/11/image-1-2.jpg',0,'attachment','image/jpeg',0),(1503,1,'2018-11-28 12:22:32','2018-11-28 12:22:32','','hero-bg','','inherit','open','closed','','hero-bg-3','','','2023-05-11 18:40:28','2023-05-11 18:40:28','',1517,'http://pallyagro.ng/wp-content/uploads/2018/11/hero-bg-2.jpg',0,'attachment','image/jpeg',0),(1504,1,'2020-01-17 09:28:43','2020-01-17 09:28:43','','logo','','inherit','open','closed','','logo-3','','','2020-01-17 09:28:43','2020-01-17 09:28:43','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo-2.png',0,'attachment','image/png',0),(1505,1,'2020-01-17 09:28:44','2020-01-17 09:28:44','','logo@2x','','inherit','open','closed','','logo2x-3','','','2020-01-17 09:28:44','2020-01-17 09:28:44','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo@2x-2.png',0,'attachment','image/png',0),(1506,1,'2020-01-17 09:29:40','2020-01-17 09:29:40','','white-logo@2x','','inherit','open','closed','','white-logo2x-3','','','2020-01-17 09:29:40','2020-01-17 09:29:40','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo@2x-2.png',0,'attachment','image/png',0),(1507,1,'2020-01-17 09:29:41','2020-01-17 09:29:41','','white-logo','','inherit','open','closed','','white-logo-3','','','2020-01-17 09:29:41','2020-01-17 09:29:41','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo-2.png',0,'attachment','image/png',0),(1508,1,'2020-01-21 07:22:11','2020-01-21 07:22:11','','hiking-v1','','inherit','open','closed','','hiking-v1-3','','','2023-05-11 18:40:29','2023-05-11 18:40:29','',1517,'http://pallyagro.ng/wp-content/uploads/2020/01/hiking-v1-2.jpg',0,'attachment','image/jpeg',0),(1509,1,'2020-01-21 07:27:14','2020-01-21 07:27:14','','walking-v1','','inherit','open','closed','','walking-v1-3','','','2023-05-11 18:40:30','2023-05-11 18:40:30','',1517,'http://pallyagro.ng/wp-content/uploads/2020/01/walking-v1-2.jpg',0,'attachment','image/jpeg',0),(1510,1,'2020-01-21 07:34:28','2020-01-21 07:34:28','','section-bg-img','','inherit','open','closed','','section-bg-img-3','','','2023-05-11 18:40:31','2023-05-11 18:40:31','',1517,'http://pallyagro.ng/wp-content/uploads/2020/01/section-bg-img-2.jpg',0,'attachment','image/jpeg',0),(1511,1,'2020-02-17 04:46:16','2020-02-17 04:46:16','','Default Kit','','publish','closed','closed','','default-kit-7','','','2020-02-17 04:46:16','2020-02-17 04:46:16','',0,'https://pallyagro.ng/?elementor_library=default-kit-7',0,'elementor_library','',0),(1512,1,'2020-02-20 05:25:48','2020-02-20 05:25:48','','outdoor-adventure-yoast-seo','','inherit','open','closed','','outdoor-adventure-yoast-seo-3','','','2020-02-20 05:25:48','2020-02-20 05:25:48','',0,'http://pallyagro.ng/wp-content/uploads/2020/02/outdoor-adventure-yoast-seo-2.jpg',0,'attachment','image/jpeg',0),(1513,1,'2021-02-27 11:11:24','2021-02-27 11:11:24','','outdoor-image-01','','inherit','open','closed','','outdoor-image-01-3','','','2023-05-11 18:40:32','2023-05-11 18:40:32','',1517,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-01-2.jpg',0,'attachment','image/jpeg',0),(1514,1,'2021-02-27 11:11:56','2021-02-27 11:11:56','','outdoor-image-02','','inherit','open','closed','','outdoor-image-02-3','','','2023-05-11 18:40:33','2023-05-11 18:40:33','',1518,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-02-2.jpg',0,'attachment','image/jpeg',0),(1515,1,'2021-02-27 11:50:57','2021-02-27 11:50:57','','outdoor-image-04','','inherit','open','closed','','outdoor-image-04-3','','','2023-05-11 18:40:34','2023-05-11 18:40:34','',1517,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-04-2.jpg',0,'attachment','image/jpeg',0),(1516,1,'2021-02-27 11:52:05','2021-02-27 11:52:05','','outdoor-image-03','','inherit','open','closed','','outdoor-image-03-3','','','2023-05-11 18:40:35','2023-05-11 18:40:35','',1519,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-03-2.jpg',0,'attachment','image/jpeg',0),(1517,1,'2018-11-27 09:16:54','2018-11-27 09:16:54','','Home','','publish','closed','closed','','home-6','','','2018-11-27 09:16:54','2018-11-27 09:16:54','',0,'https://pallyagro.ng/home-6/',0,'page','',0),(1518,1,'2018-11-27 09:17:08','2018-11-27 09:17:08','','About','','publish','closed','closed','','about-6','','','2018-11-27 09:17:08','2018-11-27 09:17:08','',0,'https://pallyagro.ng/about-6/',0,'page','',0),(1519,1,'2018-11-27 09:17:28','2018-11-27 09:17:28','','Services','','publish','closed','closed','','services-6','','','2018-11-27 09:17:28','2018-11-27 09:17:28','',0,'https://pallyagro.ng/services-6/',0,'page','',0),(1520,1,'2018-11-27 09:17:42','2018-11-27 09:17:42','','Projects','','publish','closed','closed','','projects-3','','','2018-11-27 09:17:42','2018-11-27 09:17:42','',0,'https://pallyagro.ng/projects-3/',0,'page','',0),(1521,1,'2018-11-27 09:17:56','2018-11-27 09:17:56','','Contact','','publish','closed','closed','','contact-6','','','2018-11-27 09:17:56','2018-11-27 09:17:56','',0,'https://pallyagro.ng/contact-6/',0,'page','',0),(1522,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','11-3','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/11-3/',3,'nav_menu_item','',0),(1523,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','12-3','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/12-3/',2,'nav_menu_item','',0),(1524,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','13-3','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/13-3/',1,'nav_menu_item','',0),(1525,1,'2021-12-04 06:43:22','2018-11-28 08:35:55',' ','','','publish','closed','closed','','150-3','','','2021-12-04 06:43:22','2018-11-28 08:35:55','',0,'https://pallyagro.ng/2021/12/04/150-3/',5,'nav_menu_item','',0),(1526,1,'2023-05-11 19:55:17','2023-05-11 19:55:17','','wxr.xml','','inherit','open','closed','','wxr-xml-7','','','2023-05-11 19:55:17','2023-05-11 19:55:17','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/wxr-6.xml',0,'attachment','text/xml',0),(1527,1,'2018-11-27 12:47:05','2018-11-27 12:47:05','','about-bg','','inherit','open','closed','','about-bg-3-5','','','2023-05-11 19:56:37','2023-05-11 19:56:37','',1568,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-2-4.jpg',0,'attachment','image/jpeg',0),(1528,1,'2018-11-27 13:17:13','2018-11-27 13:17:13','','vision','','inherit','open','closed','','vision-2-5','','','2023-05-11 19:56:38','2023-05-11 19:56:38','',1568,'http://pallyagro.ng/wp-content/uploads/2018/11/vision-1-4.jpg',0,'attachment','image/jpeg',0),(1529,1,'2018-11-28 06:01:07','2018-11-28 06:01:07','','services-2','','inherit','open','closed','','services-2-6','','','2023-05-11 19:56:39','2023-05-11 19:56:39','',1569,'http://pallyagro.ng/wp-content/uploads/2018/11/services-2-4.jpg',0,'attachment','image/jpeg',0),(1530,1,'2018-11-28 06:07:57','2018-11-28 06:07:57','','services-3','','inherit','open','closed','','services-3-6','','','2023-05-11 19:56:40','2023-05-11 19:56:40','',1569,'http://pallyagro.ng/wp-content/uploads/2018/11/services-3-4.jpg',0,'attachment','image/jpeg',0),(1531,1,'2018-11-28 07:03:23','2018-11-28 07:03:23','','quote','','inherit','open','closed','','quote-2-5','','','2023-05-11 19:56:41','2023-05-11 19:56:41','',1567,'http://pallyagro.ng/wp-content/uploads/2018/11/quote-1-4.png',0,'attachment','image/png',0),(1532,1,'2018-11-28 08:35:59','2018-11-28 08:35:59','','19-1','','inherit','open','closed','','19-1-5','','','2023-05-11 19:56:42','2023-05-11 19:56:42','',1567,'http://pallyagro.ng/wp-content/uploads/2018/11/19-1-4.png',0,'attachment','image/png',0),(1533,1,'2018-11-28 08:45:36','2018-11-28 08:45:36','','about-bg','','inherit','open','closed','','about-bg-6-5','','','2023-05-11 19:56:43','2023-05-11 19:56:43','',1568,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-5-4.jpg',0,'attachment','image/jpeg',0),(1534,1,'2018-11-28 09:17:48','2018-11-28 09:17:48','','snow-1','','inherit','open','closed','','snow-1-5','','','2023-05-11 19:56:44','2023-05-11 19:56:44','',1567,'http://pallyagro.ng/wp-content/uploads/2018/11/snow-1-4.jpg',0,'attachment','image/jpeg',0),(1535,1,'2018-11-28 09:39:40','2018-11-28 09:39:40','','water-sports-01','','inherit','open','closed','','water-sports-01-5','','','2018-11-28 09:39:40','2018-11-28 09:39:40','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-01-4.jpg',0,'attachment','image/jpeg',0),(1536,1,'2018-11-28 09:39:41','2018-11-28 09:39:41','','water-sports-02','','inherit','open','closed','','water-sports-02-5','','','2018-11-28 09:39:41','2018-11-28 09:39:41','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-02-4.jpg',0,'attachment','image/jpeg',0),(1537,1,'2018-11-28 09:43:43','2018-11-28 09:43:43','','water-sports-03','','inherit','open','closed','','water-sports-03-5','','','2018-11-28 09:43:43','2018-11-28 09:43:43','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-03-4.jpg',0,'attachment','image/jpeg',0),(1538,1,'2018-11-28 09:44:17','2018-11-28 09:44:17','','water-sports-04','','inherit','open','closed','','water-sports-04-5','','','2018-11-28 09:44:17','2018-11-28 09:44:17','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-04-4.jpg',0,'attachment','image/jpeg',0),(1539,1,'2018-11-28 09:52:21','2018-11-28 09:52:21','','winter-sports-01','','inherit','open','closed','','winter-sports-01-5','','','2018-11-28 09:52:21','2018-11-28 09:52:21','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-01-4.jpg',0,'attachment','image/jpeg',0),(1540,1,'2018-11-28 09:52:22','2018-11-28 09:52:22','','winter-sports-02','','inherit','open','closed','','winter-sports-02-5','','','2018-11-28 09:52:22','2018-11-28 09:52:22','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-02-4.jpg',0,'attachment','image/jpeg',0),(1541,1,'2018-11-28 09:52:23','2018-11-28 09:52:23','','winter-sports-03','','inherit','open','closed','','winter-sports-03-5','','','2018-11-28 09:52:23','2018-11-28 09:52:23','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-03-4.jpg',0,'attachment','image/jpeg',0),(1542,1,'2018-11-28 09:52:24','2018-11-28 09:52:24','','winter-sports-04','','inherit','open','closed','','winter-sports-04-5','','','2018-11-28 09:52:24','2018-11-28 09:52:24','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-04-4.jpg',0,'attachment','image/jpeg',0),(1543,1,'2018-11-28 09:58:48','2018-11-28 09:58:48','','camp-1','','inherit','open','closed','','camp-1-5','','','2018-11-28 09:58:48','2018-11-28 09:58:48','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-1-4.jpg',0,'attachment','image/jpeg',0),(1544,1,'2018-11-28 09:58:49','2018-11-28 09:58:49','','camp-2','','inherit','open','closed','','camp-2-5','','','2018-11-28 09:58:49','2018-11-28 09:58:49','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-2-4.jpg',0,'attachment','image/jpeg',0),(1545,1,'2018-11-28 09:58:50','2018-11-28 09:58:50','','camp-3','','inherit','open','closed','','camp-3-5','','','2018-11-28 09:58:50','2018-11-28 09:58:50','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-3-4.jpg',0,'attachment','image/jpeg',0),(1546,1,'2018-11-28 09:58:51','2018-11-28 09:58:51','','camp-4','','inherit','open','closed','','camp-4-5','','','2018-11-28 09:58:51','2018-11-28 09:58:51','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-4-4.jpg',0,'attachment','image/jpeg',0),(1547,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','10-5','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/10-5/',4,'nav_menu_item','',0),(1548,1,'2018-11-27 12:15:27','2018-11-27 12:15:27','','astra','','publish','closed','closed','','astra-8','','','2018-11-27 12:15:27','2018-11-27 12:15:27','',0,'https://pallyagro.ng/2018/11/27/astra-8/',0,'custom_css','',0),(1549,1,'2018-11-28 10:01:22','2018-11-28 10:01:22','','services-bg','','inherit','open','closed','','services-bg-4','','','2023-05-11 19:56:45','2023-05-11 19:56:45','',1569,'http://pallyagro.ng/wp-content/uploads/2018/11/services-bg-3.jpg',0,'attachment','image/jpeg',0),(1550,1,'2018-11-28 10:11:12','2018-11-28 10:11:12','','winter-sport','','inherit','open','closed','','winter-sport-4','','','2023-05-11 19:56:46','2023-05-11 19:56:46','',1569,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sport-3.jpg',0,'attachment','image/jpeg',0),(1551,1,'2018-11-28 11:22:22','2018-11-28 11:22:22','','project-background','','inherit','open','closed','','project-background-4','','','2023-05-11 19:56:47','2023-05-11 19:56:47','',1570,'http://pallyagro.ng/wp-content/uploads/2018/11/project-background-3.jpg',0,'attachment','image/jpeg',0),(1552,1,'2018-11-28 11:40:20','2018-11-28 11:40:20','','image-1','','inherit','open','closed','','image-1-4','','','2023-05-11 19:56:48','2023-05-11 19:56:48','',1567,'http://pallyagro.ng/wp-content/uploads/2018/11/image-1-3.jpg',0,'attachment','image/jpeg',0),(1553,1,'2018-11-28 12:22:32','2018-11-28 12:22:32','','hero-bg','','inherit','open','closed','','hero-bg-4','','','2023-05-11 19:56:49','2023-05-11 19:56:49','',1567,'http://pallyagro.ng/wp-content/uploads/2018/11/hero-bg-3.jpg',0,'attachment','image/jpeg',0),(1554,1,'2020-01-17 09:28:43','2020-01-17 09:28:43','','logo','','inherit','open','closed','','logo-4','','','2020-01-17 09:28:43','2020-01-17 09:28:43','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo-3.png',0,'attachment','image/png',0),(1555,1,'2020-01-17 09:28:44','2020-01-17 09:28:44','','logo@2x','','inherit','open','closed','','logo2x-4','','','2020-01-17 09:28:44','2020-01-17 09:28:44','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo@2x-3.png',0,'attachment','image/png',0),(1556,1,'2020-01-17 09:29:40','2020-01-17 09:29:40','','white-logo@2x','','inherit','open','closed','','white-logo2x-4','','','2020-01-17 09:29:40','2020-01-17 09:29:40','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo@2x-3.png',0,'attachment','image/png',0),(1557,1,'2020-01-17 09:29:41','2020-01-17 09:29:41','','white-logo','','inherit','open','closed','','white-logo-4','','','2020-01-17 09:29:41','2020-01-17 09:29:41','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo-3.png',0,'attachment','image/png',0),(1558,1,'2020-01-21 07:22:11','2020-01-21 07:22:11','','hiking-v1','','inherit','open','closed','','hiking-v1-4','','','2023-05-11 19:56:51','2023-05-11 19:56:51','',1567,'http://pallyagro.ng/wp-content/uploads/2020/01/hiking-v1-3.jpg',0,'attachment','image/jpeg',0),(1559,1,'2020-01-21 07:27:14','2020-01-21 07:27:14','','walking-v1','','inherit','open','closed','','walking-v1-4','','','2023-05-11 19:56:52','2023-05-11 19:56:52','',1567,'http://pallyagro.ng/wp-content/uploads/2020/01/walking-v1-3.jpg',0,'attachment','image/jpeg',0),(1560,1,'2020-01-21 07:34:28','2020-01-21 07:34:28','','section-bg-img','','inherit','open','closed','','section-bg-img-4','','','2023-05-11 19:56:53','2023-05-11 19:56:53','',1567,'http://pallyagro.ng/wp-content/uploads/2020/01/section-bg-img-3.jpg',0,'attachment','image/jpeg',0),(1561,1,'2020-02-17 04:46:16','2020-02-17 04:46:16','','Default Kit','','publish','closed','closed','','default-kit-8','','','2020-02-17 04:46:16','2020-02-17 04:46:16','',0,'https://pallyagro.ng/?elementor_library=default-kit-8',0,'elementor_library','',0),(1562,1,'2020-02-20 05:25:48','2020-02-20 05:25:48','','outdoor-adventure-yoast-seo','','inherit','open','closed','','outdoor-adventure-yoast-seo-4','','','2020-02-20 05:25:48','2020-02-20 05:25:48','',0,'http://pallyagro.ng/wp-content/uploads/2020/02/outdoor-adventure-yoast-seo-3.jpg',0,'attachment','image/jpeg',0),(1563,1,'2021-02-27 11:11:24','2021-02-27 11:11:24','','outdoor-image-01','','inherit','open','closed','','outdoor-image-01-4','','','2023-05-11 19:56:54','2023-05-11 19:56:54','',1567,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-01-3.jpg',0,'attachment','image/jpeg',0),(1564,1,'2021-02-27 11:11:56','2021-02-27 11:11:56','','outdoor-image-02','','inherit','open','closed','','outdoor-image-02-4','','','2023-05-11 19:56:55','2023-05-11 19:56:55','',1568,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-02-3.jpg',0,'attachment','image/jpeg',0),(1565,1,'2021-02-27 11:50:57','2021-02-27 11:50:57','','outdoor-image-04','','inherit','open','closed','','outdoor-image-04-4','','','2023-05-11 19:56:56','2023-05-11 19:56:56','',1567,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-04-3.jpg',0,'attachment','image/jpeg',0),(1566,1,'2021-02-27 11:52:05','2021-02-27 11:52:05','','outdoor-image-03','','inherit','open','closed','','outdoor-image-03-4','','','2023-05-11 19:56:57','2023-05-11 19:56:57','',1569,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-03-3.jpg',0,'attachment','image/jpeg',0),(1567,1,'2018-11-27 09:16:54','2018-11-27 09:16:54','','Home','','publish','closed','closed','','home-7','','','2018-11-27 09:16:54','2018-11-27 09:16:54','',0,'https://pallyagro.ng/home-7/',0,'page','',0),(1568,1,'2018-11-27 09:17:08','2018-11-27 09:17:08','','About','','publish','closed','closed','','about-7','','','2018-11-27 09:17:08','2018-11-27 09:17:08','',0,'https://pallyagro.ng/about-7/',0,'page','',0),(1569,1,'2018-11-27 09:17:28','2018-11-27 09:17:28','','Services','','publish','closed','closed','','services-7','','','2018-11-27 09:17:28','2018-11-27 09:17:28','',0,'https://pallyagro.ng/services-7/',0,'page','',0),(1570,1,'2018-11-27 09:17:42','2018-11-27 09:17:42','','Projects','','publish','closed','closed','','projects-4','','','2018-11-27 09:17:42','2018-11-27 09:17:42','',0,'https://pallyagro.ng/projects-4/',0,'page','',0),(1571,1,'2018-11-27 09:17:56','2018-11-27 09:17:56','','Contact','','publish','closed','closed','','contact-7','','','2018-11-27 09:17:56','2018-11-27 09:17:56','',0,'https://pallyagro.ng/contact-7/',0,'page','',0),(1572,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','11-4','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/11-4/',3,'nav_menu_item','',0),(1573,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','12-4','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/12-4/',2,'nav_menu_item','',0),(1574,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','13-4','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/13-4/',1,'nav_menu_item','',0),(1575,1,'2021-12-04 06:43:22','2018-11-28 08:35:55',' ','','','publish','closed','closed','','150-4','','','2021-12-04 06:43:22','2018-11-28 08:35:55','',0,'https://pallyagro.ng/2021/12/04/150-4/',5,'nav_menu_item','',0),(1576,1,'2023-05-11 20:03:18','2023-05-11 20:03:18','<title>Selecting Used Venezuela Brides Inside Places Money</title>\n<h2>Mail order venezuela brides</h2>\r\n<p>Regarding genuine search, Venezuelan women are equally marketed with the light-skinned mestizos and you can caramel-toned morenos. Because of the nation\'s multicultural constitution, you could date a woman that appears like good Eu if not one that seems to be an enthusiastic African. They also enjoys darkish brown eyes, long-hair, and you may charming smiles. Just after discovering several ladies handle, make an effort to get the woman sight, her mouth area, together with her ideal. These services are all observed in that person and present brand new brand new image of a Venezuelan fiance-to-be. For those who`lso are a Westerner exactly who intentions to start a family group having an excellent as an alternative girls, the main points below carry out-feel helpful.<!--more--> The latest body gestures of your enticing Venezuelan fiance-to-end up being is drinking water and you may <a href=\"https://datingmentor.org/beard-dating/\">dating a Beard</a> swish.</p>\r\n<ul>\n<li>We simply cannot are not able to make you certain helpful tips.</li>\n<li>To get the status regarding a female, to undertake this lady, to simply help, to truly be glucose daddies close me personally Albany New york huge and tough are the jobs while the fulfillment one to you could score subsequent to such as for instance a bride-to-be.</li>\n<li> not , when a local personal can be applied the gowns and you will you can pumps on, your spouse is actually visually outrageous.</li>\n<li>Regular ladies in the united states is actually housewives and you can house servants.</li>\n</ul>\r\n<p>Observe their soulmate, Venezuelan send-buy partner is during the right position to use every new assets. The market that have “online dating services” is big today. Matchmakers bring successful colleagues that have an equally productive extension. Within this text, we\'re going to explore just what Venezuelan someone are and ways to with ease obtain the cardio away from alluring glory.</p>\r\n<p>It come across family in the current, attending occurrences and you can delivering-throughout the ideal thing throughout the existence at some point. Latin ladies are experienced perhaps one of the most unique and you will you\'ll entertaining lady in the world. Inside Venezuela, the space very nearly some body and seeks getting the finest function, they start to maintain their appearance nearly out-of younger some one. It\'s exaggeration to say that contribution in any charm contests enjoys turned getting Venezuelan people right into an effective federal hobbies. Venezuela beauties intrigue employing curvy and you may girls analysis, easy wise black hair, and also you y black vision. It is difficult in order to satisfy Venezuela girl with out make-up and you\'ll ideal coiffure on the go. Link to help you good Venezuelan woman is a wonderful style correct looking to enjoys a sensational and you may compassionate spouse.</p>\r\n<p>I am able to decode each individual We satisfy, however, I\'m extremely sick and tired of boys just who would like to have fun having and you can discipline me personally. But really I\'m sure one to my personal Prince Charming will likely be acquired and I\'m able to satisfy them on the this amazing site. These include seeking boys out-of good details to start aside good happier residential which have. This stereotype is likely without a doubt some of the normal and you may fascinates the latest brides away from Latin The usa.</p>\r\n<p>But not,, she wants to score wooed of the top means your try impression the and then make perform to demonstrate it to your woman. Their style sense is nice too due to the fact she understands hence gowns to people with what state of mind. Beautiful Venezuelan mail order fiance will get without difficulty grow to be an effective magnificence pageant champ otherwise something special stopper on ramp! Instead, she\'d deny having shame one to she wants to remain having the the size. Definitely, brand new Venezuelan ladies are more inclined towards the liberal position in daily life. This makes them really bearable and helps when you go through the that have a caring condition regarding the span of increasing children. Of the method in which, this is the genuine aim of Venezuelan mail-buy spouses.</p>\r\n<h2>Brand new Dream about Venezuela Brides Shown</h2>\r\n<p>Venezuela women are on while it began with the nation for the purchase of cosmetics and you may makeup products process. Still, the women struggled due to their legal rights and have the fresh power to go to high college, perform training, and have a look at. However, most of the ladies introduce up on sandwich-simple situations. The brand new serenade inside balcony was brand of a human anatomy out-away from a classic flick otherwise a web page regarding a book. Envision how surprised your girlfriend might possibly be and if she sees your that have a guitar if you don\'t a beneficial saxophone into the balcony, in the middle of additional music artists.</p>\r\n<p>When you\'re bringing the girl to the country, you will want to long to joy the girl on proving the woman that which you assume she should become aware of. Do not guess she\'s going to be willing to is actually nevertheless inside every single day of your own new few days. If you cann\'t get this ladies over to dive, there are the ability to at the least bring the so you\'re able to the brand new coastline and differing sceneries in order to see more info on nature. That\'s a characteristic you to happens give-in-hand which have trustworthiness. Venezuelan mail-order brides do not know tips about how to safeguards the fresh viewpoint or thoughts.</p>\r\n<p>Certain worry you to Venezuela\'s expanding society of internationally spouses commonly impact in to the personal issues and you can weak towards the the nation\'s system away from opinions. You can simply fulfill Venezuelan singles to the you to ideal-peak Venezuelan girls dating internet site.</p>\r\n<p>For this trigger the majority of people physical appearance from Venezuela and you can are without having away a great chances to basically see glance at Venezuelan lady . However, Venezuelan females appear to be glamorous.</p>\r\n<p>Your lover is actually know one to one day therefore, who goes for the women\'s actually same as their, not merely while the brand new women\'s several ex boyfriend-girlfriends. Very if you want to win the center of a keen Venezuelan young lady, ignore into the snooze plus the festivals. From now on, you can make use of would be to constantly try parts of your muscles, check out the fundamentals regarding means and you can signal so you can manage to help you look daring, tough and you may tactful. Given that you are ready to see, there\'s nothing incorrect due to searching for lover utilizing the web. Venezuela email address get brides would-be-all of the time furnished for a primary matchmaking and you can wedding. In addition , on-range dating other sites are usually most compatible in lots of around the globe towns and cities. Venezuela unmarried people are definitely trying to find people, even so they would not day somebody who will not suits its dysfunction of an excellent mate.</p>\r\n<p>It entryway try in fact it is inserted not nearly as expensive Uncategorized. You could realize you to definitely answers to you to definitely entryway regarding the Rss feed 2.0 provide. Both comments and you can pings is signed.</p>','Selecting Used Venezuela Brides Inside Places Money','','publish','open','open','','selecting-used-venezuela-brides-inside-places','','','2023-05-11 20:46:55','2023-05-11 20:46:55','',0,'http://pallyagro.ng/?p=1576',0,'post','',0),(1577,1,'2023-05-11 20:46:55','2023-05-11 20:46:55','<title>Selecting Used Venezuela Brides Inside Places Money</title>\n<h2>Mail order venezuela brides</h2>\r\n<p>Regarding genuine search, Venezuelan women are equally marketed with the light-skinned mestizos and you can caramel-toned morenos. Because of the nation\'s multicultural constitution, you could date a woman that appears like good Eu if not one that seems to be an enthusiastic African. They also enjoys darkish brown eyes, long-hair, and you may charming smiles. Just after discovering several ladies handle, make an effort to get the woman sight, her mouth area, together with her ideal. These services are all observed in that person and present brand new brand new image of a Venezuelan fiance-to-be. For those who`lso are a Westerner exactly who intentions to start a family group having an excellent as an alternative girls, the main points below carry out-feel helpful.<!--more--> The latest body gestures of your enticing Venezuelan fiance-to-end up being is drinking water and you may <a href=\"https://datingmentor.org/beard-dating/\">dating a Beard</a> swish.</p>\r\n<ul>\n<li>We simply cannot are not able to make you certain helpful tips.</li>\n<li>To get the status regarding a female, to undertake this lady, to simply help, to truly be glucose daddies close me personally Albany New york huge and tough are the jobs while the fulfillment one to you could score subsequent to such as for instance a bride-to-be.</li>\n<li> not , when a local personal can be applied the gowns and you will you can pumps on, your spouse is actually visually outrageous.</li>\n<li>Regular ladies in the united states is actually housewives and you can house servants.</li>\n</ul>\r\n<p>Observe their soulmate, Venezuelan send-buy partner is during the right position to use every new assets. The market that have “online dating services” is big today. Matchmakers bring successful colleagues that have an equally productive extension. Within this text, we\'re going to explore just what Venezuelan someone are and ways to with ease obtain the cardio away from alluring glory.</p>\r\n<p>It come across family in the current, attending occurrences and you can delivering-throughout the ideal thing throughout the existence at some point. Latin ladies are experienced perhaps one of the most unique and you will you\'ll entertaining lady in the world. Inside Venezuela, the space very nearly some body and seeks getting the finest function, they start to maintain their appearance nearly out-of younger some one. It\'s exaggeration to say that contribution in any charm contests enjoys turned getting Venezuelan people right into an effective federal hobbies. Venezuela beauties intrigue employing curvy and you may girls analysis, easy wise black hair, and also you y black vision. It is difficult in order to satisfy Venezuela girl with out make-up and you\'ll ideal coiffure on the go. Link to help you good Venezuelan woman is a wonderful style correct looking to enjoys a sensational and you may compassionate spouse.</p>\r\n<p>I am able to decode each individual We satisfy, however, I\'m extremely sick and tired of boys just who would like to have fun having and you can discipline me personally. But really I\'m sure one to my personal Prince Charming will likely be acquired and I\'m able to satisfy them on the this amazing site. These include seeking boys out-of good details to start aside good happier residential which have. This stereotype is likely without a doubt some of the normal and you may fascinates the latest brides away from Latin The usa.</p>\r\n<p>But not,, she wants to score wooed of the top means your try impression the and then make perform to demonstrate it to your woman. Their style sense is nice too due to the fact she understands hence gowns to people with what state of mind. Beautiful Venezuelan mail order fiance will get without difficulty grow to be an effective magnificence pageant champ otherwise something special stopper on ramp! Instead, she\'d deny having shame one to she wants to remain having the the size. Definitely, brand new Venezuelan ladies are more inclined towards the liberal position in daily life. This makes them really bearable and helps when you go through the that have a caring condition regarding the span of increasing children. Of the method in which, this is the genuine aim of Venezuelan mail-buy spouses.</p>\r\n<h2>Brand new Dream about Venezuela Brides Shown</h2>\r\n<p>Venezuela women are on while it began with the nation for the purchase of cosmetics and you may makeup products process. Still, the women struggled due to their legal rights and have the fresh power to go to high college, perform training, and have a look at. However, most of the ladies introduce up on sandwich-simple situations. The brand new serenade inside balcony was brand of a human anatomy out-away from a classic flick otherwise a web page regarding a book. Envision how surprised your girlfriend might possibly be and if she sees your that have a guitar if you don\'t a beneficial saxophone into the balcony, in the middle of additional music artists.</p>\r\n<p>When you\'re bringing the girl to the country, you will want to long to joy the girl on proving the woman that which you assume she should become aware of. Do not guess she\'s going to be willing to is actually nevertheless inside every single day of your own new few days. If you cann\'t get this ladies over to dive, there are the ability to at the least bring the so you\'re able to the brand new coastline and differing sceneries in order to see more info on nature. That\'s a characteristic you to happens give-in-hand which have trustworthiness. Venezuelan mail-order brides do not know tips about how to safeguards the fresh viewpoint or thoughts.</p>\r\n<p>Certain worry you to Venezuela\'s expanding society of internationally spouses commonly impact in to the personal issues and you can weak towards the the nation\'s system away from opinions. You can simply fulfill Venezuelan singles to the you to ideal-peak Venezuelan girls dating internet site.</p>\r\n<p>For this trigger the majority of people physical appearance from Venezuela and you can are without having away a great chances to basically see glance at Venezuelan lady . However, Venezuelan females appear to be glamorous.</p>\r\n<p>Your lover is actually know one to one day therefore, who goes for the women\'s actually same as their, not merely while the brand new women\'s several ex boyfriend-girlfriends. Very if you want to win the center of a keen Venezuelan young lady, ignore into the snooze plus the festivals. From now on, you can make use of would be to constantly try parts of your muscles, check out the fundamentals regarding means and you can signal so you can manage to help you look daring, tough and you may tactful. Given that you are ready to see, there\'s nothing incorrect due to searching for lover utilizing the web. Venezuela email address get brides would-be-all of the time furnished for a primary matchmaking and you can wedding. In addition , on-range dating other sites are usually most compatible in lots of around the globe towns and cities. Venezuela unmarried people are definitely trying to find people, even so they would not day somebody who will not suits its dysfunction of an excellent mate.</p>\r\n<p>It entryway try in fact it is inserted not nearly as expensive Uncategorized. You could realize you to definitely answers to you to definitely entryway regarding the Rss feed 2.0 provide. Both comments and you can pings is signed.</p>','Selecting Used Venezuela Brides Inside Places Money','','inherit','closed','closed','','1576-revision-v1','','','2023-05-11 20:46:55','2023-05-11 20:46:55','',1576,'http://pallyagro.ng/?p=1577',0,'revision','',0),(1578,1,'2023-05-11 20:56:41','2023-05-11 20:56:41','<title>Baiise des prix apres actes mouvement dans adopter sur le entreprise precoce</title>\r\n<ul>\r\n<li>5 reductions de montant a l’egard de $5.46;</li>\r\n<li>8 credits concernant le cout de $;</li>\r\n<li>Doubs reductions de cout pour $;</li>\r\n<li>50 credits i propos du total a l’egard de $;</li>\r\n<li>100 credits pour le montant avec $;</li>\r\n</ul>\r\n<h2>Applications tout comme Transcription Mouvant</h2>\r\n<p>Le design en tenant notre page a l’egard de voit m\'a semble fabrique malgre etre responsive, de fait Sauf Que nous n\'aurez personne affliction sur se servir de tous ses fonctionnalites Avec bigophone Sauf Que ordinant machine transferable ou tablette. Il n\'existe enjambee d\'application au niveau des machine samsung mais aussi iOS...</p>\r\n<h2>Le quotidien individuelle apres anonyme</h2>\r\n<p> Les chantiers a l’egard de partie vivent generalement attribues de une paire de ramille: les espaces ouvert et les websites abstenus… Au sujet des emploi en tenant bagarre manifesteEt un sport d\'ensemble de tous les comptes d\'utilisateurs constitue abordable tout le monde... En revanche, les sites de rencontre abstenus garantissent de confidentialite mais auusi anonymat en un simple rang davantage abstrait patache Cet profil n\'est accostable qu\'aux amas annonces (et individu d\'autre ne pourra visionner toute pourtour).<!--more--></p>\r\n<p>Nos ports surs utilisateurs englobent visibles tout comme a une acheminee pour toute personne non-inscrite sur Le bienfait! De fait, chacun est competent pour potentiellement lire Cette bordure sinon tous vos nouvelle attributives... Tous les individus sont obliges de subsequemment fabriquer affirmation de rpevioyance proportionnellement au sein du type d\'actu qu\'ils ont via la plateforme...</p>\r\n<h2>Defiance contre ma fraude alors tous les mauvais contours</h2>\r\n<p>Mon peripetie pret argue surs conciliateurs ou averes essence aupres mouvoir tous les debat i du fauve: debat vivent par moments accessibles simplement via mon abonnement liberalite acquittant… Au cours de ces chatons couramment des ordinateur sinon quelques mediateurs qui adressent des textes tout prepares... Cette raison veut dire qu\'les utilisateurs rien coucheront foulee de la experience actuelle, et qu\'ils pas du tout peuvent Manque franchement bien sortir un rdv.</p>\r\n<p>Pour vous offrir en surfant sur le entreprise murEt il vous continue en question de affirmer n\'importe quelle savoir-faire courrier! Il s\'agit de votre analogie avec defiance primitif apostillant sur barrer l\'elaboration en compagnie de mauvais ports sinon a l’egard de ports furtif. Ce dernier aide i rendre la page web cet evenement blet davantage entezndu tout comme autorise une meilleure savoir connaissances commune via le portail.</p>\r\n<p>N\'importe quelle photo va etre agenouillee vers un validation artisanale acheminee par les conciliateurs! Maintenant Sauf Que faites attention vers ne plus trafiquer des artciles difficile aussi bien que categorique. Les autres membres cites pourront en outre constater les donneesme mien entreprise blet aspire aider le quotidien privee alors l\'anonymat certains clients Sauf Que il n\'est foulee propose de publier Cette adresse ou bien la numero a l’egard de Samsung onirique sur la page!</p>\r\n<h2>Clause Personnelles d\'Utilisation (CGU)</h2>\r\n<p>Il est possible de tenir admission aux clause d\'utilisation en compagnie de ce blog en tenant tacht (vous verrez l\'agent en ce qui concerne a elles feuille d\'accueil). Les siens votre part aidons pour leurs consulter afin de vous-meme apprendre. Bien que le propos reste longiligneEt Cela reste dramatique d\'en prendre idee...</p>\r\n<h2>Informations de contact</h2>\r\n<p>La page en tenant rencontre tout mon entreprise blet levant administre dans Festivus Media BVOu institution assimilee au sein territoire accompagnant: Netherlands… Lorsque vous avez envie rentrer en contact cette entreprise Sauf Que vous pouvez se servir de les references ci-dessous :</p>\r\n<ul>\r\n<li>Surnom en PME: Festivus Media BV;</li>\r\n<li>Bassinet aimable d\'la societe: Bezuidenhoutseweg 161;</li>\r\n<li>Chiffre postal apres patrie: 2594 AG ‘s-Gravenhage;</li>\r\n<li>Pays: Netherlands;</li>\r\n</ul>\r\n<h2>Desactivation de l\' speculation: une nouvelle abroger mon compte Avec mien evenement mur?</h2>\r\n<p>Ma desactivation de votre prevision en ce qui concerne mien evenement precoce voit germe accomplir n’importe quand apres sans frais aucun! Cette air risque de s\'effectuer interactif... Si vous non trouvez pas l\'option nonobstant infirmer votre compteOu vous pouvez contacter la prestation preneur dont toi-meme dirigera dans la facon pour faire appel. L\'adhesion pour ce site avec tchat dit avantageuseEt vous devez apparemment gratter complet forfait mais aussi integral selection payante alors votre part inactiverez voire abrogerez toute computation… En plus de capable desactiver de ce calcul Sauf Que Avez vous aussi une occasion revee pour vous-meme desinscrire surs listes en tenant distribution et aveugler toutes les declaration. AussiOu nous ne accepterez pas loin nenni venant du entreprise blet...</p>\r\n<p>Un mecanisme en compagnie de appliquons cloison regle parmi quand il <a href=\"https://datingmentor.org/fr/teenchat-review/\">interface teenchat</a> sera. Ceci paiement ne se trouve plus directement bouleverse au moment ou nous n\'aurez plus de administrons! Toi pouvez subsequemment racheter le nombre adoree a la main vers force qui vous convient employer celui prestation…</p>','Baiise des prix apres actes mouvement dans adopter sur le entreprise precoce','','publish','open','open','','baiise-des-prix-apres-actes-mouvement-dans-adopter','','','2023-05-11 21:04:25','2023-05-11 21:04:25','',0,'http://pallyagro.ng/?p=1578',0,'post','',0),(1579,1,'2023-05-11 21:04:25','2023-05-11 21:04:25','<title>Baiise des prix apres actes mouvement dans adopter sur le entreprise precoce</title>\r\n<ul>\r\n<li>5 reductions de montant a l’egard de $5.46;</li>\r\n<li>8 credits concernant le cout de $;</li>\r\n<li>Doubs reductions de cout pour $;</li>\r\n<li>50 credits i propos du total a l’egard de $;</li>\r\n<li>100 credits pour le montant avec $;</li>\r\n</ul>\r\n<h2>Applications tout comme Transcription Mouvant</h2>\r\n<p>Le design en tenant notre page a l’egard de voit m\'a semble fabrique malgre etre responsive, de fait Sauf Que nous n\'aurez personne affliction sur se servir de tous ses fonctionnalites Avec bigophone Sauf Que ordinant machine transferable ou tablette. Il n\'existe enjambee d\'application au niveau des machine samsung mais aussi iOS...</p>\r\n<h2>Le quotidien individuelle apres anonyme</h2>\r\n<p> Les chantiers a l’egard de partie vivent generalement attribues de une paire de ramille: les espaces ouvert et les websites abstenus… Au sujet des emploi en tenant bagarre manifesteEt un sport d\'ensemble de tous les comptes d\'utilisateurs constitue abordable tout le monde... En revanche, les sites de rencontre abstenus garantissent de confidentialite mais auusi anonymat en un simple rang davantage abstrait patache Cet profil n\'est accostable qu\'aux amas annonces (et individu d\'autre ne pourra visionner toute pourtour).<!--more--></p>\r\n<p>Nos ports surs utilisateurs englobent visibles tout comme a une acheminee pour toute personne non-inscrite sur Le bienfait! De fait, chacun est competent pour potentiellement lire Cette bordure sinon tous vos nouvelle attributives... Tous les individus sont obliges de subsequemment fabriquer affirmation de rpevioyance proportionnellement au sein du type d\'actu qu\'ils ont via la plateforme...</p>\r\n<h2>Defiance contre ma fraude alors tous les mauvais contours</h2>\r\n<p>Mon peripetie pret argue surs conciliateurs ou averes essence aupres mouvoir tous les debat i du fauve: debat vivent par moments accessibles simplement via mon abonnement liberalite acquittant… Au cours de ces chatons couramment des ordinateur sinon quelques mediateurs qui adressent des textes tout prepares... Cette raison veut dire qu\'les utilisateurs rien coucheront foulee de la experience actuelle, et qu\'ils pas du tout peuvent Manque franchement bien sortir un rdv.</p>\r\n<p>Pour vous offrir en surfant sur le entreprise murEt il vous continue en question de affirmer n\'importe quelle savoir-faire courrier! Il s\'agit de votre analogie avec defiance primitif apostillant sur barrer l\'elaboration en compagnie de mauvais ports sinon a l’egard de ports furtif. Ce dernier aide i rendre la page web cet evenement blet davantage entezndu tout comme autorise une meilleure savoir connaissances commune via le portail.</p>\r\n<p>N\'importe quelle photo va etre agenouillee vers un validation artisanale acheminee par les conciliateurs! Maintenant Sauf Que faites attention vers ne plus trafiquer des artciles difficile aussi bien que categorique. Les autres membres cites pourront en outre constater les donneesme mien entreprise blet aspire aider le quotidien privee alors l\'anonymat certains clients Sauf Que il n\'est foulee propose de publier Cette adresse ou bien la numero a l’egard de Samsung onirique sur la page!</p>\r\n<h2>Clause Personnelles d\'Utilisation (CGU)</h2>\r\n<p>Il est possible de tenir admission aux clause d\'utilisation en compagnie de ce blog en tenant tacht (vous verrez l\'agent en ce qui concerne a elles feuille d\'accueil). Les siens votre part aidons pour leurs consulter afin de vous-meme apprendre. Bien que le propos reste longiligneEt Cela reste dramatique d\'en prendre idee...</p>\r\n<h2>Informations de contact</h2>\r\n<p>La page en tenant rencontre tout mon entreprise blet levant administre dans Festivus Media BVOu institution assimilee au sein territoire accompagnant: Netherlands… Lorsque vous avez envie rentrer en contact cette entreprise Sauf Que vous pouvez se servir de les references ci-dessous :</p>\r\n<ul>\r\n<li>Surnom en PME: Festivus Media BV;</li>\r\n<li>Bassinet aimable d\'la societe: Bezuidenhoutseweg 161;</li>\r\n<li>Chiffre postal apres patrie: 2594 AG ‘s-Gravenhage;</li>\r\n<li>Pays: Netherlands;</li>\r\n</ul>\r\n<h2>Desactivation de l\' speculation: une nouvelle abroger mon compte Avec mien evenement mur?</h2>\r\n<p>Ma desactivation de votre prevision en ce qui concerne mien evenement precoce voit germe accomplir n’importe quand apres sans frais aucun! Cette air risque de s\'effectuer interactif... Si vous non trouvez pas l\'option nonobstant infirmer votre compteOu vous pouvez contacter la prestation preneur dont toi-meme dirigera dans la facon pour faire appel. L\'adhesion pour ce site avec tchat dit avantageuseEt vous devez apparemment gratter complet forfait mais aussi integral selection payante alors votre part inactiverez voire abrogerez toute computation… En plus de capable desactiver de ce calcul Sauf Que Avez vous aussi une occasion revee pour vous-meme desinscrire surs listes en tenant distribution et aveugler toutes les declaration. AussiOu nous ne accepterez pas loin nenni venant du entreprise blet...</p>\r\n<p>Un mecanisme en compagnie de appliquons cloison regle parmi quand il <a href=\"https://datingmentor.org/fr/teenchat-review/\">interface teenchat</a> sera. Ceci paiement ne se trouve plus directement bouleverse au moment ou nous n\'aurez plus de administrons! Toi pouvez subsequemment racheter le nombre adoree a la main vers force qui vous convient employer celui prestation…</p>','Baiise des prix apres actes mouvement dans adopter sur le entreprise precoce','','inherit','closed','closed','','1578-revision-v1','','','2023-05-11 21:04:25','2023-05-11 21:04:25','',1578,'http://pallyagro.ng/?p=1579',0,'revision','',0),(1580,1,'2023-05-11 22:40:04','2023-05-11 22:40:04','','wxr.xml','','inherit','open','closed','','wxr-xml-8','','','2023-05-11 22:40:04','2023-05-11 22:40:04','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/wxr-7.xml',0,'attachment','text/xml',0),(1581,1,'2018-11-27 12:47:05','2018-11-27 12:47:05','','about-bg','','inherit','open','closed','','about-bg-3-6','','','2023-05-11 22:42:27','2023-05-11 22:42:27','',1622,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-2-5.jpg',0,'attachment','image/jpeg',0),(1582,1,'2018-11-27 13:17:13','2018-11-27 13:17:13','','vision','','inherit','open','closed','','vision-2-6','','','2023-05-11 22:42:32','2023-05-11 22:42:32','',1622,'http://pallyagro.ng/wp-content/uploads/2018/11/vision-1-5.jpg',0,'attachment','image/jpeg',0),(1583,1,'2018-11-28 06:01:07','2018-11-28 06:01:07','','services-2','','inherit','open','closed','','services-2-7','','','2023-05-11 22:42:33','2023-05-11 22:42:33','',1623,'http://pallyagro.ng/wp-content/uploads/2018/11/services-2-5.jpg',0,'attachment','image/jpeg',0),(1584,1,'2018-11-28 06:07:57','2018-11-28 06:07:57','','services-3','','inherit','open','closed','','services-3-7','','','2023-05-11 22:42:34','2023-05-11 22:42:34','',1623,'http://pallyagro.ng/wp-content/uploads/2018/11/services-3-5.jpg',0,'attachment','image/jpeg',0),(1585,1,'2018-11-28 07:03:23','2018-11-28 07:03:23','','quote','','inherit','open','closed','','quote-2-6','','','2023-05-11 22:42:35','2023-05-11 22:42:35','',1621,'http://pallyagro.ng/wp-content/uploads/2018/11/quote-1-5.png',0,'attachment','image/png',0),(1586,1,'2018-11-28 08:35:59','2018-11-28 08:35:59','','19-1','','inherit','open','closed','','19-1-6','','','2023-05-11 22:42:36','2023-05-11 22:42:36','',1621,'http://pallyagro.ng/wp-content/uploads/2018/11/19-1-5.png',0,'attachment','image/png',0),(1587,1,'2018-11-28 08:45:36','2018-11-28 08:45:36','','about-bg','','inherit','open','closed','','about-bg-6-6','','','2023-05-11 22:42:37','2023-05-11 22:42:37','',1622,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-5-5.jpg',0,'attachment','image/jpeg',0),(1588,1,'2018-11-28 09:17:48','2018-11-28 09:17:48','','snow-1','','inherit','open','closed','','snow-1-6','','','2023-05-11 22:42:38','2023-05-11 22:42:38','',1621,'http://pallyagro.ng/wp-content/uploads/2018/11/snow-1-5.jpg',0,'attachment','image/jpeg',0),(1589,1,'2018-11-28 09:39:40','2018-11-28 09:39:40','','water-sports-01','','inherit','open','closed','','water-sports-01-6','','','2018-11-28 09:39:40','2018-11-28 09:39:40','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-01-5.jpg',0,'attachment','image/jpeg',0),(1590,1,'2018-11-28 09:39:41','2018-11-28 09:39:41','','water-sports-02','','inherit','open','closed','','water-sports-02-6','','','2018-11-28 09:39:41','2018-11-28 09:39:41','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-02-5.jpg',0,'attachment','image/jpeg',0),(1591,1,'2018-11-28 09:43:43','2018-11-28 09:43:43','','water-sports-03','','inherit','open','closed','','water-sports-03-6','','','2018-11-28 09:43:43','2018-11-28 09:43:43','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-03-5.jpg',0,'attachment','image/jpeg',0),(1592,1,'2018-11-28 09:44:17','2018-11-28 09:44:17','','water-sports-04','','inherit','open','closed','','water-sports-04-6','','','2018-11-28 09:44:17','2018-11-28 09:44:17','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-04-5.jpg',0,'attachment','image/jpeg',0),(1593,1,'2018-11-28 09:52:21','2018-11-28 09:52:21','','winter-sports-01','','inherit','open','closed','','winter-sports-01-6','','','2018-11-28 09:52:21','2018-11-28 09:52:21','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-01-5.jpg',0,'attachment','image/jpeg',0),(1594,1,'2018-11-28 09:52:22','2018-11-28 09:52:22','','winter-sports-02','','inherit','open','closed','','winter-sports-02-6','','','2018-11-28 09:52:22','2018-11-28 09:52:22','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-02-5.jpg',0,'attachment','image/jpeg',0),(1595,1,'2018-11-28 09:52:23','2018-11-28 09:52:23','','winter-sports-03','','inherit','open','closed','','winter-sports-03-6','','','2018-11-28 09:52:23','2018-11-28 09:52:23','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-03-5.jpg',0,'attachment','image/jpeg',0),(1596,1,'2018-11-28 09:52:24','2018-11-28 09:52:24','','winter-sports-04','','inherit','open','closed','','winter-sports-04-6','','','2018-11-28 09:52:24','2018-11-28 09:52:24','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-04-5.jpg',0,'attachment','image/jpeg',0),(1597,1,'2018-11-28 09:58:48','2018-11-28 09:58:48','','camp-1','','inherit','open','closed','','camp-1-6','','','2018-11-28 09:58:48','2018-11-28 09:58:48','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-1-5.jpg',0,'attachment','image/jpeg',0),(1598,1,'2018-11-28 09:58:49','2018-11-28 09:58:49','','camp-2','','inherit','open','closed','','camp-2-6','','','2018-11-28 09:58:49','2018-11-28 09:58:49','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-2-5.jpg',0,'attachment','image/jpeg',0),(1599,1,'2018-11-28 09:58:50','2018-11-28 09:58:50','','camp-3','','inherit','open','closed','','camp-3-6','','','2018-11-28 09:58:50','2018-11-28 09:58:50','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-3-5.jpg',0,'attachment','image/jpeg',0),(1600,1,'2018-11-28 09:58:51','2018-11-28 09:58:51','','camp-4','','inherit','open','closed','','camp-4-6','','','2018-11-28 09:58:51','2018-11-28 09:58:51','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-4-5.jpg',0,'attachment','image/jpeg',0),(1601,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','10-6','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/10-6/',4,'nav_menu_item','',0),(1602,1,'2018-11-27 12:15:27','2018-11-27 12:15:27','','astra','','publish','closed','closed','','astra-9','','','2018-11-27 12:15:27','2018-11-27 12:15:27','',0,'https://pallyagro.ng/2018/11/27/astra-9/',0,'custom_css','',0),(1603,1,'2018-11-28 10:01:22','2018-11-28 10:01:22','','services-bg','','inherit','open','closed','','services-bg-5','','','2023-05-11 22:42:39','2023-05-11 22:42:39','',1623,'http://pallyagro.ng/wp-content/uploads/2018/11/services-bg-4.jpg',0,'attachment','image/jpeg',0),(1604,1,'2018-11-28 10:11:12','2018-11-28 10:11:12','','winter-sport','','inherit','open','closed','','winter-sport-5','','','2023-05-11 22:42:40','2023-05-11 22:42:40','',1623,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sport-4.jpg',0,'attachment','image/jpeg',0),(1605,1,'2018-11-28 11:22:22','2018-11-28 11:22:22','','project-background','','inherit','open','closed','','project-background-5','','','2023-05-11 22:42:41','2023-05-11 22:42:41','',1624,'http://pallyagro.ng/wp-content/uploads/2018/11/project-background-4.jpg',0,'attachment','image/jpeg',0),(1606,1,'2018-11-28 11:40:20','2018-11-28 11:40:20','','image-1','','inherit','open','closed','','image-1-5','','','2023-05-11 22:42:42','2023-05-11 22:42:42','',1621,'http://pallyagro.ng/wp-content/uploads/2018/11/image-1-4.jpg',0,'attachment','image/jpeg',0),(1607,1,'2018-11-28 12:22:32','2018-11-28 12:22:32','','hero-bg','','inherit','open','closed','','hero-bg-5','','','2023-05-11 22:42:42','2023-05-11 22:42:42','',1621,'http://pallyagro.ng/wp-content/uploads/2018/11/hero-bg-4.jpg',0,'attachment','image/jpeg',0),(1608,1,'2020-01-17 09:28:43','2020-01-17 09:28:43','','logo','','inherit','open','closed','','logo-5','','','2020-01-17 09:28:43','2020-01-17 09:28:43','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo-4.png',0,'attachment','image/png',0),(1609,1,'2020-01-17 09:28:44','2020-01-17 09:28:44','','logo@2x','','inherit','open','closed','','logo2x-5','','','2020-01-17 09:28:44','2020-01-17 09:28:44','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo@2x-4.png',0,'attachment','image/png',0),(1610,1,'2020-01-17 09:29:40','2020-01-17 09:29:40','','white-logo@2x','','inherit','open','closed','','white-logo2x-5','','','2020-01-17 09:29:40','2020-01-17 09:29:40','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo@2x-4.png',0,'attachment','image/png',0),(1611,1,'2020-01-17 09:29:41','2020-01-17 09:29:41','','white-logo','','inherit','open','closed','','white-logo-5','','','2020-01-17 09:29:41','2020-01-17 09:29:41','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo-4.png',0,'attachment','image/png',0),(1612,1,'2020-01-21 07:22:11','2020-01-21 07:22:11','','hiking-v1','','inherit','open','closed','','hiking-v1-5','','','2023-05-11 22:42:43','2023-05-11 22:42:43','',1621,'http://pallyagro.ng/wp-content/uploads/2020/01/hiking-v1-4.jpg',0,'attachment','image/jpeg',0),(1613,1,'2020-01-21 07:27:14','2020-01-21 07:27:14','','walking-v1','','inherit','open','closed','','walking-v1-5','','','2023-05-11 22:42:44','2023-05-11 22:42:44','',1621,'http://pallyagro.ng/wp-content/uploads/2020/01/walking-v1-4.jpg',0,'attachment','image/jpeg',0),(1614,1,'2020-01-21 07:34:28','2020-01-21 07:34:28','','section-bg-img','','inherit','open','closed','','section-bg-img-5','','','2023-05-11 22:42:45','2023-05-11 22:42:45','',1621,'http://pallyagro.ng/wp-content/uploads/2020/01/section-bg-img-4.jpg',0,'attachment','image/jpeg',0),(1615,1,'2020-02-17 04:46:16','2020-02-17 04:46:16','','Default Kit','','publish','closed','closed','','default-kit-9','','','2020-02-17 04:46:16','2020-02-17 04:46:16','',0,'https://pallyagro.ng/?elementor_library=default-kit-9',0,'elementor_library','',0),(1616,1,'2020-02-20 05:25:48','2020-02-20 05:25:48','','outdoor-adventure-yoast-seo','','inherit','open','closed','','outdoor-adventure-yoast-seo-5','','','2020-02-20 05:25:48','2020-02-20 05:25:48','',0,'http://pallyagro.ng/wp-content/uploads/2020/02/outdoor-adventure-yoast-seo-4.jpg',0,'attachment','image/jpeg',0),(1617,1,'2021-02-27 11:11:24','2021-02-27 11:11:24','','outdoor-image-01','','inherit','open','closed','','outdoor-image-01-5','','','2023-05-11 22:42:46','2023-05-11 22:42:46','',1621,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-01-4.jpg',0,'attachment','image/jpeg',0),(1618,1,'2021-02-27 11:11:56','2021-02-27 11:11:56','','outdoor-image-02','','inherit','open','closed','','outdoor-image-02-5','','','2023-05-11 22:42:47','2023-05-11 22:42:47','',1622,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-02-4.jpg',0,'attachment','image/jpeg',0),(1619,1,'2021-02-27 11:50:57','2021-02-27 11:50:57','','outdoor-image-04','','inherit','open','closed','','outdoor-image-04-5','','','2023-05-11 22:42:48','2023-05-11 22:42:48','',1621,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-04-4.jpg',0,'attachment','image/jpeg',0),(1620,1,'2021-02-27 11:52:05','2021-02-27 11:52:05','','outdoor-image-03','','inherit','open','closed','','outdoor-image-03-5','','','2023-05-11 22:42:51','2023-05-11 22:42:51','',1623,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-03-4.jpg',0,'attachment','image/jpeg',0),(1621,1,'2018-11-27 09:16:54','2018-11-27 09:16:54','','Home','','publish','closed','closed','','home-8','','','2018-11-27 09:16:54','2018-11-27 09:16:54','',0,'https://pallyagro.ng/home-8/',0,'page','',0),(1622,1,'2018-11-27 09:17:08','2018-11-27 09:17:08','','About','','publish','closed','closed','','about-8','','','2018-11-27 09:17:08','2018-11-27 09:17:08','',0,'https://pallyagro.ng/about-8/',0,'page','',0),(1623,1,'2018-11-27 09:17:28','2018-11-27 09:17:28','','Services','','publish','closed','closed','','services-8','','','2018-11-27 09:17:28','2018-11-27 09:17:28','',0,'https://pallyagro.ng/services-8/',0,'page','',0),(1624,1,'2018-11-27 09:17:42','2018-11-27 09:17:42','','Projects','','publish','closed','closed','','projects-5','','','2018-11-27 09:17:42','2018-11-27 09:17:42','',0,'https://pallyagro.ng/projects-5/',0,'page','',0),(1625,1,'2018-11-27 09:17:56','2018-11-27 09:17:56','','Contact','','publish','closed','closed','','contact-8','','','2018-11-27 09:17:56','2018-11-27 09:17:56','',0,'https://pallyagro.ng/contact-8/',0,'page','',0),(1626,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','11-5','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/11-5/',3,'nav_menu_item','',0),(1627,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','12-5','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/12-5/',2,'nav_menu_item','',0),(1628,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','13-5','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/13-5/',1,'nav_menu_item','',0),(1629,1,'2021-12-04 06:43:22','2018-11-28 08:35:55',' ','','','publish','closed','closed','','150-5','','','2021-12-04 06:43:22','2018-11-28 08:35:55','',0,'https://pallyagro.ng/2021/12/04/150-5/',5,'nav_menu_item','',0),(1630,1,'2023-05-11 22:43:19','2023-05-11 22:43:19','','wxr.xml','','inherit','open','closed','','wxr-xml-9','','','2023-05-11 22:43:19','2023-05-11 22:43:19','',0,'http://pallyagro.ng/wp-content/uploads/2023/05/wxr-8.xml',0,'attachment','text/xml',0),(1631,1,'2018-11-27 12:47:05','2018-11-27 12:47:05','','about-bg','','inherit','open','closed','','about-bg-3-7','','','2023-05-11 22:45:01','2023-05-11 22:45:01','',1672,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-2-6.jpg',0,'attachment','image/jpeg',0),(1632,1,'2018-11-27 13:17:13','2018-11-27 13:17:13','','vision','','inherit','open','closed','','vision-2-7','','','2023-05-11 22:45:03','2023-05-11 22:45:03','',1672,'http://pallyagro.ng/wp-content/uploads/2018/11/vision-1-6.jpg',0,'attachment','image/jpeg',0),(1633,1,'2018-11-28 06:01:07','2018-11-28 06:01:07','','services-2','','inherit','open','closed','','services-2-8','','','2023-05-11 22:45:05','2023-05-11 22:45:05','',1673,'http://pallyagro.ng/wp-content/uploads/2018/11/services-2-6.jpg',0,'attachment','image/jpeg',0),(1634,1,'2018-11-28 06:07:57','2018-11-28 06:07:57','','services-3','','inherit','open','closed','','services-3-8','','','2023-05-11 22:45:07','2023-05-11 22:45:07','',1673,'http://pallyagro.ng/wp-content/uploads/2018/11/services-3-6.jpg',0,'attachment','image/jpeg',0),(1635,1,'2018-11-28 07:03:23','2018-11-28 07:03:23','','quote','','inherit','open','closed','','quote-2-7','','','2023-05-11 22:45:08','2023-05-11 22:45:08','',1671,'http://pallyagro.ng/wp-content/uploads/2018/11/quote-1-6.png',0,'attachment','image/png',0),(1636,1,'2018-11-28 08:35:59','2018-11-28 08:35:59','','19-1','','inherit','open','closed','','19-1-7','','','2023-05-11 22:45:09','2023-05-11 22:45:09','',1671,'http://pallyagro.ng/wp-content/uploads/2018/11/19-1-6.png',0,'attachment','image/png',0),(1637,1,'2018-11-28 08:45:36','2018-11-28 08:45:36','','about-bg','','inherit','open','closed','','about-bg-6-7','','','2023-05-11 22:45:19','2023-05-11 22:45:19','',1672,'http://pallyagro.ng/wp-content/uploads/2018/11/about-bg-5-6.jpg',0,'attachment','image/jpeg',0),(1638,1,'2018-11-28 09:17:48','2018-11-28 09:17:48','','snow-1','','inherit','open','closed','','snow-1-7','','','2018-11-28 09:17:48','2018-11-28 09:17:48','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/snow-1-6.jpg',0,'attachment','image/jpeg',0),(1639,1,'2018-11-28 09:39:40','2018-11-28 09:39:40','','water-sports-01','','inherit','open','closed','','water-sports-01-7','','','2018-11-28 09:39:40','2018-11-28 09:39:40','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-01-6.jpg',0,'attachment','image/jpeg',0),(1640,1,'2018-11-28 09:39:41','2018-11-28 09:39:41','','water-sports-02','','inherit','open','closed','','water-sports-02-7','','','2018-11-28 09:39:41','2018-11-28 09:39:41','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-02-6.jpg',0,'attachment','image/jpeg',0),(1641,1,'2018-11-28 09:43:43','2018-11-28 09:43:43','','water-sports-03','','inherit','open','closed','','water-sports-03-7','','','2018-11-28 09:43:43','2018-11-28 09:43:43','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-03-6.jpg',0,'attachment','image/jpeg',0),(1642,1,'2018-11-28 09:44:17','2018-11-28 09:44:17','','water-sports-04','','inherit','open','closed','','water-sports-04-7','','','2018-11-28 09:44:17','2018-11-28 09:44:17','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/water-sports-04-6.jpg',0,'attachment','image/jpeg',0),(1643,1,'2018-11-28 09:52:21','2018-11-28 09:52:21','','winter-sports-01','','inherit','open','closed','','winter-sports-01-7','','','2018-11-28 09:52:21','2018-11-28 09:52:21','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-01-6.jpg',0,'attachment','image/jpeg',0),(1644,1,'2018-11-28 09:52:22','2018-11-28 09:52:22','','winter-sports-02','','inherit','open','closed','','winter-sports-02-7','','','2018-11-28 09:52:22','2018-11-28 09:52:22','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-02-6.jpg',0,'attachment','image/jpeg',0),(1645,1,'2018-11-28 09:52:23','2018-11-28 09:52:23','','winter-sports-03','','inherit','open','closed','','winter-sports-03-7','','','2018-11-28 09:52:23','2018-11-28 09:52:23','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-03-6.jpg',0,'attachment','image/jpeg',0),(1646,1,'2018-11-28 09:52:24','2018-11-28 09:52:24','','winter-sports-04','','inherit','open','closed','','winter-sports-04-7','','','2018-11-28 09:52:24','2018-11-28 09:52:24','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sports-04-6.jpg',0,'attachment','image/jpeg',0),(1647,1,'2018-11-28 09:58:48','2018-11-28 09:58:48','','camp-1','','inherit','open','closed','','camp-1-7','','','2018-11-28 09:58:48','2018-11-28 09:58:48','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-1-6.jpg',0,'attachment','image/jpeg',0),(1648,1,'2018-11-28 09:58:49','2018-11-28 09:58:49','','camp-2','','inherit','open','closed','','camp-2-7','','','2018-11-28 09:58:49','2018-11-28 09:58:49','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-2-6.jpg',0,'attachment','image/jpeg',0),(1649,1,'2018-11-28 09:58:50','2018-11-28 09:58:50','','camp-3','','inherit','open','closed','','camp-3-7','','','2018-11-28 09:58:50','2018-11-28 09:58:50','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-3-6.jpg',0,'attachment','image/jpeg',0),(1650,1,'2018-11-28 09:58:51','2018-11-28 09:58:51','','camp-4','','inherit','open','closed','','camp-4-7','','','2018-11-28 09:58:51','2018-11-28 09:58:51','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/camp-4-6.jpg',0,'attachment','image/jpeg',0),(1651,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','10-7','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/10-7/',4,'nav_menu_item','',0),(1652,1,'2018-11-27 12:15:27','2018-11-27 12:15:27','','astra','','publish','closed','closed','','astra-10','','','2018-11-27 12:15:27','2018-11-27 12:15:27','',0,'https://pallyagro.ng/2018/11/27/astra-10/',0,'custom_css','',0),(1653,1,'2018-11-28 10:01:22','2018-11-28 10:01:22','','services-bg','','inherit','open','closed','','services-bg-6','','','2018-11-28 10:01:22','2018-11-28 10:01:22','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/services-bg-5.jpg',0,'attachment','image/jpeg',0),(1654,1,'2018-11-28 10:11:12','2018-11-28 10:11:12','','winter-sport','','inherit','open','closed','','winter-sport-6','','','2018-11-28 10:11:12','2018-11-28 10:11:12','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/winter-sport-5.jpg',0,'attachment','image/jpeg',0),(1655,1,'2018-11-28 11:22:22','2018-11-28 11:22:22','','project-background','','inherit','open','closed','','project-background-6','','','2018-11-28 11:22:22','2018-11-28 11:22:22','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/project-background-5.jpg',0,'attachment','image/jpeg',0),(1656,1,'2018-11-28 11:40:20','2018-11-28 11:40:20','','image-1','','inherit','open','closed','','image-1-6','','','2018-11-28 11:40:20','2018-11-28 11:40:20','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/image-1-5.jpg',0,'attachment','image/jpeg',0),(1657,1,'2018-11-28 12:22:32','2018-11-28 12:22:32','','hero-bg','','inherit','open','closed','','hero-bg-6','','','2018-11-28 12:22:32','2018-11-28 12:22:32','',0,'http://pallyagro.ng/wp-content/uploads/2018/11/hero-bg-5.jpg',0,'attachment','image/jpeg',0),(1658,1,'2020-01-17 09:28:43','2020-01-17 09:28:43','','logo','','inherit','open','closed','','logo-6','','','2020-01-17 09:28:43','2020-01-17 09:28:43','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo-5.png',0,'attachment','image/png',0),(1659,1,'2020-01-17 09:28:44','2020-01-17 09:28:44','','logo@2x','','inherit','open','closed','','logo2x-6','','','2020-01-17 09:28:44','2020-01-17 09:28:44','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/logo@2x-5.png',0,'attachment','image/png',0),(1660,1,'2020-01-17 09:29:40','2020-01-17 09:29:40','','white-logo@2x','','inherit','open','closed','','white-logo2x-6','','','2020-01-17 09:29:40','2020-01-17 09:29:40','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo@2x-5.png',0,'attachment','image/png',0),(1661,1,'2020-01-17 09:29:41','2020-01-17 09:29:41','','white-logo','','inherit','open','closed','','white-logo-6','','','2020-01-17 09:29:41','2020-01-17 09:29:41','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/white-logo-5.png',0,'attachment','image/png',0),(1662,1,'2020-01-21 07:22:11','2020-01-21 07:22:11','','hiking-v1','','inherit','open','closed','','hiking-v1-6','','','2020-01-21 07:22:11','2020-01-21 07:22:11','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/hiking-v1-5.jpg',0,'attachment','image/jpeg',0),(1663,1,'2020-01-21 07:27:14','2020-01-21 07:27:14','','walking-v1','','inherit','open','closed','','walking-v1-6','','','2020-01-21 07:27:14','2020-01-21 07:27:14','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/walking-v1-5.jpg',0,'attachment','image/jpeg',0),(1664,1,'2020-01-21 07:34:28','2020-01-21 07:34:28','','section-bg-img','','inherit','open','closed','','section-bg-img-6','','','2020-01-21 07:34:28','2020-01-21 07:34:28','',0,'http://pallyagro.ng/wp-content/uploads/2020/01/section-bg-img-5.jpg',0,'attachment','image/jpeg',0),(1665,1,'2020-02-17 04:46:16','2020-02-17 04:46:16','','Default Kit','','publish','closed','closed','','default-kit-10','','','2020-02-17 04:46:16','2020-02-17 04:46:16','',0,'https://pallyagro.ng/?elementor_library=default-kit-10',0,'elementor_library','',0),(1666,1,'2020-02-20 05:25:48','2020-02-20 05:25:48','','outdoor-adventure-yoast-seo','','inherit','open','closed','','outdoor-adventure-yoast-seo-6','','','2020-02-20 05:25:48','2020-02-20 05:25:48','',0,'http://pallyagro.ng/wp-content/uploads/2020/02/outdoor-adventure-yoast-seo-5.jpg',0,'attachment','image/jpeg',0),(1667,1,'2021-02-27 11:11:24','2021-02-27 11:11:24','','outdoor-image-01','','inherit','open','closed','','outdoor-image-01-6','','','2021-02-27 11:11:24','2021-02-27 11:11:24','',0,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-01-5.jpg',0,'attachment','image/jpeg',0),(1668,1,'2021-02-27 11:11:56','2021-02-27 11:11:56','','outdoor-image-02','','inherit','open','closed','','outdoor-image-02-6','','','2021-02-27 11:11:56','2021-02-27 11:11:56','',0,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-02-5.jpg',0,'attachment','image/jpeg',0),(1669,1,'2021-02-27 11:50:57','2021-02-27 11:50:57','','outdoor-image-04','','inherit','open','closed','','outdoor-image-04-6','','','2021-02-27 11:50:57','2021-02-27 11:50:57','',0,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-04-5.jpg',0,'attachment','image/jpeg',0),(1670,1,'2021-02-27 11:52:05','2021-02-27 11:52:05','','outdoor-image-03','','inherit','open','closed','','outdoor-image-03-6','','','2021-02-27 11:52:05','2021-02-27 11:52:05','',0,'http://pallyagro.ng/wp-content/uploads/2021/02/outdoor-image-03-5.jpg',0,'attachment','image/jpeg',0),(1671,1,'2018-11-27 09:16:54','2018-11-27 09:16:54','','Home','','publish','closed','closed','','home-9','','','2018-11-27 09:16:54','2018-11-27 09:16:54','',0,'https://pallyagro.ng/home-9/',0,'page','',0),(1672,1,'2018-11-27 09:17:08','2018-11-27 09:17:08','','About','','publish','closed','closed','','about-9','','','2018-11-27 09:17:08','2018-11-27 09:17:08','',0,'https://pallyagro.ng/about-9/',0,'page','',0),(1673,1,'2018-11-27 09:17:28','2018-11-27 09:17:28','','Services','','publish','closed','closed','','services-9','','','2018-11-27 09:17:28','2018-11-27 09:17:28','',0,'https://pallyagro.ng/services-9/',0,'page','',0),(1674,1,'2018-11-27 09:17:42','2018-11-27 09:17:42','','Projects','','publish','closed','closed','','projects-6','','','2018-11-27 09:17:42','2018-11-27 09:17:42','',0,'https://pallyagro.ng/projects-6/',0,'page','',0),(1675,1,'2018-11-27 09:17:56','2018-11-27 09:17:56','','Contact','','publish','closed','closed','','contact-9','','','2018-11-27 09:17:56','2018-11-27 09:17:56','',0,'https://pallyagro.ng/contact-9/',0,'page','',0),(1676,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','11-6','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/11-6/',3,'nav_menu_item','',0),(1677,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','12-6','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/12-6/',2,'nav_menu_item','',0),(1678,1,'2021-12-04 06:43:22','2018-11-27 09:18:44',' ','','','publish','closed','closed','','13-6','','','2021-12-04 06:43:22','2018-11-27 09:18:44','',0,'https://pallyagro.ng/2021/12/04/13-6/',1,'nav_menu_item','',0),(1679,1,'2021-12-04 06:43:22','2018-11-28 08:35:55',' ','','','publish','closed','closed','','150-6','','','2021-12-04 06:43:22','2018-11-28 08:35:55','',0,'https://pallyagro.ng/2021/12/04/150-6/',5,'nav_menu_item','',0); /*!40000 ALTER TABLE `wpfl_posts` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_posts` with 478 row(s) -- -- -- Table structure for table `wpfl_links` -- DROP TABLE IF EXISTS `wpfl_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_links` -- LOCK TABLES `wpfl_links` WRITE; /*!40000 ALTER TABLE `wpfl_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_links` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_links` with 0 row(s) -- -- -- Table structure for table `wpfl_wc_order_tax_lookup` -- DROP TABLE IF EXISTS `wpfl_wc_order_tax_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_order_tax_lookup` -- LOCK TABLES `wpfl_wc_order_tax_lookup` WRITE; /*!40000 ALTER TABLE `wpfl_wc_order_tax_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_wc_order_tax_lookup` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_order_tax_lookup` with 0 row(s) -- -- -- Table structure for table `wpfl_woocommerce_order_items` -- DROP TABLE IF EXISTS `wpfl_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_order_items` -- LOCK TABLES `wpfl_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_order_items` with 0 row(s) -- -- -- Table structure for table `wpfl_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `wpfl_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_payment_tokenmeta` -- LOCK TABLES `wpfl_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_payment_tokenmeta` with 0 row(s) -- -- -- Table structure for table `wpfl_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wpfl_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_tax_rates` -- LOCK TABLES `wpfl_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_tax_rates` with 0 row(s) -- -- -- Table structure for table `wpfl_wc_product_meta_lookup` -- DROP TABLE IF EXISTS `wpfl_wc_product_meta_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_product_meta_lookup` -- LOCK TABLES `wpfl_wc_product_meta_lookup` WRITE; /*!40000 ALTER TABLE `wpfl_wc_product_meta_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_wc_product_meta_lookup` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_product_meta_lookup` with 0 row(s) -- -- -- Table structure for table `wpfl_loginizer_logs` -- DROP TABLE IF EXISTS `wpfl_loginizer_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_loginizer_logs` ( `username` varchar(255) NOT NULL DEFAULT '', `time` int(10) NOT NULL DEFAULT 0, `count` int(10) NOT NULL DEFAULT 0, `lockout` int(10) NOT NULL DEFAULT 0, `ip` varchar(255) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', UNIQUE KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_loginizer_logs` -- LOCK TABLES `wpfl_loginizer_logs` WRITE; /*!40000 ALTER TABLE `wpfl_loginizer_logs` DISABLE KEYS */; INSERT INTO `wpfl_loginizer_logs` VALUES ('jadikaya',1683779179,2,0,'111.221.0.181','https://pallyagro.ng/wp-login.php'),('jadikaya',1683770440,2,0,'34.65.234.0','https://pallyagro.ng/wp-login.php'),('wwwadmin',1683725341,1,0,'80.88.88.149','https://pallyagro.ng/wp-login.php'),('pally_admin',1683747438,3,1,'45.61.185.188','https://pallyagro.ng/wp-login.php'),('pally_admin',1683807333,3,1,'45.61.185.196','https://pallyagro.ng/wp-login.php'),('pally_admin',1683730422,2,0,'198.98.49.15','https://pallyagro.ng/wp-login.php'),('pally_admin',1683729082,1,0,'198.98.62.37','https://pallyagro.ng/wp-login.php'),('pally_admin',1683826392,6,2,'45.61.186.182','https://pallyagro.ng//xmlrpc.php'),('pally_admin',1683798581,2,0,'107.189.31.181','https://pallyagro.ng/wp-login.php'),('pally_admin',1683813058,6,2,'205.185.116.249','https://pallyagro.ng/wp-login.php'),('pally_admin',1683814815,2,0,'45.61.188.109','https://pallyagro.ng/wp-login.php'),('pally_admin',1683811675,7,2,'205.185.122.226','https://pallyagro.ng//xmlrpc.php'),('pally_admin',1683812035,7,2,'45.61.187.155','https://pallyagro.ng/wp-login.php'),('pally_admin',1683732287,1,0,'45.61.188.154','https://pallyagro.ng/wp-login.php'),('pally_admin',1683820111,5,1,'205.185.113.218','https://pallyagro.ng/wp-login.php'),('pally_admin',1683818043,4,1,'209.141.49.234','https://pallyagro.ng//xmlrpc.php'),('pally_admin',1683813236,3,1,'104.244.75.48','https://pallyagro.ng/wp-login.php'),('pally_admin',1683812034,4,1,'209.141.42.170','https://pallyagro.ng//xmlrpc.php'),('pally_admin',1683801224,2,0,'205.185.126.99','https://pallyagro.ng//xmlrpc.php'),('pally_admin',1683798667,3,1,'205.185.115.222','https://pallyagro.ng/wp-login.php'),('pally_admin',1683807642,2,0,'209.141.50.8','https://pallyagro.ng/wp-login.php'),('pally_admin',1683737381,1,0,'184.75.223.195','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683737929,1,0,'209.141.49.96','https://pallyagro.ng/wp-login.php'),('pally_admin',1683809961,4,1,'107.189.14.134','https://pallyagro.ng//xmlrpc.php'),('pally_admin',1683815216,3,1,'209.141.49.118','https://pallyagro.ng/wp-login.php'),('admin',1683739219,1,0,'217.182.77.24','https://pallyagro.ng/wp-login.php'),('admin',1683761162,2,0,'37.187.135.45','https://pallyagro.ng/wp-login.php'),('pally_admin',1683740471,1,0,'178.162.209.171','https://pallyagro.ng/xmlrpc.php'),('admin',1683740606,1,0,'23.99.229.218','https://pallyagro.ng/wp-login.php'),('admin',1683743252,1,0,'84.205.178.135','https://pallyagro.ng/wp-login.php'),('admin',1683743685,1,0,'202.134.19.110','https://pallyagro.ng/wp-login.php'),('pally_admin',1683819173,2,0,'45.61.185.241','https://pallyagro.ng/wp-login.php'),('pally_admin',1683743799,1,0,'213.152.162.170','https://pallyagro.ng/xmlrpc.php'),('admin',1683744138,1,0,'206.81.0.21','https://pallyagro.ng/wp-login.php'),('admin',1683744655,1,0,'185.66.69.19','https://pallyagro.ng/wp-login.php'),('admin',1683744660,1,0,'198.74.104.161','https://pallyagro.ng/wp-login.php'),('jadikaya',1683787777,2,0,'66.94.96.129','https://pallyagro.ng/wp-login.php'),('pally_admin',1683804739,2,0,'45.61.188.28','https://pallyagro.ng/wp-login.php'),('admin',1683747867,1,0,'51.38.52.128','https://pallyagro.ng/wp-login.php'),('admin',1683748329,1,0,'88.99.65.95','https://pallyagro.ng/wp-login.php'),('admin',1683748861,1,0,'87.98.171.138','https://pallyagro.ng/wp-login.php'),('admin',1683748873,1,0,'150.109.148.216','https://pallyagro.ng/wp-login.php'),('pally_admin',1683824423,3,1,'107.189.5.223','https://pallyagro.ng//xmlrpc.php'),('admin',1683751676,1,0,'208.109.33.212','https://pallyagro.ng/wp-login.php'),('admin',1683752118,1,0,'14.136.72.82','https://pallyagro.ng/wp-login.php'),('admin',1683753127,1,0,'181.174.125.214','https://pallyagro.ng/wp-login.php'),('admin',1683753127,1,0,'91.197.199.240','https://pallyagro.ng/wp-login.php'),('pally_admin',1683754110,3,1,'159.89.37.165','http://pallyagro.ng/wp-login.php'),('admin',1683755933,1,0,'178.128.160.8','https://pallyagro.ng/wp-login.php'),('admin',1683756379,1,0,'103.130.218.189','https://pallyagro.ng/wp-login.php'),('pally_admin',1683782023,3,1,'5.39.23.15','https://pallyagro.ng/wp-login.php'),('admin',1683757387,1,0,'192.71.144.12','https://pallyagro.ng/wp-login.php'),('admin',1683760684,1,0,'43.154.9.162','https://pallyagro.ng/wp-login.php'),('admin',1683761724,1,0,'103.173.78.11','https://pallyagro.ng/wp-login.php'),('admin',1683761729,1,0,'177.55.124.62','https://pallyagro.ng/wp-login.php'),('admin',1683792246,2,0,'97.74.84.147','https://pallyagro.ng/wp-login.php'),('pally_admin',1683764664,1,0,'156.54.11.139','https://pallyagro.ng/wp-login.php'),('pally_admin',1683765589,2,0,'35.209.180.50','https://pallyagro.ng/wp-login.php'),('admin',1683790719,2,0,'103.163.139.202','https://pallyagro.ng/wp-login.php'),('jadikaya',1683766143,1,0,'51.75.28.0','https://pallyagro.ng/wp-login.php'),('jadikaya',1683766944,1,0,'152.32.189.117','https://pallyagro.ng/wp-login.php'),('pally_admin',1683768974,1,0,'66.70.170.152','https://pallyagro.ng/wp-login.php'),('pally_admin',1683769893,1,0,'185.179.82.133','https://pallyagro.ng/wp-login.php'),('jadikaya',1683770447,1,0,'81.88.52.160','https://pallyagro.ng/wp-login.php'),('pally_admin',1683773318,1,0,'135.125.1.9','https://pallyagro.ng/wp-login.php'),('pally_admin',1683774251,1,0,'142.93.121.129','https://pallyagro.ng/wp-login.php'),('jadikaya',1683774803,1,0,'98.159.145.4','https://pallyagro.ng/wp-login.php'),('jadikaya',1683779183,2,0,'148.72.214.245','https://pallyagro.ng/wp-login.php'),('pally_admin',1683778392,1,0,'104.28.201.73','http://pallyagro.ng/wp-login.php'),('pally_admin',1683780436,2,0,'79.137.196.253','http://pallyagro.ng/wp-login.php'),('pally_admin',1683782464,1,0,'93.114.185.76','https://pallyagro.ng/wp-login.php'),('jadikaya',1683783429,1,0,'171.244.0.91','https://pallyagro.ng/wp-login.php'),('jadikaya',1683783437,1,0,'104.248.42.186','https://pallyagro.ng/wp-login.php'),('pally_admin',1683786265,1,0,'139.196.136.166','https://pallyagro.ng/wp-login.php'),('pally_admin',1683787219,1,0,'67.205.10.234','https://pallyagro.ng/wp-login.php'),('jadikaya',1683787786,1,0,'157.230.15.115','https://pallyagro.ng/wp-login.php'),('admin',1683791185,1,0,'35.202.157.248','https://pallyagro.ng/wp-login.php'),('admin',1683791686,1,0,'46.105.29.21','https://pallyagro.ng/wp-login.php'),('admin',1683792257,1,0,'198.244.167.101','https://pallyagro.ng/wp-login.php'),('admin',1683795214,1,0,'86.105.198.149','https://pallyagro.ng/wp-login.php'),('admin',1683796194,1,0,'148.72.40.90','https://pallyagro.ng/wp-login.php'),('pally_admin',1683820103,4,1,'209.141.32.29','https://pallyagro.ng//xmlrpc.php'),('pally_admin',1683814669,3,1,'209.141.47.80','https://pallyagro.ng/wp-login.php'),('pally_admin',1683825777,3,1,'205.185.120.195','https://pallyagro.ng//xmlrpc.php'),('pally_admin',1683819017,3,1,'205.185.115.239','https://pallyagro.ng/wp-login.php'),('pally_admin',1683821081,6,2,'205.185.115.179','https://pallyagro.ng/wp-login.php'),('pally_admin',1683824536,2,0,'209.141.51.55','https://pallyagro.ng//xmlrpc.php'),('pally_admin',1683824841,3,1,'209.141.34.136','https://pallyagro.ng/wp-login.php'),('pally_admin',1683823979,4,1,'205.185.124.254','https://pallyagro.ng//xmlrpc.php'),('pally_admin',1683812704,2,0,'209.141.62.124','https://pallyagro.ng/wp-login.php'),('pally_admin',1683813946,2,0,'205.185.121.200','https://pallyagro.ng/wp-login.php'),('pally_admin',1683810357,1,0,'199.195.252.219','https://pallyagro.ng/wp-login.php'),('pally_admin',1683823936,3,1,'209.141.57.60','https://pallyagro.ng/wp-login.php'),('pally_admin',1683817003,2,0,'45.61.184.157','https://pallyagro.ng/wp-login.php'),('pally_admin',1683827049,3,1,'205.185.124.182','https://pallyagro.ng/wp-login.php'),('pally_admin',1683821850,2,0,'167.99.5.152','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683813939,1,0,'54.38.166.232','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683829609,4,1,'13.235.195.103','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683814723,2,0,'35.214.190.212','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683837644,3,1,'92.205.2.206','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683813949,1,0,'62.221.252.144','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683813952,1,0,'185.50.25.38','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683829580,5,1,'51.195.213.67','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683813959,1,0,'135.181.176.112','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841500,2,0,'161.97.187.66','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683814707,1,0,'190.57.233.233','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683814724,1,0,'92.205.17.155','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683833077,2,0,'107.180.121.71','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683817781,1,0,'185.135.132.97','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683825285,2,0,'185.15.121.113','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683817787,1,0,'195.78.66.252','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683817794,1,0,'185.50.25.42','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841514,5,1,'154.12.234.45','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683829609,2,0,'161.35.56.80','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683817805,1,0,'169.155.253.134','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683820761,1,0,'205.185.115.71','https://pallyagro.ng/wp-login.php'),('pally_admin',1683821817,1,0,'5.9.59.22','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683821822,1,0,'66.29.141.9','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683821825,1,0,'8.134.139.193','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683829573,3,1,'46.38.249.174','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683821854,1,0,'207.244.252.195','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683822370,1,0,'209.141.51.12','https://pallyagro.ng//xmlrpc.php'),('pally_admin',1683825273,1,0,'35.189.177.208','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841519,4,1,'85.10.200.209','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683837676,2,0,'68.178.145.169','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683825283,1,0,'173.201.182.144','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683825292,1,0,'185.58.56.245','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683825305,1,0,'123.30.238.182','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683825314,1,0,'173.231.215.101','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683825321,1,0,'103.152.79.248','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683829565,1,0,'192.34.55.215','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683829566,1,0,'185.182.56.224','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683829568,1,0,'160.153.153.135','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683829587,1,0,'66.94.97.71','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683837652,3,1,'188.68.47.114','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683833072,1,0,'89.46.108.202','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683833093,1,0,'168.62.213.17','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683833120,1,0,'93.191.158.59','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683833128,1,0,'103.77.162.18','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683833134,1,0,'54.39.152.68','https://pallyagro.ng/xmlrpc.php'),('admin',1683833202,1,0,'206.217.136.46','http://www.pallyagro.ng/xmlrpc.php'),('admin',1683833392,1,0,'34.146.136.2','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683833616,1,0,'95.173.161.171','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683834055,1,0,'77.238.122.196','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683834231,1,0,'209.188.18.187','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683834412,1,0,'59.126.108.85','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683834615,1,0,'95.188.110.33','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683834798,1,0,'34.64.218.102','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683835192,1,0,'62.171.128.227','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683835369,1,0,'113.119.69.26','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683835766,1,0,'185.86.166.90','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683835936,1,0,'155.138.130.91','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683836129,1,0,'190.107.177.243','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683836524,1,0,'185.142.159.250','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683836679,1,0,'184.71.232.214','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683836887,1,0,'190.145.68.131','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683837073,1,0,'203.124.41.171','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683839461,2,0,'216.27.29.9','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683837433,1,0,'161.35.15.73','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683837643,1,0,'95.111.216.66','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683837644,1,0,'77.68.73.208','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683837653,1,0,'95.216.76.58','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683837658,1,0,'79.175.133.147','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683837669,1,0,'13.36.74.81','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683837679,2,0,'185.154.53.207','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683837678,1,0,'208.69.220.211','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683837772,1,0,'176.9.84.42','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683837928,1,0,'187.49.9.58','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683838126,1,0,'185.183.122.143','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683838281,1,0,'68.178.201.184','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683838465,1,0,'67.222.131.158','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683838791,1,0,'50.62.182.245','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683839138,1,0,'103.174.10.83','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683839309,1,0,'51.91.212.100','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683839612,1,0,'217.160.158.55','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683839772,1,0,'103.235.74.227','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683839930,1,0,'103.47.185.185','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683840416,1,0,'103.130.219.2','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683840602,1,0,'92.205.18.40','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683840768,1,0,'167.86.91.247','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683840914,1,0,'103.146.21.5','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683841110,1,0,'161.97.70.9','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683841488,1,0,'198.54.126.62','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841490,1,0,'162.0.209.109','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841508,1,0,'194.163.133.151','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841513,1,0,'188.93.95.160','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841518,1,0,'103.176.179.68','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841523,1,0,'184.95.34.146','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841528,1,0,'193.106.249.131','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841529,1,0,'38.45.65.131','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841538,1,0,'161.97.96.198','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841538,1,0,'88.135.68.72','https://pallyagro.ng/xmlrpc.php'),('pally_admin',1683841606,1,0,'150.95.183.194','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683841787,1,0,'148.72.245.234','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683841968,1,0,'159.65.16.224','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683842148,1,0,'188.121.110.154','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683842363,1,0,'45.80.181.116','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683842900,1,0,'103.159.84.150','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683843084,1,0,'185.220.175.9','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683843256,1,0,'107.189.162.58','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683843462,1,0,'43.153.80.11','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683843656,1,0,'80.251.219.111','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683843820,1,0,'104.28.253.41','http://www.pallyagro.ng/xmlrpc.php'),('admin',1683844176,1,0,'61.19.247.160','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683844382,1,0,'41.185.64.33','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683844565,1,0,'216.194.175.42','http://www.pallyagro.ng/xmlrpc.php'),('pally_admin',1683844758,1,0,'37.200.66.139','http://www.pallyagro.ng/xmlrpc.php'); /*!40000 ALTER TABLE `wpfl_loginizer_logs` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_loginizer_logs` with 207 row(s) -- -- -- Table structure for table `wpfl_wc_download_log` -- DROP TABLE IF EXISTS `wpfl_wc_download_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_download_log` -- LOCK TABLES `wpfl_wc_download_log` WRITE; /*!40000 ALTER TABLE `wpfl_wc_download_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_wc_download_log` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_download_log` with 0 row(s) -- -- -- Table structure for table `wpfl_actionscheduler_logs` -- DROP TABLE IF EXISTS `wpfl_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_actionscheduler_logs` -- LOCK TABLES `wpfl_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `wpfl_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `wpfl_actionscheduler_logs` VALUES (1,5,'action created','2023-05-10 13:11:32','2023-05-10 13:11:32'),(2,6,'action created','2023-05-10 13:11:32','2023-05-10 13:11:32'),(3,5,'action started via WP Cron','2023-05-10 13:11:34','2023-05-10 13:11:34'),(4,5,'action complete via WP Cron','2023-05-10 13:11:34','2023-05-10 13:11:34'),(5,7,'action created','2023-05-10 13:11:35','2023-05-10 13:11:35'),(6,8,'action created','2023-05-10 13:11:46','2023-05-10 13:11:46'),(7,7,'action started via Async Request','2023-05-10 13:11:48','2023-05-10 13:11:48'),(8,7,'action complete via Async Request','2023-05-10 13:11:48','2023-05-10 13:11:48'),(9,8,'action started via Async Request','2023-05-10 13:11:48','2023-05-10 13:11:48'),(10,8,'action complete via Async Request','2023-05-10 13:11:48','2023-05-10 13:11:48'),(11,9,'action created','2023-05-10 13:11:48','2023-05-10 13:11:48'),(12,10,'action created','2023-05-10 13:11:54','2023-05-10 13:11:54'),(13,10,'action started via WP Cron','2023-05-10 13:13:31','2023-05-10 13:13:31'),(14,10,'action complete via WP Cron','2023-05-10 13:13:31','2023-05-10 13:13:31'),(15,6,'action started via WP Cron','2023-05-10 13:13:31','2023-05-10 13:13:31'),(16,6,'action complete via WP Cron','2023-05-10 13:13:31','2023-05-10 13:13:31'),(17,11,'action created','2023-05-11 05:43:57','2023-05-11 05:43:57'),(18,11,'action started via Async Request','2023-05-11 05:44:03','2023-05-11 05:44:03'),(19,11,'action complete via Async Request','2023-05-11 05:44:03','2023-05-11 05:44:03'),(20,9,'action started via WP Cron','2023-05-11 13:15:07','2023-05-11 13:15:07'),(21,9,'action complete via WP Cron','2023-05-11 13:15:07','2023-05-11 13:15:07'),(22,12,'action created','2023-05-11 13:15:07','2023-05-11 13:15:07'),(23,13,'action created','2023-05-11 16:50:36','2023-05-11 16:50:36'),(24,13,'action started via WP Cron','2023-05-11 16:51:40','2023-05-11 16:51:40'),(25,13,'action complete via WP Cron','2023-05-11 16:51:40','2023-05-11 16:51:40'),(26,14,'action created','2023-05-11 17:45:30','2023-05-11 17:45:30'),(27,15,'action created','2023-05-11 17:45:30','2023-05-11 17:45:30'),(28,15,'action started via WP Cron','2023-05-11 17:46:47','2023-05-11 17:46:47'),(29,15,'action complete via WP Cron','2023-05-11 17:46:47','2023-05-11 17:46:47'),(30,16,'action created','2023-05-11 17:46:47','2023-05-11 17:46:47'),(31,14,'action started via WP Cron','2023-05-11 17:46:47','2023-05-11 17:46:47'),(32,14,'action complete via WP Cron','2023-05-11 17:46:47','2023-05-11 17:46:47'),(33,17,'action created','2023-05-11 17:46:47','2023-05-11 17:46:47'),(34,18,'action created','2023-05-11 18:04:55','2023-05-11 18:04:55'),(35,18,'action started via Async Request','2023-05-11 18:04:58','2023-05-11 18:04:58'),(36,18,'action complete via Async Request','2023-05-11 18:04:58','2023-05-11 18:04:58'); /*!40000 ALTER TABLE `wpfl_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_actionscheduler_logs` with 36 row(s) -- -- -- Table structure for table `wpfl_woocommerce_sessions` -- DROP TABLE IF EXISTS `wpfl_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_sessions` -- LOCK TABLES `wpfl_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `wpfl_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:773:\"a:27:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2023-05-11T11:46:22+00:00\";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:26:\"momoduabdulkabir@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:\"\";}\";}',1683978385),(2,'t_87ba6a0bfb71dc6696768dded4df9f','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683900128),(3,'t_9b2ab66fbc01af3bae6ae480e7bc69','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683900130),(4,'t_b181099c46934000e463d23faf8e13','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683900150),(5,'t_839c1cf0acf6bc27bd1f7ab8bfb3cd','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683910290),(6,'t_06ce63ac46ab92bb99029e5b0f545d','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683910294),(7,'t_18d268146191aa72ed74c894f4c251','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683910300),(8,'t_0e5649876706a3ce606b745007daf2','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683916211),(9,'t_9802616d3ffdf15c17a8f309b42544','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683916216),(10,'t_a1d1ca45813ef90f79aa563341d207','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683916222),(11,'t_2387148009ae90a653234d03ee8e5d','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683917095),(12,'t_f2ad44d3948d64c1f64dcf27b632c4','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683917097),(13,'t_b03fee9b350930ea14d6d5a549fb7c','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683917103),(14,'t_106ed771c66e2da60fa2141eb2fe8f','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683931248),(15,'t_b38baaa5cd74d51ccc02c9c1cea0d6','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683931253),(16,'t_6b35f66fc1596bbd348247dfe2acd1','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683931258),(17,'t_d6675909760b3647e6ce39e377d61a','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683939422),(18,'t_8249657e3780a2979ba932632bad20','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683939425),(19,'t_95a8cfccafb7ee5a34622c6cec45ff','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683939431),(20,'t_9fade333867a0598d66cb2693d3acf','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683954568),(21,'t_5bc69a50a02f2d2b9e7f0ba28ecf8e','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683954574),(22,'t_61d15006fcfb841d2e3728a155063b','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683954580),(23,'t_83ec158730cd1ec40f7243bbe2da34','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683962200),(24,'t_45690bd812471339253c42d9b6b5ce','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683962205),(25,'t_2c4f91f5fcd789facdfa06afd8b900','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683962211),(26,'t_0e97c84617288b63b944d2a9cff0a5','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683965010),(27,'t_090c9280c7ab6c04bd3e78f550eb37','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683965013),(28,'t_979043f5dc1ca907bc5843243fd813','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683965019),(29,'t_f76f267ca80e5eda59a6f57cfe0859','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683965483),(30,'t_8c698d96667f69c4ef0c00f1b2adee','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683965487),(31,'t_c27b02356f93be9d17b7b73d1c5408','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683965494),(32,'t_b622d1c1a89daa32817f120373a520','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683965660),(33,'t_2e0ef978c086317a5ba233d5c8770d','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683965663),(34,'t_a1e937490fb5dd9f75c93ae08315f8','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683965671),(35,'t_4df054b2f5eb5b1e9a5fa9f998856b','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683967779),(36,'t_466e49a262319175cfe519cb092faa','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683967783),(37,'t_ae26af6b1709c5164ba904e05a5868','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683967788),(38,'t_0997288cef53ee25da2fa812afac58','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683990466),(39,'t_05ce5307fbb55bf96a750139ce91cd','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683990469),(40,'t_b964941b7dd563e0f3f00386bf7377','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683990476),(41,'t_5ac0dacfcd4f93c37be759660cbe20','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683997235),(42,'t_438a7348cf791e54d0146bdb10eef8','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683997236),(43,'t_2db04562738ed2359393c2e37c9f0f','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1683997244),(44,'t_746a30d24878b5d7720effe969acb1','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1684002324),(45,'t_b8261e39df03e26f8e2687724f0156','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1684002326),(46,'t_4797db86cfc162c0b4a1424c3368a9','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1684002367),(47,'t_c605f13162ac5fed47344b1133301b','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1684010808),(48,'t_46584a7f7bbc2d5880610ca0bd3eea','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1684010815),(49,'t_8c83f35ba7be6fdf08706a8cc51065','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1684010825),(50,'t_f09854b59e2f21276d2c588220a2d5','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1684011862),(51,'t_c91e329dda819c5173694cb2aece6f','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1684011865),(52,'t_b26ee7e518009b89fb40ad3bbf5b9c','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:720:\"a:27:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:\"\";}\";}',1684011874); /*!40000 ALTER TABLE `wpfl_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_sessions` with 52 row(s) -- -- -- Table structure for table `wpfl_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wpfl_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_tax_rate_locations` -- LOCK TABLES `wpfl_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_tax_rate_locations` with 0 row(s) -- -- -- Table structure for table `wpfl_wpforms_tasks_meta` -- DROP TABLE IF EXISTS `wpfl_wpforms_tasks_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wpforms_tasks_meta` -- LOCK TABLES `wpfl_wpforms_tasks_meta` WRITE; /*!40000 ALTER TABLE `wpfl_wpforms_tasks_meta` DISABLE KEYS */; INSERT INTO `wpfl_wpforms_tasks_meta` VALUES (1,'wpforms_process_forms_locator_scan','W10=','2023-05-11 17:45:30'); /*!40000 ALTER TABLE `wpfl_wpforms_tasks_meta` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wpforms_tasks_meta` with 1 row(s) -- -- -- Table structure for table `wpfl_wpforms_lite` -- DROP TABLE IF EXISTS `wpfl_wpforms_lite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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 `wpfl_wpforms_lite` -- LOCK TABLES `wpfl_wpforms_lite` WRITE; /*!40000 ALTER TABLE `wpfl_wpforms_lite` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_wpforms_lite` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wpforms_lite` with 0 row(s) -- -- -- Table structure for table `wpfl_e_events` -- DROP TABLE IF EXISTS `wpfl_e_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_e_events` -- LOCK TABLES `wpfl_e_events` WRITE; /*!40000 ALTER TABLE `wpfl_e_events` DISABLE KEYS */; INSERT INTO `wpfl_e_events` VALUES (1,'{\"event\":\"next\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:43:57.697-01:00\"}','2023-05-11 12:43:57'),(2,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"hello\\\",\\\"user_state\\\":\\\"logged\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:43:57.718-01:00\"}','2023-05-11 12:43:57'),(3,'{\"event\":\"next\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"hello\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:44:06.761-01:00\"}','2023-05-11 12:44:06'),(4,'{\"event\":\"indication prompt\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"\\\",\\\"action_state\\\":\\\"success\\\",\\\"action\\\":\\\"hello theme activation\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:44:09.712-01:00\"}','2023-05-11 12:44:09'),(5,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteName\\\",\\\"user_state\\\":\\\"logged\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:44:09.743-01:00\"}','2023-05-11 12:44:09'),(6,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteLogo\\\",\\\"user_state\\\":\\\"logged\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:44:19.529-01:00\"}','2023-05-11 12:44:19'),(7,'{\"event\":\"next\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteName\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:44:19.497-01:00\"}','2023-05-11 12:44:19'),(8,'{\"event\":\"browse file click\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteLogo\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:44:24.410-01:00\"}','2023-05-11 12:44:24'),(9,'{\"event\":\"next\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"siteLogo\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:44:50.081-01:00\"}','2023-05-11 12:44:50'),(10,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"goodToGo\\\",\\\"user_state\\\":\\\"logged\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:44:50.786-01:00\"}','2023-05-11 12:44:50'),(11,'{\"event\":\"logo image updated\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"source\\\":\\\"browse\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:44:50.774-01:00\"}','2023-05-11 12:44:50'),(12,'{\"event\":\"skip\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"goodToGo\\\",\\\"client_id\\\":\\\"z3IF8SxzZcDizLKA5RNI9zlED7rz5426\\\"}\",\"ts\":\"2023-05-11T12:45:00.601-01:00\"}','2023-05-11 12:45:00'); /*!40000 ALTER TABLE `wpfl_e_events` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_e_events` with 12 row(s) -- -- -- Table structure for table `wpfl_actionscheduler_actions` -- DROP TABLE IF EXISTS `wpfl_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_actionscheduler_actions` -- LOCK TABLES `wpfl_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `wpfl_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `wpfl_actionscheduler_actions` VALUES (5,'woocommerce_run_on_woocommerce_admin_updated','complete','2023-05-10 13:11:32','2023-05-10 13:11:32','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1683724292;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1683724292;}',1,1,'2023-05-10 13:11:34','2023-05-10 13:11:34',0,NULL),(6,'action_scheduler/migration_hook','complete','2023-05-10 13:12:32','2023-05-10 13:12:32','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1683724352;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1683724352;}',2,1,'2023-05-10 13:13:31','2023-05-10 13:13:31',0,NULL),(7,'woocommerce_run_on_woocommerce_admin_updated','complete','2023-05-10 13:11:35','2023-05-10 13:11:35','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1683724295;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1683724295;}',1,1,'2023-05-10 13:11:48','2023-05-10 13:11:48',0,NULL),(8,'woocommerce_cleanup_draft_orders','complete','2023-05-10 13:11:46','2023-05-10 13:11:46','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1683724306;s:18:\"\0*\0first_timestamp\";i:1683724306;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1683724306;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-05-10 13:11:48','2023-05-10 13:11:48',0,NULL),(10,'woocommerce_run_on_woocommerce_admin_updated','complete','2023-05-10 13:11:54','2023-05-10 13:11:54','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1683724314;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1683724314;}',1,1,'2023-05-10 13:13:31','2023-05-10 13:13:31',0,NULL),(9,'woocommerce_cleanup_draft_orders','complete','2023-05-11 13:11:48','2023-05-11 13:11:48','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1683810708;s:18:\"\0*\0first_timestamp\";i:1683724306;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1683810708;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-05-11 13:15:07','2023-05-11 13:15:07',0,NULL),(11,'wc-admin_import_customers','complete','2023-05-11 05:44:02','2023-05-11 05:44:02','[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1683783842;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1683783842;}',3,1,'2023-05-11 05:44:03','2023-05-11 05:44:03',0,NULL),(12,'woocommerce_cleanup_draft_orders','pending','2023-05-12 13:15:07','2023-05-12 13:15:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1683897307;s:18:\"\0*\0first_timestamp\";i:1683724306;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1683897307;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),(13,'action_scheduler/migration_hook','complete','2023-05-11 16:51:36','2023-05-11 16:51:36','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1683823896;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1683823896;}',2,1,'2023-05-11 16:51:40','2023-05-11 16:51:40',0,NULL),(14,'wpforms_process_forms_locator_scan','complete','2023-05-11 17:45:30','2023-05-11 17:45:30','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1683827130;s:18:\"\0*\0first_timestamp\";i:1683827130;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1683827130;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2023-05-11 17:46:47','2023-05-11 17:46:47',0,NULL),(15,'wpforms_email_summaries_fetch_info_blocks','complete','2023-05-09 01:44:38','2023-05-09 01:44:38','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1683596678;s:18:\"\0*\0first_timestamp\";i:1683596678;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1683596678;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2023-05-11 17:46:47','2023-05-11 17:46:47',0,NULL),(16,'wpforms_email_summaries_fetch_info_blocks','pending','2023-05-18 17:46:47','2023-05-18 17:46:47','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1684432007;s:18:\"\0*\0first_timestamp\";i:1683596678;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1684432007;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(18,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":2}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2023-05-11 18:04:58','2023-05-11 18:04:58',0,NULL),(17,'wpforms_process_forms_locator_scan','pending','2023-05-12 17:46:47','2023-05-12 17:46:47','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1683913607;s:18:\"\0*\0first_timestamp\";i:1683827130;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1683913607;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL); /*!40000 ALTER TABLE `wpfl_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_actionscheduler_actions` with 14 row(s) -- -- -- Table structure for table `wpfl_term_taxonomy` -- DROP TABLE IF EXISTS `wpfl_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_term_taxonomy` -- LOCK TABLES `wpfl_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpfl_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpfl_term_taxonomy` VALUES (1,1,'category','',0,1),(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,'category','',0,1),(17,17,'category','',0,1),(18,18,'category','',0,1),(19,19,'category','',0,1),(20,20,'category','',0,1),(21,21,'category','',0,1),(22,22,'category','',0,1),(23,23,'category','',0,1),(24,24,'category','',0,1),(25,25,'category','',0,1),(26,26,'category','',0,1),(27,27,'category','',0,1),(28,28,'category','',0,1),(29,29,'category','',0,1),(30,30,'nav_menu','',0,12),(31,31,'category','',0,1),(32,32,'category','',0,0),(33,33,'elementor_library_type','',0,0),(34,34,'elementor_library_type','',0,0),(35,35,'nav_menu','',0,25),(36,36,'category','',0,1),(37,37,'category','',0,1); /*!40000 ALTER TABLE `wpfl_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_term_taxonomy` with 37 row(s) -- -- -- Table structure for table `wpfl_wc_category_lookup` -- DROP TABLE IF EXISTS `wpfl_wc_category_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_category_lookup` -- LOCK TABLES `wpfl_wc_category_lookup` WRITE; /*!40000 ALTER TABLE `wpfl_wc_category_lookup` DISABLE KEYS */; INSERT INTO `wpfl_wc_category_lookup` VALUES (15,15); /*!40000 ALTER TABLE `wpfl_wc_category_lookup` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_category_lookup` with 1 row(s) -- -- -- Table structure for table `wpfl_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `wpfl_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_payment_tokens` -- LOCK TABLES `wpfl_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_payment_tokens` with 0 row(s) -- -- -- Table structure for table `wpfl_woocommerce_log` -- DROP TABLE IF EXISTS `wpfl_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_woocommerce_log` -- LOCK TABLES `wpfl_woocommerce_log` WRITE; /*!40000 ALTER TABLE `wpfl_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_woocommerce_log` with 0 row(s) -- -- -- Table structure for table `wpfl_term_relationships` -- DROP TABLE IF EXISTS `wpfl_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_term_relationships` -- LOCK TABLES `wpfl_term_relationships` WRITE; /*!40000 ALTER TABLE `wpfl_term_relationships` DISABLE KEYS */; INSERT INTO `wpfl_term_relationships` VALUES (1,1,0),(12,16,0),(14,17,0),(16,18,0),(18,19,0),(20,20,0),(22,21,0),(24,22,0),(27,23,0),(29,24,0),(31,25,0),(33,26,0),(35,27,0),(42,28,0),(44,29,0),(1169,30,0),(1170,30,0),(1171,30,0),(1172,30,0),(1350,30,0),(1351,30,0),(1352,30,0),(1353,30,0),(1383,30,0),(1384,30,0),(1385,30,0),(1386,30,0),(1388,31,0),(1393,35,0),(1401,35,0),(1402,35,0),(1403,35,0),(150,35,0),(1425,35,0),(1450,35,0),(1451,35,0),(1452,35,0),(1453,35,0),(1497,35,0),(1522,35,0),(1523,35,0),(1524,35,0),(1525,35,0),(1547,35,0),(1572,35,0),(1573,35,0),(1574,35,0),(1575,35,0),(1576,36,0),(1578,37,0),(1601,35,0),(1626,35,0),(1627,35,0),(1628,35,0),(1629,35,0),(1651,35,0),(1676,35,0),(1677,35,0),(1678,35,0),(1679,35,0); /*!40000 ALTER TABLE `wpfl_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_term_relationships` with 60 row(s) -- -- -- Table structure for table `wpfl_wc_rate_limits` -- DROP TABLE IF EXISTS `wpfl_wc_rate_limits`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_rate_limits` -- LOCK TABLES `wpfl_wc_rate_limits` WRITE; /*!40000 ALTER TABLE `wpfl_wc_rate_limits` DISABLE KEYS */; /*!40000 ALTER TABLE `wpfl_wc_rate_limits` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_rate_limits` with 0 row(s) -- -- -- Table structure for table `wpfl_wc_admin_notes` -- DROP TABLE IF EXISTS `wpfl_wc_admin_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_admin_notes` -- LOCK TABLES `wpfl_wc_admin_notes` WRITE; /*!40000 ALTER TABLE `wpfl_wc_admin_notes` DISABLE KEYS */; INSERT INTO `wpfl_wc_admin_notes` VALUES (1,'wc-admin-update-store-details','info','en_US','Edit your store details if you need to','Nice work completing your store profile! You can always go back and edit the details you just shared, as needed.','{}','unactioned','woocommerce-admin','2023-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(2,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(3,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(4,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(5,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping & 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(6,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(7,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(8,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(9,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(10,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(11,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(12,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(13,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2023-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(14,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2023-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(15,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(16,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(17,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(18,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(19,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(20,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(21,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(22,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(23,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(24,'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 > Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.','{}','pending','woocommerce.com','2023-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(25,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(26,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(27,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(28,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(29,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(30,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(31,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(32,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(33,'google_listings_ads_pmax_i1_q1_2023_no_gla','marketing','en_US','Create more engaging ads – without the hard work','Get in front of millions of shoppers searching for products like yours with Google Listings & Ads. With new customization features, Google automatically tests multiple combinations of text and images to create the most engaging ad to boost your business. Plus, get up to $500 in ad credit – terms and conditions apply.','{}','unactioned','woocommerce.com','2023-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(34,'google_listings_ads_pmax_i1_q1_2023_with_gla','marketing','en_US','New customization features to boost your business','You can now add custom images, messaging, and URLs to campaigns in Google Listings & Ads. Google then automatically tests multiple combinations to create the most engaging version to help boost your business. Get more sales with dynamic content – edit an existing campaign or create a new ad now.','{}','pending','woocommerce.com','2023-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(35,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(36,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(37,'wc_admin_BNPL_WCPay_coming-soon_Q1_2023','marketing','en_US','Buy now, pay later is heading to WooCommerce Payments','Great news: full integration with Afterpay and Affirm is on its way to WooCommerce Payments! You’ll soon be able to increase your order values, sell more, and offer customers a payment option they’ll love — with no extra downloads or extensions required.','{}','pending','woocommerce.com','2023-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(38,'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.','{}','unactioned','woocommerce.com','2023-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(39,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(40,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(41,'wc-admin-wcpay-denmark-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Denmark!','We’ve recently released WooCommerce Payments in Denmark. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(42,'wc-admin-wcpay-greece-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Greece!','We’ve recently released WooCommerce Payments in Greece. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(43,'wc-admin-wcpay-norway-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Norway!','We’ve recently released WooCommerce Payments in Norway. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(44,'wc-admin-wcpay-slovakia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Slovakia!','We’ve recently released WooCommerce Payments in Slovakia. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(45,'wc-admin-wcpay-finland-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Finland!','We’ve recently released WooCommerce Payments in Finland. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(46,'wc-admin-wcpay-estonia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Estonia!','We’ve recently released WooCommerce Payments in Estonia. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(47,'wc-admin-wcpay-lithuania-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Lithuania!','We’ve recently released WooCommerce Payments in Lithuania. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(48,'wc-admin-wcpay-slovenia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Slovenia!','We’ve recently released WooCommerce Payments in Slovenia. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(49,'wc-admin-wcpay-latvia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Latvia!','We’ve recently released WooCommerce Payments in Latvia. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(50,'wc-admin-wcpay-cyprus-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Cyprus!','We’ve recently released WooCommerce Payments in Cyprus. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(51,'wc-admin-wcpay-malta-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Malta!','We’ve recently released WooCommerce Payments in Malta. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(52,'wc-admin-wcpay-luxembourg-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Luxembourg!','We’ve recently released WooCommerce Payments in Luxembourg. 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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(53,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(54,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(55,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(56,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(57,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(58,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(59,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(60,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(61,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(62,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(63,'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-05-10 13:11:34',NULL,0,'plain','',0,0,'info'),(64,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2023-05-10 13:11:46',NULL,0,'plain','',0,0,'info'),(65,'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-05-10 13:13:32',NULL,0,'plain','',0,0,'info'),(66,'wc-admin-choosing-a-theme','marketing','en_US','Choosing a theme?','Check out the themes that are compatible with WooCommerce and choose one aligned with your brand and business needs.','{}','unactioned','woocommerce-admin','2023-05-11 13:15:11',NULL,0,'plain','',0,0,'info'),(67,'wc-admin-insight-first-product-and-payment','survey','en_US','Insight','More than 80% of new merchants add the first product and have at least one payment method set up during the first week.<br><br>Do you find this type of insight useful?','{}','unactioned','woocommerce-admin','2023-05-11 13:15:11',NULL,0,'plain','',0,0,'info'); /*!40000 ALTER TABLE `wpfl_wc_admin_notes` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_admin_notes` with 67 row(s) -- -- -- Table structure for table `wpfl_terms` -- DROP TABLE IF EXISTS `wpfl_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_terms` -- LOCK TABLES `wpfl_terms` WRITE; /*!40000 ALTER TABLE `wpfl_terms` DISABLE KEYS */; INSERT INTO `wpfl_terms` VALUES (1,'Uncategorized','uncategorized',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,'tinychat-overzicht Dating','tinychat-overzicht-dating-2',0),(17,'raya come funziona','raya-come-funziona-2',0),(18,'positive singles Zaloguj si?','positive-singles-zaloguj-si-2',0),(19,'rencontres-lds connexion','rencontres-lds-connexion-2',0),(20,'silverdaddies come funziona','silverdaddies-come-funziona-2',0),(21,'siti-di-incontri-americani-it come funziona','siti-di-incontri-americani-it-come-funziona-2',0),(22,'colombian-cupid-recenze MobilnГ strГЎnka','colombian-cupid-recenze-mobilng-strg%d1%9enka-487',0),(23,'bbwcupid Strona mobilna','bbwcupid-strona-mobilna-2',0),(24,'Columbia+MO+Missouri mobile site','columbia-mo-missouri-mobile-site-2',0),(25,'sites-de-rencontre-en-espagnol connexion','sites-de-rencontre-en-espagnol-connexion-2',0),(26,'fatflirt-recenze MobilnГ strГЎnka','fatflirt-recenze-mobilng-strg%d1%9enka-966',0),(27,'sites-de-rencontre-introvertis connexion','sites-de-rencontre-introvertis-connexion-2',0),(28,'soulmates connexion','soulmates-connexion-2',0),(29,'sugar daddy for me connexion','sugar-daddy-for-me-connexion-2',0),(30,'Main Menu','main-menu',0),(31,'cosplay-dating mobile site','cosplay-dating-mobile-site-2',0),(32,'Neque','neque',0),(33,'page','page',0),(34,'section','section',0),(35,'Menu','menu',0),(36,'Beard Dating app','beard-dating-app-2',0),(37,'teenchat connexion','teenchat-connexion-2',0); /*!40000 ALTER TABLE `wpfl_terms` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_terms` with 37 row(s) -- -- -- Table structure for table `wpfl_wc_tax_rate_classes` -- DROP TABLE IF EXISTS `wpfl_wc_tax_rate_classes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_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=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_wc_tax_rate_classes` -- LOCK TABLES `wpfl_wc_tax_rate_classes` WRITE; /*!40000 ALTER TABLE `wpfl_wc_tax_rate_classes` DISABLE KEYS */; INSERT INTO `wpfl_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate'); /*!40000 ALTER TABLE `wpfl_wc_tax_rate_classes` ENABLE KEYS */; UNLOCK TABLES; -- Dumped table `wpfl_wc_tax_rate_classes` with 2 row(s) -- -- -- Table structure for table `wpfl_options` -- DROP TABLE IF EXISTS `wpfl_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `wpfl_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=1381 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpfl_options` -- LOCK TABLES `wpfl_options` WRITE; /*!40000 ALTER TABLE `wpfl_options` DISABLE KEYS */; INSERT INTO `wpfl_options` VALUES (1,'siteurl','http://pallyagro.ng','yes'),(2,'home','http://pallyagro.ng','yes'),(3,'blogname','Pally Agro – Total Wellbeing since 2009','yes'),(4,'blogdescription','Pally Agro – Total Wellbeing since 2009','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','momoduabdulkabir@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','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:183:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$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: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:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";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:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";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:40:\"e-landing-page/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?e-landing-page=$matches[1]&wc-api=$matches[3]\";s:46:\"e-landing-page/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"e-landing-page/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";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:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/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:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";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:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";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:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";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:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";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:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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: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:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:14:{i:0;s:27:\"astra-sites/astra-sites.php\";i:1;s:21:\"backuply/backuply.php\";i:2;s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";i:3;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:31:\"fileorganizer/fileorganizer.php\";i:6;s:17:\"gosmtp/gosmtp.php\";i:7;s:19:\"jetpack/jetpack.php\";i:8;s:23:\"loginizer/loginizer.php\";i:9;s:29:\"nginx-helper/nginx-helper.php\";i:10;s:27:\"speedycache/speedycache.php\";i:11;s:46:\"under-construction-page/under-construction.php\";i:12;s:27:\"woocommerce/woocommerce.php\";i:13;s:24:\"wpforms-lite/wpforms.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','astra','yes'),(41,'stylesheet','astra','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','53496','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','posts','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:4:{s:21:\"backuply/backuply.php\";s:21:\"backuply_deactivation\";s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:46:\"under-construction-page/under-construction.php\";a:2:{i:0;s:3:\"UCP\";i:1;s:9:\"uninstall\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','0','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1699276263','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','53496','yes'),(100,'wpfl_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:114:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}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;}}}','yes'),(101,'fresh_site','0','yes'),(102,'user_count','2','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:12:{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:9:\"sidebar-1\";a:0:{}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:{}s:22:\"astra-woo-shop-sidebar\";a:0:{}s:24:\"astra-woo-single-sidebar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:23:{i:1683845172;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1683845991;a:1:{s:23:\"generate_analytics_lead\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1683846690;a:2:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1683846711;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1683847392;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1683847621;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1683849600;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1683850132;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1683853863;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1683853906;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:1683897063;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1683897090;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1683897091;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1683897211;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:1683897216;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:1683911548;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:1683913529;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:1683914942;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_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:1683925732;a:2:{s:24:\"woocommerce_cleanup_logs\";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:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1684159200;a:1:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"wpforms_email_summaries_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1684415463;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1685124592;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}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'),(120,'recovery_keys','a:0:{}','yes'),(121,'theme_mods_twentytwentythree','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1683805449;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'),(122,'backuply_version','1.1.2','yes'),(123,'backuply_hide_holiday','1683724266','yes'),(124,'backuply_promo_time','1683724266','yes'),(125,'loginizer_version','1.7.9','yes'),(126,'loginizer_options','a:0:{}','yes'),(127,'loginizer_last_reset','1683810905','yes'),(128,'loginizer_whitelist','a:0:{}','yes'),(129,'loginizer_blacklist','a:0:{}','yes'),(130,'loginizer_2fa_whitelist','a:0:{}','yes'),(131,'loginizer_ins_time','1683724266','yes'),(132,'loginizer_promo_time','1683724266','yes'),(133,'loginizer_backuply_promo_time','1683724266','yes'),(134,'loginizer_csrf_promo_time','1683724266','yes'),(135,'gosmtp_version','1.0.2','yes'),(136,'fileorganizer_version','1.0.2','yes'),(137,'speedycache_options','a:4:{s:3:\"lbc\";b:1;s:10:\"minify_css\";b:1;s:4:\"gzip\";b:1;s:15:\"automatic_cache\";b:1;}','yes'),(138,'speedycache_version','1.0.5','yes'),(148,'rt_wp_nginx_helper_options','a:18:{s:9:\"log_level\";s:4:\"INFO\";s:12:\"log_filesize\";i:5;s:12:\"enable_purge\";i:1;s:10:\"enable_map\";i:0;s:10:\"enable_log\";i:0;s:12:\"enable_stamp\";i:0;s:21:\"purge_homepage_on_new\";i:1;s:22:\"purge_homepage_on_edit\";i:1;s:21:\"purge_homepage_on_del\";i:1;s:20:\"purge_archive_on_new\";i:1;s:21:\"purge_archive_on_edit\";i:1;s:20:\"purge_archive_on_del\";i:1;s:28:\"purge_archive_on_new_comment\";i:0;s:32:\"purge_archive_on_deleted_comment\";i:0;s:17:\"purge_page_on_mod\";i:1;s:25:\"purge_page_on_new_comment\";i:1;s:29:\"purge_page_on_deleted_comment\";i:1;s:12:\"purge_method\";s:11:\"get_request\";}','yes'),(140,'https_detection_errors','a:1:{s:19:\"bad_response_source\";a:1:{i:0;s:55:\"It looks like the response did not come from this site.\";}}','yes'),(141,'_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:57:\"https://downloads.wordpress.org/release/wordpress-6.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.2.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.2-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.2\";s:7:\"version\";s:3:\"6.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1683827119;s:15:\"version_checked\";s:3:\"6.2\";s:12:\"translations\";a:0:{}}','no'),(1376,'_site_transient_timeout_theme_roots','1683846896','no'),(1377,'_site_transient_theme_roots','a:9:{s:19:\"agriculture-farming\";s:7:\"/themes\";s:5:\"astra\";s:7:\"/themes\";s:15:\"hello-elementor\";s:7:\"/themes\";s:12:\"organic-farm\";s:7:\"/themes\";s:8:\"seotheme\";s:7:\"/themes\";s:10:\"storefront\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(748,'current_theme','Astra','yes'),(749,'theme_mods_hello-elementor','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:11:\"custom_logo\";i:37;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1683826554;s:4:\"data\";a:1:{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\";}}}}','yes'),(750,'theme_switched','','yes'),(763,'_transient_timeout_orders-all-statuses','1684410379','no'),(751,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(962,'_transient_timeout__woocommerce_helper_updates','1683865175','no'),(963,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1683821975;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(357,'loginizer_login_attempt_stats','a:34:{i:1683723600;a:2:{i:1;i:2;i:0;i:3;}i:1683727200;a:1:{i:0;i:12;}i:1683730800;a:1:{i:0;i:9;}i:1683734400;a:1:{i:0;i:11;}i:1683738000;a:1:{i:0;i:10;}i:1683741600;a:1:{i:0;i:7;}i:1683745200;a:1:{i:0;i:5;}i:1683748800;a:1:{i:0;i:5;}i:1683752400;a:1:{i:0;i:5;}i:1683756000;a:1:{i:0;i:3;}i:1683759600;a:1:{i:0;i:5;}i:1683763200;a:1:{i:0;i:5;}i:1683766800;a:1:{i:0;i:3;}i:1683770400;a:1:{i:0;i:4;}i:1683774000;a:1:{i:0;i:3;}i:1683777600;a:1:{i:0;i:5;}i:1683781200;a:2:{i:0;i:4;i:1;i:1;}i:1683784800;a:1:{i:0;i:4;}i:1683788400;a:1:{i:0;i:3;}i:1683792000;a:1:{i:0;i:3;}i:1683795600;a:1:{i:0;i:9;}i:1683799200;a:1:{i:0;i:6;}i:1683802800;a:1:{i:0;i:10;}i:1683806400;a:1:{i:0;i:14;}i:1683810000;a:1:{i:0;i:12;}i:1683813600;a:1:{i:0;i:23;}i:1683817200;a:1:{i:0;i:20;}i:1683820800;a:1:{i:0;i:13;}i:1683824400;a:2:{i:0;i:18;i:1;i:1;}i:1683828000;a:1:{i:0;i:10;}i:1683831600;a:1:{i:0;i:19;}i:1683835200;a:1:{i:0;i:27;}i:1683838800;a:1:{i:0;i:29;}i:1683842400;a:1:{i:0;i:10;}}','no'),(993,'_transient_timeout_as-post-store-dependencies-met','1683910236','no'),(361,'_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'),(149,'_transient_timeout_jetpack_file_data_11.2-a.5','1686229890','no'),(150,'_transient_jetpack_file_data_11.2-a.5','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(151,'jetpack_available_modules','a:1:{s:8:\"11.2-a.5\";a:44:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(152,'jetpack_sync_settings_disable','0','yes'),(153,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','yes'),(154,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"iqdHhUQKT4GGbZKCAbfR0iSzYd9Wx3u9\";}','yes'),(155,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(156,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'action_scheduler_hybrid_store_demarkation','4','yes'),(169,'schema-ActionScheduler_StoreSchema','6.0.1683724290','yes'),(170,'schema-ActionScheduler_LoggerSchema','3.0.1683724290','yes'),(171,'woocommerce_admin_install_timestamp','1683724290','yes'),(172,'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'),(178,'woocommerce_schema_version','430','yes'),(174,'current_theme_supports_woocommerce','yes','yes'),(175,'woocommerce_queue_flush_rewrite_rules','no','yes'),(179,'woocommerce_store_address','','yes'),(180,'woocommerce_store_address_2','','yes'),(181,'woocommerce_store_city','','yes'),(182,'woocommerce_default_country','US:CA','yes'),(183,'woocommerce_store_postcode','','yes'),(184,'woocommerce_allowed_countries','all','yes'),(185,'woocommerce_all_except_countries','','yes'),(186,'woocommerce_specific_allowed_countries','','yes'),(187,'woocommerce_ship_to_countries','','yes'),(188,'woocommerce_specific_ship_to_countries','','yes'),(189,'woocommerce_default_customer_address','base','yes'),(190,'woocommerce_calc_taxes','no','yes'),(191,'woocommerce_enable_coupons','yes','yes'),(192,'woocommerce_calc_discounts_sequentially','no','no'),(193,'woocommerce_currency','USD','yes'),(194,'woocommerce_currency_pos','left','yes'),(195,'woocommerce_price_thousand_sep',',','yes'),(196,'woocommerce_price_decimal_sep','.','yes'),(197,'woocommerce_price_num_decimals','2','yes'),(198,'woocommerce_shop_page_id','5','yes'),(199,'woocommerce_cart_redirect_after_add','no','yes'),(200,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(201,'woocommerce_placeholder_image','4','yes'),(202,'woocommerce_weight_unit','kg','yes'),(203,'woocommerce_dimension_unit','cm','yes'),(204,'woocommerce_enable_reviews','yes','yes'),(205,'woocommerce_review_rating_verification_label','yes','no'),(206,'woocommerce_review_rating_verification_required','no','no'),(207,'woocommerce_enable_review_rating','yes','yes'),(208,'woocommerce_review_rating_required','yes','no'),(209,'woocommerce_manage_stock','yes','yes'),(210,'woocommerce_hold_stock_minutes','60','no'),(211,'woocommerce_notify_low_stock','yes','no'),(212,'woocommerce_notify_no_stock','yes','no'),(213,'woocommerce_stock_email_recipient','momoduabdulkabir@gmail.com','no'),(214,'woocommerce_notify_low_stock_amount','2','no'),(215,'woocommerce_notify_no_stock_amount','0','yes'),(216,'woocommerce_hide_out_of_stock_items','no','yes'),(217,'woocommerce_stock_format','','yes'),(218,'woocommerce_file_download_method','force','no'),(219,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(220,'woocommerce_downloads_require_login','no','no'),(221,'woocommerce_downloads_grant_access_after_payment','yes','no'),(222,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(223,'woocommerce_attribute_lookup_enabled','yes','yes'),(224,'woocommerce_attribute_lookup_direct_updates','no','yes'),(225,'woocommerce_prices_include_tax','no','yes'),(226,'woocommerce_tax_based_on','shipping','yes'),(227,'woocommerce_shipping_tax_class','inherit','yes'),(228,'woocommerce_tax_round_at_subtotal','no','yes'),(229,'woocommerce_tax_classes','','yes'),(230,'woocommerce_tax_display_shop','excl','yes'),(231,'woocommerce_tax_display_cart','excl','yes'),(232,'woocommerce_price_display_suffix','','yes'),(233,'woocommerce_tax_total_display','itemized','no'),(234,'woocommerce_enable_shipping_calc','yes','no'),(235,'woocommerce_shipping_cost_requires_address','no','yes'),(236,'woocommerce_ship_to_destination','billing','no'),(237,'woocommerce_shipping_debug_mode','no','yes'),(238,'woocommerce_enable_guest_checkout','yes','no'),(239,'woocommerce_enable_checkout_login_reminder','no','no'),(240,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(241,'woocommerce_enable_myaccount_registration','no','no'),(242,'woocommerce_registration_generate_username','yes','no'),(243,'woocommerce_registration_generate_password','yes','no'),(244,'woocommerce_erasure_request_removes_order_data','no','no'),(245,'woocommerce_erasure_request_removes_download_data','no','no'),(246,'woocommerce_allow_bulk_remove_personal_data','no','no'),(247,'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'),(248,'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'),(249,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(250,'woocommerce_trash_pending_orders','','no'),(251,'woocommerce_trash_failed_orders','','no'),(252,'woocommerce_trash_cancelled_orders','','no'),(253,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(254,'woocommerce_email_from_name','Pally Agro – Total Wellbeing since 2009','no'),(255,'woocommerce_email_from_address','momoduabdulkabir@gmail.com','no'),(256,'woocommerce_email_header_image','','no'),(257,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),(258,'woocommerce_email_base_color','#7f54b3','no'),(259,'woocommerce_email_background_color','#f7f7f7','no'),(260,'woocommerce_email_body_background_color','#ffffff','no'),(261,'woocommerce_email_text_color','#3c3c3c','no'),(262,'woocommerce_merchant_email_notifications','no','no'),(263,'woocommerce_cart_page_id','6','no'),(264,'woocommerce_checkout_page_id','7','no'),(265,'woocommerce_myaccount_page_id','8','no'),(266,'woocommerce_terms_page_id','','no'),(267,'woocommerce_force_ssl_checkout','no','yes'),(268,'woocommerce_unforce_ssl_checkout','no','yes'),(269,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(270,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(271,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(272,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(273,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(274,'woocommerce_myaccount_orders_endpoint','orders','yes'),(275,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(276,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(277,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(278,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(279,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(280,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(281,'woocommerce_logout_endpoint','customer-logout','yes'),(282,'woocommerce_api_enabled','no','yes'),(283,'woocommerce_allow_tracking','no','no'),(284,'woocommerce_show_marketplace_suggestions','yes','no'),(285,'woocommerce_analytics_enabled','yes','yes'),(286,'woocommerce_single_image_width','600','yes'),(287,'woocommerce_thumbnail_image_width','300','yes'),(288,'woocommerce_checkout_highlight_required_fields','yes','yes'),(289,'woocommerce_demo_store','no','no'),(290,'wc_downloads_approved_directories_mode','enabled','yes'),(291,'_transient_timeout_wc_term_counts','1686316291','no'),(292,'_transient_wc_term_counts','a:0:{}','no'),(1368,'product_cat_children','a:0:{}','yes'),(294,'default_product_cat','15','yes'),(296,'woocommerce_inbox_variant_assignment','9','yes'),(297,'woocommerce_onboarding_profile','a:1:{s:9:\"completed\";b:1;}','yes'),(1067,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1683869390','no'),(1068,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1683826190','no'),(1069,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1683869390','no'),(1070,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\'>WP Briefing: Episode 55: Happy Anniversary, WordPress!</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\'>2022 Annual Survey Results & Next Steps</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://poststatus.com/wp-6-2-1-rc1-annual-survey-results-wcus-scholarship-fund/\'>Post Status: WP 6.2.1 RC1 • Annual Survey Results • WCUS Scholarship Fund</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/woo-devchat-building-products-with-james-kemp-and-ross-morsali/\'>Do The Woo Community: Woo DevChat, Building Products with James Kemp and Ross Morsali</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wp-engine-releases-frost-a-free-block-theme-for-website-builders\'>WPTavern: WP Engine Releases Frost, A Free Block Theme for Website Builders</a></li></ul></div>','no'),(1110,'theme_mods_astra','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:52;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1683828356;s:4:\"data\";a:11:{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:9:\"sidebar-1\";a:0:{}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:{}s:22:\"astra-woo-shop-sidebar\";a:0:{}s:24:\"astra-woo-single-sidebar\";a:0:{}}}}','yes'),(1075,'_transient_timeout__woocommerce_upload_directory_status','1683912954','no'),(1076,'_transient__woocommerce_upload_directory_status','protected','no'),(1086,'backuply_backup_nag','1683826843','yes'),(1096,'astra_sites_settings','a:1:{s:12:\"page_builder\";s:9:\"elementor\";}','no'),(1100,'bsf_analytics_optin','yes','no'),(1099,'astra_sites_import_data','a:54:{s:2:\"id\";i:19808;s:4:\"date\";s:19:\"2018-11-29T14:12:01\";s:8:\"date_gmt\";s:19:\"2018-11-29T08:42:01\";s:4:\"guid\";a:1:{s:8:\"rendered\";s:60:\"https://websitedemos.net/?post_type=astra-sites&p=19808\";}s:8:\"modified\";s:19:\"2023-02-02T10:26:29\";s:12:\"modified_gmt\";s:19:\"2023-02-02T04:56:29\";s:4:\"slug\";s:7:\"outdoor\";s:6:\"status\";s:7:\"publish\";s:4:\"type\";s:11:\"astra-sites\";s:4:\"link\";s:44:\"https://websitedemos.net/astra-site/outdoor/\";s:5:\"title\";a:1:{s:8:\"rendered\";s:17:\"Outdoor Adventure\";}s:7:\"content\";a:2:{s:8:\"rendered\";s:841:\"\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 want to share their passion with the world.</p>\n\n\n\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\n\n\n<h2>Key features of the Outdoor Adventure template</h2>\n\n\n\n<ul>\n<li>Professionally designed multipurpose template</li>\n\n\n\n<li>Attractive design that’s visually appealing</li>\n\n\n\n<li>Fully customizable and flexible layout</li>\n\n\n\n<li>Includes all the correct elements to build an engaging site</li>\n\n\n\n<li>Page builder ready</li>\n</ul>\n\";s:9:\"protected\";b:0;}s:7:\"excerpt\";a:2:{s:8:\"rendered\";s:83:\"<p>Multipurpose template perfect for anyone looking to build a stylish website</p>\n\";s:9:\"protected\";b:0;}s:6:\"author\";i:177;s:14:\"featured_media\";i:50315;s:8:\"template\";s:0:\"\";s:4:\"meta\";a:19:{s:21:\"inline_featured_image\";b:0;s:26:\"_uag_custom_page_level_css\";s:0:\"\";s:19:\"site-sidebar-layout\";s:7:\"default\";s:19:\"site-content-layout\";s:7:\"default\";s:25:\"ast-global-header-display\";s:0:\"\";s:23:\"ast-main-header-display\";s:0:\"\";s:28:\"ast-hfb-above-header-display\";s:0:\"\";s:28:\"ast-hfb-below-header-display\";s:0:\"\";s:29:\"ast-hfb-mobile-header-display\";s:0:\"\";s:15:\"site-post-title\";s:0:\"\";s:23:\"ast-breadcrumbs-content\";s:0:\"\";s:16:\"ast-featured-img\";s:0:\"\";s:17:\"footer-sml-layout\";s:0:\"\";s:29:\"theme-transparent-header-meta\";s:0:\"\";s:18:\"adv-header-id-meta\";s:0:\"\";s:17:\"stick-header-meta\";s:0:\"\";s:23:\"header-above-stick-meta\";s:0:\"\";s:22:\"header-main-stick-meta\";s:0:\"\";s:23:\"header-below-stick-meta\";s:0:\"\";}s:19:\"astra-site-category\";a:2:{i:0;i:27;i:1;i:39;}s:29:\"astra-sites-template-category\";a:4:{i:0;i:2860;i:1;i:2797;i:2;i:2826;i:3;i:2775;}s:16:\"astra-sites-type\";a:1:{i:0;i:19;}s:23:\"astra-site-page-builder\";a:1:{i:0;i:33;}s:15:\"astra-sites-tag\";a:6:{i:0;i:544;i:1;i:545;i:2;i:543;i:3;i:541;i:4;i:542;i:5;i:546;}s:25:\"astra-sites-site-category\";a:1:{i:0;i:2500;}s:3:\"acf\";a:3:{s:19:\"related_bb_template\";a:1:{i:0;i:19884;}s:26:\"related_elementor_template\";a:1:{i:0;i:19808;}s:26:\"related_gutenberg_template\";a:1:{i:0;i:48078;}}s:23:\"uagb_featured_image_src\";a:9:{s:4:\"full\";a:4:{i:0;s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";i:1;i:1200;i:2;i:3159;i:3;b:0;}s:9:\"thumbnail\";a:4:{i:0;s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";i:1;i:57;i:2;i:150;i:3;b:0;}s:6:\"medium\";a:4:{i:0;s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";i:1;i:114;i:2;i:300;i:3;b:0;}s:12:\"medium_large\";a:4:{i:0;s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";i:1;i:768;i:2;i:2022;i:3;b:0;}s:5:\"large\";a:4:{i:0;s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";i:1;i:389;i:2;i:1024;i:3;b:0;}s:9:\"1536x1536\";a:4:{i:0;s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";i:1;i:583;i:2;i:1536;i:3;b:0;}s:9:\"2048x2048\";a:4:{i:0;s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";i:1;i:778;i:2;i:2048;i:3;b:0;}s:26:\"astra-sites-grid-thumbnail\";a:4:{i:0;s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";i:1;i:600;i:2;i:1580;i:3;b:0;}s:35:\"astra-sites-fullpage-grid-thumbnail\";a:4:{i:0;s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";i:1;i:400;i:2;i:1053;i:3;b:0;}}s:16:\"uagb_author_info\";a:2:{s:12:\"display_name\";s:9:\"sadanandl\";s:11:\"author_link\";s:42:\"https://websitedemos.net/author/sadanandl/\";}s:17:\"uagb_comment_info\";i:0;s:12:\"uagb_excerpt\";s:75:\"Multipurpose template perfect for anyone looking to build a stylish website\";s:15:\"astra-site-type\";s:4:\"free\";s:20:\"astra-site-thumbnail\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-02\";s:26:\"astra-site-open-in-new-tab\";s:1:\"0\";s:23:\"astra-site-color-scheme\";s:5:\"light\";s:17:\"astra-ist-mapping\";a:0:{}s:23:\"astra-site-widgets-data\";s:510:\"{\"sidebar-1\":{\"search-2\":{\"title\":\"\"},\"recent-posts-2\":{\"title\":\"\",\"number\":5},\"recent-comments-2\":{\"title\":\"\",\"number\":5},\"archives-2\":{\"title\":\"\",\"count\":0,\"dropdown\":0},\"categories-2\":{\"title\":\"\",\"count\":0,\"hierarchical\":0,\"dropdown\":0},\"meta-2\":{\"title\":\"\"}},\"footer-widget-1\":{\"block-3\":{\"content\":\"<!-- wp:paragraph {\\\"align\\\":\\\"center\\\"} -->\\n<p class=\\\"has-text-align-center\\\">123 Fifth Avenue, NY 10160, New York, USA | Phone: 800-123-456 | Email: contact@example.com<\\/p>\\n<!-- \\/wp:paragraph -->\"}}}\";s:26:\"astra-site-customizer-data\";a:2:{s:14:\"astra-settings\";a:1965:{s:26:\"blog-single-post-structure\";a:2:{i:0;s:17:\"single-title-meta\";i:1;s:12:\"single-image\";}s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1100;s:16:\"blog-single-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:19:\"blog-post-structure\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:10:\"blog-width\";s:7:\"default\";s:14:\"blog-max-width\";i:1200;s:17:\"blog-post-content\";s:7:\"excerpt\";s:9:\"blog-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:10:\"text-color\";s:25:\"var(--ast-global-color-3)\";s:10:\"link-color\";s:25:\"var(--ast-global-color-0)\";s:11:\"theme-color\";s:25:\"var(--ast-global-color-0)\";s:12:\"link-h-color\";s:25:\"var(--ast-global-color-1)\";s:18:\"heading-base-color\";s:25:\"var(--ast-global-color-2)\";s:13:\"footer-bg-obj\";a:8:{s:16:\"background-color\";s:7:\"#191919\";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:\"footer-color\";s:7:\"#d3d3d3\";s:17:\"footer-link-color\";s:7:\"#fb2056\";s:19:\"footer-link-h-color\";s:7:\"#fb2056\";s:17:\"footer-adv-bg-obj\";a:8:{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:21:\"footer-adv-text-color\";s:0:\"\";s:21:\"footer-adv-link-color\";s:0:\"\";s:23:\"footer-adv-link-h-color\";s:0:\"\";s:26:\"footer-adv-wgt-title-color\";s:0:\"\";s:12:\"button-color\";s:0:\"\";s:14:\"button-h-color\";s:0:\"\";s:15:\"button-bg-color\";s:0:\"\";s:17:\"button-bg-h-color\";s:0:\"\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"40\";}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:13:\"button-radius\";i:30;s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-1\";s:20:\"footer-sml-section-1\";s:6:\"custom\";s:27:\"footer-sml-section-1-credit\";s:95:\"123 Fifth Avenue, NY 10160, New York, USA | Phone: 800-123-456 | Email: contact@example.com\";s:20:\"footer-sml-section-2\";s:6:\"custom\";s:27:\"footer-sml-section-2-credit\";s:46:\"Copyright © [current_year] Outdoor Adventure \";s:27:\"footer-sml-dist-equal-align\";b:1;s:18:\"footer-sml-divider\";i:0;s:24:\"footer-sml-divider-color\";s:7:\"#7a7a7a\";s:19:\"footer-layout-width\";s:7:\"content\";s:22:\"ast-header-retina-logo\";s:94:\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/logo@2x.png\";s:21:\"ast-header-logo-width\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:3:\"120\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:3:\"100\";}s:23:\"header-color-site-title\";s:0:\"\";s:25:\"header-color-h-site-title\";s:0:\"\";s:25:\"header-color-site-tagline\";s:0:\"\";s:29:\"display-site-title-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:31:\"display-site-tagline-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:17:\"logo-title-inline\";b:0;s:19:\"disable-primary-nav\";b:0;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:22:\"header-main-rt-section\";s:6:\"button\";s:27:\"header-display-outside-menu\";b:0;s:27:\"header-main-rt-section-html\";s:46:\"<button class=\"customBtn\">Take Action</button>\";s:34:\"header-main-rt-section-button-text\";s:11:\"Take Action\";s:34:\"header-main-rt-section-button-link\";s:1:\"#\";s:41:\"header-main-rt-section-button-link-option\";a:3:{s:3:\"url\";s:1:\"#\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:35:\"header-main-rt-section-button-style\";s:12:\"theme-button\";s:40:\"header-main-rt-section-button-text-color\";s:0:\"\";s:40:\"header-main-rt-section-button-back-color\";s:0:\"\";s:42:\"header-main-rt-section-button-text-h-color\";s:0:\"\";s:42:\"header-main-rt-section-button-back-h-color\";s:0:\"\";s:37:\"header-main-rt-section-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"26\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"26\";}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:41:\"header-main-rt-section-button-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:15:\"header-main-sep\";i:0;s:21:\"header-main-sep-color\";s:0:\"\";s:24:\"header-main-layout-width\";s:7:\"content\";s:22:\"primary-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:27:\"primary-submenu-item-border\";b:0;s:23:\"primary-submenu-b-color\";s:0:\"\";s:28:\"primary-submenu-item-b-color\";s:0:\"\";s:33:\"primary-header-button-font-family\";s:7:\"inherit\";s:33:\"primary-header-button-font-weight\";s:7:\"inherit\";s:31:\"primary-header-button-font-size\";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:36:\"primary-header-button-text-transform\";s:0:\"\";s:33:\"primary-header-button-line-height\";i:1;s:36:\"primary-header-button-letter-spacing\";s:0:\"\";s:22:\"header-main-menu-label\";s:0:\"\";s:22:\"header-main-menu-align\";s:6:\"inline\";s:39:\"header-main-submenu-container-animation\";s:0:\"\";s:24:\"mobile-header-breakpoint\";s:0:\"\";s:18:\"mobile-header-logo\";s:0:\"\";s:24:\"mobile-header-logo-width\";s:0:\"\";s:11:\"site-layout\";s:21:\"ast-full-width-layout\";s:18:\"site-content-width\";i:1200;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{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:6:\"tablet\";a:8:{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:6:\"mobile\";a:8:{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:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{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:6:\"tablet\";a:8:{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:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{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:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";}}s:19:\"site-content-layout\";s:15:\"boxed-container\";s:26:\"single-page-content-layout\";s:7:\"default\";s:26:\"single-post-content-layout\";s:7:\"default\";s:27:\"archive-post-content-layout\";s:7:\"default\";s:16:\"body-font-family\";s:23:\"\'Noto Sans\', sans-serif\";s:17:\"body-font-variant\";s:7:\"400,700\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"15\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-line-height\";s:3:\"1.7\";s:18:\"para-margin-bottom\";s:0:\"\";s:23:\"underline-content-links\";b:0;s:19:\"body-text-transform\";s:0:\"\";s:20:\"headings-font-family\";s:24:\"\'Montserrat\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"700\";s:23:\"headings-text-transform\";s:0:\"\";s:20:\"headings-line-height\";s:0:\"\";s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";s:2:\"22\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"20\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"font-size-site-tagline\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"font-size-entry-title\";a:6:{s:7:\"desktop\";i:30;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:31:\"font-size-archive-summary-title\";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:20:\"font-size-page-title\";a:6:{s:7:\"desktop\";s:2:\"30\";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:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"64\";s:6:\"tablet\";s:2:\"44\";s:6:\"mobile\";s:2:\"30\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:2:\"34\";s:6:\"tablet\";s:2:\"32\";s:6:\"mobile\";s:2:\"24\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"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:12:\"font-size-h4\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"19\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"16\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"15\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"site-sidebar-layout\";s:10:\"no-sidebar\";s:18:\"site-sidebar-width\";i:30;s:26:\"single-page-sidebar-layout\";s:7:\"default\";s:26:\"single-post-sidebar-layout\";s:7:\"default\";s:27:\"archive-post-sidebar-layout\";s:7:\"default\";s:10:\"footer-adv\";s:8:\"disabled\";s:23:\"footer-adv-border-width\";s:0:\"\";s:23:\"footer-adv-border-color\";s:7:\"#7a7a7a\";s:30:\"mobile-header-toggle-btn-style\";s:4:\"fill\";s:23:\"hide-custom-menu-mobile\";b:0;s:27:\"mobile-header-toggle-target\";s:4:\"icon\";s:25:\"load-google-fonts-locally\";b:0;s:19:\"preload-local-fonts\";b:0;s:20:\"enable-related-posts\";b:0;s:19:\"related-posts-title\";s:13:\"Related Posts\";s:29:\"releted-posts-title-alignment\";s:4:\"left\";s:25:\"related-posts-total-count\";i:2;s:28:\"enable-related-posts-excerpt\";b:0;s:27:\"related-posts-excerpt-count\";i:25;s:22:\"related-posts-based-on\";s:10:\"categories\";s:22:\"related-posts-order-by\";s:4:\"date\";s:19:\"related-posts-order\";s:3:\"asc\";s:29:\"related-posts-grid-responsive\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:23:\"related-posts-structure\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:28:\"related-posts-meta-structure\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:24:\"related-posts-text-color\";s:0:\"\";s:24:\"related-posts-link-color\";s:0:\"\";s:25:\"related-posts-title-color\";s:0:\"\";s:30:\"related-posts-background-color\";s:0:\"\";s:24:\"related-posts-meta-color\";s:0:\"\";s:30:\"related-posts-link-hover-color\";s:0:\"\";s:35:\"related-posts-meta-link-hover-color\";s:0:\"\";s:39:\"related-posts-section-title-font-family\";s:7:\"inherit\";s:39:\"related-posts-section-title-font-weight\";s:7:\"inherit\";s:42:\"related-posts-section-title-text-transform\";s:0:\"\";s:39:\"related-posts-section-title-line-height\";s:0:\"\";s:37:\"related-posts-section-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"30\";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:31:\"related-posts-title-font-family\";s:7:\"inherit\";s:31:\"related-posts-title-font-weight\";s:7:\"inherit\";s:34:\"related-posts-title-text-transform\";s:0:\"\";s:31:\"related-posts-title-line-height\";s:1:\"1\";s:29:\"related-posts-title-font-size\";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:30:\"related-posts-meta-font-family\";s:7:\"inherit\";s:30:\"related-posts-meta-font-weight\";s:7:\"inherit\";s:33:\"related-posts-meta-text-transform\";s:0:\"\";s:30:\"related-posts-meta-line-height\";s:0:\"\";s:28:\"related-posts-meta-font-size\";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:33:\"related-posts-content-font-family\";s:7:\"inherit\";s:33:\"related-posts-content-font-weight\";s:7:\"inherit\";s:36:\"related-posts-content-text-transform\";s:0:\"\";s:33:\"related-posts-content-line-height\";s:0:\"\";s:31:\"related-posts-content-font-size\";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:23:\"transparent-header-logo\";s:97:\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/white-logo.png\";s:30:\"transparent-header-retina-logo\";s:100:\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/white-logo@2x.png\";s:26:\"different-transparent-logo\";b:1;s:33:\"different-transparent-retina-logo\";b:1;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:25:\"transparent-header-enable\";b:0;s:34:\"transparent-header-disable-archive\";b:1;s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:29:\"transparent-header-on-devices\";s:7:\"desktop\";s:27:\"transparent-header-main-sep\";s:1:\"0\";s:33:\"transparent-header-main-sep-color\";s:7:\"#ffffff\";s:27:\"transparent-header-bg-color\";s:0:\"\";s:35:\"transparent-header-color-site-title\";s:0:\"\";s:37:\"transparent-header-color-h-site-title\";s:0:\"\";s:25:\"transparent-menu-bg-color\";s:0:\"\";s:22:\"transparent-menu-color\";s:0:\"\";s:24:\"transparent-menu-h-color\";s:0:\"\";s:28:\"transparent-submenu-bg-color\";s:0:\"\";s:25:\"transparent-submenu-color\";s:0:\"\";s:27:\"transparent-submenu-h-color\";s:0:\"\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:7:\"#ffffff\";s:6:\"mobile\";s:7:\"#ffffff\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-4)\";s:6:\"tablet\";s:7:\"#ffffff\";s:6:\"mobile\";s:0:\"\";}s:48:\"transparent-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:19:\"rgba(255,255,255,0)\";s:6:\"tablet\";s:7:\"#ffffff\";s:6:\"mobile\";s:7:\"#ffffff\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-3)\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-4)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-1)\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"breadcrumb-font-family\";s:7:\"inherit\";s:22:\"breadcrumb-font-weight\";s:7:\"inherit\";s:25:\"breadcrumb-text-transform\";s:0:\"\";s:32:\"breadcrumb-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"breadcrumb-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"breadcrumb-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"breadcrumb-separator-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:19:\"breadcrumb-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"breadcrumb-spacing\";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:20:\"breadcrumb-font-size\";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:8:\"h1-color\";s:0:\"\";s:8:\"h2-color\";s:0:\"\";s:8:\"h3-color\";s:0:\"\";s:8:\"h4-color\";s:0:\"\";s:8:\"h5-color\";s:0:\"\";s:8:\"h6-color\";s:0:\"\";s:14:\"font-family-h1\";s:7:\"inherit\";s:14:\"font-weight-h1\";s:7:\"inherit\";s:17:\"text-transform-h1\";s:9:\"uppercase\";s:14:\"line-height-h1\";s:0:\"\";s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:17:\"text-transform-h2\";s:9:\"uppercase\";s:14:\"line-height-h2\";s:3:\"1.4\";s:14:\"font-family-h3\";s:7:\"inherit\";s:14:\"font-weight-h3\";s:7:\"inherit\";s:17:\"text-transform-h3\";s:0:\"\";s:14:\"line-height-h3\";s:0:\"\";s:14:\"font-family-h4\";s:7:\"inherit\";s:14:\"font-weight-h4\";s:7:\"inherit\";s:17:\"text-transform-h4\";s:0:\"\";s:14:\"line-height-h4\";s:0:\"\";s:14:\"font-family-h5\";s:7:\"inherit\";s:14:\"font-weight-h5\";s:7:\"inherit\";s:17:\"text-transform-h5\";s:0:\"\";s:14:\"line-height-h5\";s:0:\"\";s:14:\"font-family-h6\";s:7:\"inherit\";s:14:\"font-weight-h6\";s:7:\"inherit\";s:17:\"text-transform-h6\";s:0:\"\";s:14:\"line-height-h6\";s:0:\"\";s:18:\"font-weight-button\";s:3:\"700\";s:18:\"font-family-button\";s:7:\"inherit\";s:16:\"font-size-button\";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:21:\"text-transform-button\";s:9:\"uppercase\";s:21:\"theme-btn-line-height\";i:1;s:24:\"theme-btn-letter-spacing\";s:0:\"\";s:20:\"header-desktop-items\";a:4:{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: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:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}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:2:{i:0;s:6:\"menu-1\";i:1;s:8:\"button-1\";}}s:4:\"flag\";b:0;}s:19:\"header-mobile-items\";a:5:{s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_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:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:6:\"menu-1\";}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:4:\"flag\";b:1;}s:27:\"hb-header-main-layout-width\";s:7:\"content\";s:16:\"hb-header-height\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:8:\"hb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:18:\"hb-header-main-sep\";i:0;s:24:\"hb-header-main-sep-color\";s:7:\"#eaeaea\";s:25:\"hb-header-main-menu-align\";s:6:\"inline\";s:27:\"hb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{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:6:\"tablet\";a:7:{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:6:\"mobile\";a:7:{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:17:\"hb-header-spacing\";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:3:\"1.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hba-header-layout\";s:21:\"above-header-layout-1\";s:17:\"hba-header-height\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hba-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hba-header-separator\";i:1;s:30:\"hba-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hba-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:32:\"hba-header-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"hba-header-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"hba-header-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"hba-header-spacing\";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:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:3:\"0.5\";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:\"em\";}s:17:\"hbb-header-layout\";s:21:\"below-header-layout-1\";s:17:\"hbb-header-height\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hbb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hbb-header-separator\";i:1;s:30:\"hbb-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hbb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:18:\"hbb-header-spacing\";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:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";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:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-footer-builder-layout-padding\";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:36:\"section-footer-builder-layout-margin\";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:36:\"section-above-header-builder-padding\";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:35:\"section-above-header-builder-margin\";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:36:\"section-below-header-builder-padding\";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:35:\"section-below-header-builder-margin\";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:36:\"section-header-mobile-trigger-margin\";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:38:\"section-primary-header-builder-padding\";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:37:\"section-primary-header-builder-margin\";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:20:\"title_tagline-margin\";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:28:\"section-header-search-margin\";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:21:\"header-account-margin\";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:31:\"header-mobile-menu-menu-spacing\";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:33:\"section-header-mobile-menu-margin\";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:36:\"section-above-footer-builder-padding\";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:35:\"section-above-footer-builder-margin\";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:35:\"section-below-footer-builder-margin\";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:31:\"section-footer-copyright-margin\";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:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"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:26:\"section-footer-menu-margin\";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:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"40\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{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:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"20\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";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:19:\"header-button1-text\";s:11:\"Take Action\";s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:1:\"#\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button1-font-family\";s:7:\"inherit\";s:26:\"header-button1-font-weight\";s:7:\"inherit\";s:29:\"header-button1-text-transform\";s:0:\"\";s:26:\"header-button1-line-height\";s:0:\"\";s:24:\"header-button1-font-size\";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:25:\"header-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button1-padding\";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:26:\"header-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button1-border-radius\";s:0:\"\";s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"16\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:2:\"40\";}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:26:\"section-hb-button-1-margin\";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:29:\"sticky-header-button1-padding\";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:19:\"footer-button1-text\";s:6:\"Button\";s:26:\"footer-button1-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button1-font-family\";s:7:\"inherit\";s:26:\"footer-button1-font-weight\";s:7:\"inherit\";s:29:\"footer-button1-text-transform\";s:0:\"\";s:26:\"footer-button1-line-height\";s:0:\"\";s:24:\"footer-button1-font-size\";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:25:\"footer-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button1-padding\";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:26:\"footer-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button1-border-radius\";s:0:\"\";s:25:\"footer-button-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-1-padding\";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:26:\"section-fb-button-1-margin\";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:13:\"header-html-1\";s:22:\"Insert HTML text here.\";s:18:\"header-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-1\";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:29:\"font-weight-section-hb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-1\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-1\";s:0:\"\";s:32:\"text-transform-section-hb-html-1\";s:0:\"\";s:24:\"section-hb-html-1-margin\";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:13:\"footer-html-1\";s:0:\"\";s:18:\"footer-html-1color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-1link-color\";a:3:{s:7:\"desktop\";s:7:\"#fb2056\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"16\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-1\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-1\";s:0:\"\";s:29:\"line-height-section-fb-html-1\";s:0:\"\";s:24:\"section-fb-html-1-margin\";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:21:\"header-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-1-bg-space\";s:0:\"\";s:20:\"header-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-1-radius\";s:0:\"\";s:21:\"header-social-1-color\";s:0:\"\";s:23:\"header-social-1-h-color\";s:0:\"\";s:24:\"header-social-1-bg-color\";s:0:\"\";s:26:\"header-social-1-bg-h-color\";s:0:\"\";s:28:\"header-social-1-label-toggle\";b:0;s:26:\"header-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-1\";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:21:\"header-social-icons-1\";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:32:\"section-hb-social-icons-1-margin\";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:21:\"footer-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-1-bg-space\";s:0:\"\";s:20:\"footer-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-1-radius\";s:0:\"\";s:21:\"footer-social-1-color\";s:0:\"\";s:23:\"footer-social-1-h-color\";s:0:\"\";s:24:\"footer-social-1-bg-color\";s:0:\"\";s:26:\"footer-social-1-bg-h-color\";s:0:\"\";s:28:\"footer-social-1-label-toggle\";b:0;s:26:\"footer-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-1\";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:21:\"footer-social-icons-1\";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:25:\"footer-social-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-1-margin\";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:27:\"header-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-1-font-family\";s:7:\"inherit\";s:27:\"header-widget-1-font-weight\";s:7:\"inherit\";s:30:\"header-widget-1-text-transform\";s:0:\"\";s:27:\"header-widget-1-line-height\";s:0:\"\";s:25:\"header-widget-1-font-size\";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:35:\"header-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-1-content-text-transform\";s:0:\"\";s:35:\"header-widget-1-content-line-height\";s:0:\"\";s:33:\"header-widget-1-content-font-size\";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:38:\"sidebar-widgets-header-widget-1-margin\";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:27:\"footer-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-1-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-1-font-family\";s:7:\"inherit\";s:27:\"footer-widget-1-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-1-text-transform\";s:0:\"\";s:27:\"footer-widget-1-line-height\";s:0:\"\";s:25:\"footer-widget-1-font-size\";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:35:\"footer-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-1-content-text-transform\";s:0:\"\";s:35:\"footer-widget-1-content-line-height\";s:0:\"\";s:33:\"footer-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-1\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";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:21:\"header-menu1-bg-color\";s:0:\"\";s:18:\"header-menu1-color\";s:0:\"\";s:23:\"header-menu1-h-bg-color\";s:0:\"\";s:20:\"header-menu1-h-color\";s:0:\"\";s:23:\"header-menu1-a-bg-color\";s:0:\"\";s:20:\"header-menu1-a-color\";s:0:\"\";s:30:\"header-menu1-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:7:{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:6:\"mobile\";a:6:{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:29:\"header-menu1-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-8)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-3)\";}s:34:\"header-menu1-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-0)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-1)\";}s:34:\"header-menu1-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-a-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-0)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-1)\";}s:33:\"header-menu1-menu-hover-animation\";s:0:\"\";s:40:\"header-menu1-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-1-margin\";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:25:\"header-menu1-menu-spacing\";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:32:\"header-menu1-submenu-item-border\";b:0;s:32:\"header-menu1-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu1-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu1-submenu-border-radius\";s:0:\"\";s:31:\"header-menu1-submenu-top-offset\";s:0:\"\";s:26:\"header-menu1-submenu-width\";s:0:\"\";s:27:\"header-menu1-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:5:\"right\";s:1:\"0\";}s:33:\"header-menu1-menu-stack-on-mobile\";b:1;s:22:\"header-menu1-font-size\";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:24:\"header-menu1-font-weight\";s:7:\"inherit\";s:24:\"header-menu1-font-family\";s:7:\"inherit\";s:27:\"header-menu1-text-transform\";s:0:\"\";s:24:\"header-menu1-line-height\";s:0:\"\";s:27:\"section-hb-divider-1-margin\";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:27:\"section-fb-divider-1-margin\";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:19:\"header-button2-text\";s:6:\"Button\";s:26:\"header-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button2-font-family\";s:7:\"inherit\";s:26:\"header-button2-font-weight\";s:7:\"inherit\";s:29:\"header-button2-text-transform\";s:0:\"\";s:26:\"header-button2-line-height\";s:0:\"\";s:24:\"header-button2-font-size\";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:25:\"header-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button2-padding\";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:26:\"header-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button2-border-radius\";s:0:\"\";s:27:\"section-hb-button-2-padding\";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:26:\"section-hb-button-2-margin\";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:29:\"sticky-header-button2-padding\";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:19:\"footer-button2-text\";s:6:\"Button\";s:26:\"footer-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button2-font-family\";s:7:\"inherit\";s:26:\"footer-button2-font-weight\";s:7:\"inherit\";s:29:\"footer-button2-text-transform\";s:0:\"\";s:26:\"footer-button2-line-height\";s:0:\"\";s:24:\"footer-button2-font-size\";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:25:\"footer-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button2-padding\";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:26:\"footer-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button2-border-radius\";s:0:\"\";s:25:\"footer-button-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-2-padding\";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:26:\"section-fb-button-2-margin\";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:13:\"header-html-2\";s:22:\"Insert HTML text here.\";s:18:\"header-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-2\";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:29:\"font-weight-section-hb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-2\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-2\";s:0:\"\";s:32:\"text-transform-section-hb-html-2\";s:0:\"\";s:24:\"section-hb-html-2-margin\";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:13:\"footer-html-2\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-2\";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:23:\"footer-html-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-2\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-2\";s:0:\"\";s:29:\"line-height-section-fb-html-2\";s:0:\"\";s:24:\"section-fb-html-2-margin\";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:21:\"header-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-2-bg-space\";s:0:\"\";s:20:\"header-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-2-radius\";s:0:\"\";s:21:\"header-social-2-color\";s:0:\"\";s:23:\"header-social-2-h-color\";s:0:\"\";s:24:\"header-social-2-bg-color\";s:0:\"\";s:26:\"header-social-2-bg-h-color\";s:0:\"\";s:28:\"header-social-2-label-toggle\";b:0;s:26:\"header-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-2\";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:21:\"header-social-icons-2\";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:32:\"section-hb-social-icons-2-margin\";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:21:\"footer-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-2-bg-space\";s:0:\"\";s:20:\"footer-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-2-radius\";s:0:\"\";s:21:\"footer-social-2-color\";s:0:\"\";s:23:\"footer-social-2-h-color\";s:0:\"\";s:24:\"footer-social-2-bg-color\";s:0:\"\";s:26:\"footer-social-2-bg-h-color\";s:0:\"\";s:28:\"footer-social-2-label-toggle\";b:0;s:26:\"footer-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-2\";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:21:\"footer-social-icons-2\";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:25:\"footer-social-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-2-margin\";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:27:\"header-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-2-font-family\";s:7:\"inherit\";s:27:\"header-widget-2-font-weight\";s:7:\"inherit\";s:30:\"header-widget-2-text-transform\";s:0:\"\";s:27:\"header-widget-2-line-height\";s:0:\"\";s:25:\"header-widget-2-font-size\";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:35:\"header-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-2-content-text-transform\";s:0:\"\";s:35:\"header-widget-2-content-line-height\";s:0:\"\";s:33:\"header-widget-2-content-font-size\";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:38:\"sidebar-widgets-header-widget-2-margin\";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:27:\"footer-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-2-font-family\";s:7:\"inherit\";s:27:\"footer-widget-2-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-2-text-transform\";s:0:\"\";s:27:\"footer-widget-2-line-height\";s:0:\"\";s:25:\"footer-widget-2-font-size\";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:35:\"footer-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-2-content-text-transform\";s:0:\"\";s:35:\"footer-widget-2-content-line-height\";s:0:\"\";s:33:\"footer-widget-2-content-font-size\";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:25:\"footer-widget-alignment-2\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";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:21:\"header-menu2-bg-color\";s:0:\"\";s:18:\"header-menu2-color\";s:0:\"\";s:23:\"header-menu2-h-bg-color\";s:0:\"\";s:20:\"header-menu2-h-color\";s:0:\"\";s:23:\"header-menu2-a-bg-color\";s:0:\"\";s:20:\"header-menu2-a-color\";s:0:\"\";s:30:\"header-menu2-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu2-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu2-menu-hover-animation\";s:0:\"\";s:40:\"header-menu2-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-2-margin\";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:25:\"header-menu2-menu-spacing\";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:32:\"header-menu2-submenu-item-border\";b:0;s:32:\"header-menu2-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu2-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu2-submenu-border-radius\";s:0:\"\";s:31:\"header-menu2-submenu-top-offset\";s:0:\"\";s:26:\"header-menu2-submenu-width\";s:0:\"\";s:27:\"header-menu2-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu2-menu-stack-on-mobile\";b:1;s:22:\"header-menu2-font-size\";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:24:\"header-menu2-font-weight\";s:7:\"inherit\";s:24:\"header-menu2-font-family\";s:7:\"inherit\";s:27:\"header-menu2-text-transform\";s:0:\"\";s:24:\"header-menu2-line-height\";s:0:\"\";s:27:\"section-hb-divider-2-margin\";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:27:\"section-fb-divider-2-margin\";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:19:\"header-button3-text\";s:6:\"Button\";s:26:\"header-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button3-font-family\";s:7:\"inherit\";s:26:\"header-button3-font-weight\";s:7:\"inherit\";s:29:\"header-button3-text-transform\";s:0:\"\";s:26:\"header-button3-line-height\";s:0:\"\";s:24:\"header-button3-font-size\";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:25:\"header-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button3-padding\";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:26:\"header-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button3-border-radius\";s:0:\"\";s:27:\"section-hb-button-3-padding\";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:26:\"section-hb-button-3-margin\";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:29:\"sticky-header-button3-padding\";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:19:\"footer-button3-text\";s:6:\"Button\";s:26:\"footer-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button3-font-family\";s:7:\"inherit\";s:26:\"footer-button3-font-weight\";s:7:\"inherit\";s:29:\"footer-button3-text-transform\";s:0:\"\";s:26:\"footer-button3-line-height\";s:0:\"\";s:24:\"footer-button3-font-size\";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:25:\"footer-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button3-padding\";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:26:\"footer-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button3-border-radius\";s:0:\"\";s:25:\"footer-button-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-3-padding\";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:26:\"section-fb-button-3-margin\";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:13:\"header-html-3\";s:22:\"Insert HTML text here.\";s:18:\"header-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-3\";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:29:\"font-weight-section-hb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-3\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-3\";s:0:\"\";s:32:\"text-transform-section-hb-html-3\";s:0:\"\";s:24:\"section-hb-html-3-margin\";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:13:\"footer-html-3\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-3\";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:23:\"footer-html-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-3\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-3\";s:0:\"\";s:29:\"line-height-section-fb-html-3\";s:0:\"\";s:24:\"section-fb-html-3-margin\";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:21:\"header-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-3-bg-space\";s:0:\"\";s:20:\"header-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-3-radius\";s:0:\"\";s:21:\"header-social-3-color\";s:0:\"\";s:23:\"header-social-3-h-color\";s:0:\"\";s:24:\"header-social-3-bg-color\";s:0:\"\";s:26:\"header-social-3-bg-h-color\";s:0:\"\";s:28:\"header-social-3-label-toggle\";b:0;s:26:\"header-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-3\";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:21:\"header-social-icons-3\";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:32:\"section-hb-social-icons-3-margin\";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:21:\"footer-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-3-bg-space\";s:0:\"\";s:20:\"footer-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-3-radius\";s:0:\"\";s:21:\"footer-social-3-color\";s:0:\"\";s:23:\"footer-social-3-h-color\";s:0:\"\";s:24:\"footer-social-3-bg-color\";s:0:\"\";s:26:\"footer-social-3-bg-h-color\";s:0:\"\";s:28:\"footer-social-3-label-toggle\";b:0;s:26:\"footer-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-3\";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:21:\"footer-social-icons-3\";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:25:\"footer-social-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-3-margin\";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:27:\"header-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-3-font-family\";s:7:\"inherit\";s:27:\"header-widget-3-font-weight\";s:7:\"inherit\";s:30:\"header-widget-3-text-transform\";s:0:\"\";s:27:\"header-widget-3-line-height\";s:0:\"\";s:25:\"header-widget-3-font-size\";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:35:\"header-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-3-content-text-transform\";s:0:\"\";s:35:\"header-widget-3-content-line-height\";s:0:\"\";s:33:\"header-widget-3-content-font-size\";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:38:\"sidebar-widgets-header-widget-3-margin\";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:27:\"footer-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-3-font-family\";s:7:\"inherit\";s:27:\"footer-widget-3-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-3-text-transform\";s:0:\"\";s:27:\"footer-widget-3-line-height\";s:0:\"\";s:25:\"footer-widget-3-font-size\";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:35:\"footer-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-3-content-text-transform\";s:0:\"\";s:35:\"footer-widget-3-content-line-height\";s:0:\"\";s:33:\"footer-widget-3-content-font-size\";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:25:\"footer-widget-alignment-3\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";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:21:\"header-menu3-bg-color\";s:0:\"\";s:18:\"header-menu3-color\";s:0:\"\";s:23:\"header-menu3-h-bg-color\";s:0:\"\";s:20:\"header-menu3-h-color\";s:0:\"\";s:23:\"header-menu3-a-bg-color\";s:0:\"\";s:20:\"header-menu3-a-color\";s:0:\"\";s:30:\"header-menu3-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu3-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu3-menu-hover-animation\";s:0:\"\";s:40:\"header-menu3-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-3-margin\";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:25:\"header-menu3-menu-spacing\";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:32:\"header-menu3-submenu-item-border\";b:0;s:32:\"header-menu3-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu3-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu3-submenu-border-radius\";s:0:\"\";s:31:\"header-menu3-submenu-top-offset\";s:0:\"\";s:26:\"header-menu3-submenu-width\";s:0:\"\";s:27:\"header-menu3-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu3-menu-stack-on-mobile\";b:1;s:22:\"header-menu3-font-size\";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:24:\"header-menu3-font-weight\";s:7:\"inherit\";s:24:\"header-menu3-font-family\";s:7:\"inherit\";s:27:\"header-menu3-text-transform\";s:0:\"\";s:24:\"header-menu3-line-height\";s:0:\"\";s:27:\"section-hb-divider-3-margin\";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:27:\"section-fb-divider-3-margin\";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:19:\"header-button4-text\";s:6:\"Button\";s:26:\"header-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button4-font-family\";s:7:\"inherit\";s:26:\"header-button4-font-weight\";s:7:\"inherit\";s:29:\"header-button4-text-transform\";s:0:\"\";s:26:\"header-button4-line-height\";s:0:\"\";s:24:\"header-button4-font-size\";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:25:\"header-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button4-padding\";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:26:\"header-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button4-border-radius\";s:0:\"\";s:27:\"section-hb-button-4-padding\";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:26:\"section-hb-button-4-margin\";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:29:\"sticky-header-button4-padding\";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:19:\"footer-button4-text\";s:6:\"Button\";s:26:\"footer-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button4-font-family\";s:7:\"inherit\";s:26:\"footer-button4-font-weight\";s:7:\"inherit\";s:29:\"footer-button4-text-transform\";s:0:\"\";s:26:\"footer-button4-line-height\";s:0:\"\";s:24:\"footer-button4-font-size\";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:25:\"footer-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button4-padding\";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:26:\"footer-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button4-border-radius\";s:0:\"\";s:25:\"footer-button-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-4-padding\";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:26:\"section-fb-button-4-margin\";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:13:\"header-html-4\";s:22:\"Insert HTML text here.\";s:18:\"header-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-4\";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:29:\"font-weight-section-hb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-4\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-4\";s:0:\"\";s:32:\"text-transform-section-hb-html-4\";s:0:\"\";s:24:\"section-hb-html-4-margin\";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:13:\"footer-html-4\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-4\";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:23:\"footer-html-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-4\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-4\";s:0:\"\";s:29:\"line-height-section-fb-html-4\";s:0:\"\";s:24:\"section-fb-html-4-margin\";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:21:\"header-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-4-bg-space\";s:0:\"\";s:20:\"header-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-4-radius\";s:0:\"\";s:21:\"header-social-4-color\";s:0:\"\";s:23:\"header-social-4-h-color\";s:0:\"\";s:24:\"header-social-4-bg-color\";s:0:\"\";s:26:\"header-social-4-bg-h-color\";s:0:\"\";s:28:\"header-social-4-label-toggle\";b:0;s:26:\"header-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-4\";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:21:\"header-social-icons-4\";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:32:\"section-hb-social-icons-4-margin\";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:21:\"footer-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-4-bg-space\";s:0:\"\";s:20:\"footer-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-4-radius\";s:0:\"\";s:21:\"footer-social-4-color\";s:0:\"\";s:23:\"footer-social-4-h-color\";s:0:\"\";s:24:\"footer-social-4-bg-color\";s:0:\"\";s:26:\"footer-social-4-bg-h-color\";s:0:\"\";s:28:\"footer-social-4-label-toggle\";b:0;s:26:\"footer-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-4\";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:21:\"footer-social-icons-4\";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:25:\"footer-social-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-4-margin\";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:27:\"header-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-4-font-family\";s:7:\"inherit\";s:27:\"header-widget-4-font-weight\";s:7:\"inherit\";s:30:\"header-widget-4-text-transform\";s:0:\"\";s:27:\"header-widget-4-line-height\";s:0:\"\";s:25:\"header-widget-4-font-size\";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:35:\"header-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-4-content-text-transform\";s:0:\"\";s:35:\"header-widget-4-content-line-height\";s:0:\"\";s:33:\"header-widget-4-content-font-size\";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:38:\"sidebar-widgets-header-widget-4-margin\";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:27:\"footer-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-4-font-family\";s:7:\"inherit\";s:27:\"footer-widget-4-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-4-text-transform\";s:0:\"\";s:27:\"footer-widget-4-line-height\";s:0:\"\";s:25:\"footer-widget-4-font-size\";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:35:\"footer-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-4-content-text-transform\";s:0:\"\";s:35:\"footer-widget-4-content-line-height\";s:0:\"\";s:33:\"footer-widget-4-content-font-size\";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:25:\"footer-widget-alignment-4\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";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:21:\"header-menu4-bg-color\";s:0:\"\";s:18:\"header-menu4-color\";s:0:\"\";s:23:\"header-menu4-h-bg-color\";s:0:\"\";s:20:\"header-menu4-h-color\";s:0:\"\";s:23:\"header-menu4-a-bg-color\";s:0:\"\";s:20:\"header-menu4-a-color\";s:0:\"\";s:30:\"header-menu4-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu4-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu4-menu-hover-animation\";s:0:\"\";s:40:\"header-menu4-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-4-margin\";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:25:\"header-menu4-menu-spacing\";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:32:\"header-menu4-submenu-item-border\";b:0;s:32:\"header-menu4-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu4-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu4-submenu-border-radius\";s:0:\"\";s:31:\"header-menu4-submenu-top-offset\";s:0:\"\";s:26:\"header-menu4-submenu-width\";s:0:\"\";s:27:\"header-menu4-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu4-menu-stack-on-mobile\";b:1;s:22:\"header-menu4-font-size\";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:24:\"header-menu4-font-weight\";s:7:\"inherit\";s:24:\"header-menu4-font-family\";s:7:\"inherit\";s:27:\"header-menu4-text-transform\";s:0:\"\";s:24:\"header-menu4-line-height\";s:0:\"\";s:27:\"section-hb-divider-4-margin\";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:27:\"section-fb-divider-4-margin\";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:19:\"header-button5-text\";s:6:\"Button\";s:26:\"header-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button5-font-family\";s:7:\"inherit\";s:26:\"header-button5-font-weight\";s:7:\"inherit\";s:29:\"header-button5-text-transform\";s:0:\"\";s:26:\"header-button5-line-height\";s:0:\"\";s:24:\"header-button5-font-size\";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:25:\"header-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button5-padding\";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:26:\"header-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button5-border-radius\";s:0:\"\";s:27:\"section-hb-button-5-padding\";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:26:\"section-hb-button-5-margin\";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:29:\"sticky-header-button5-padding\";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:19:\"footer-button5-text\";s:6:\"Button\";s:26:\"footer-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button5-font-family\";s:7:\"inherit\";s:26:\"footer-button5-font-weight\";s:7:\"inherit\";s:29:\"footer-button5-text-transform\";s:0:\"\";s:26:\"footer-button5-line-height\";s:0:\"\";s:24:\"footer-button5-font-size\";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:25:\"footer-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button5-padding\";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:26:\"footer-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button5-border-radius\";s:0:\"\";s:25:\"footer-button-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-5-padding\";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:26:\"section-fb-button-5-margin\";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:13:\"header-html-5\";s:22:\"Insert HTML text here.\";s:18:\"header-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-5\";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:29:\"font-weight-section-hb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-5\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-5\";s:0:\"\";s:32:\"text-transform-section-hb-html-5\";s:0:\"\";s:24:\"section-hb-html-5-margin\";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:13:\"footer-html-5\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-5\";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:23:\"footer-html-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-5\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-5\";s:0:\"\";s:29:\"line-height-section-fb-html-5\";s:0:\"\";s:24:\"section-fb-html-5-margin\";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:21:\"header-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-5-bg-space\";s:0:\"\";s:20:\"header-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-5-radius\";s:0:\"\";s:21:\"header-social-5-color\";s:0:\"\";s:23:\"header-social-5-h-color\";s:0:\"\";s:24:\"header-social-5-bg-color\";s:0:\"\";s:26:\"header-social-5-bg-h-color\";s:0:\"\";s:28:\"header-social-5-label-toggle\";b:0;s:26:\"header-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-5\";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:21:\"header-social-icons-5\";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:32:\"section-hb-social-icons-5-margin\";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:21:\"footer-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-5-bg-space\";s:0:\"\";s:20:\"footer-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-5-radius\";s:0:\"\";s:21:\"footer-social-5-color\";s:0:\"\";s:23:\"footer-social-5-h-color\";s:0:\"\";s:24:\"footer-social-5-bg-color\";s:0:\"\";s:26:\"footer-social-5-bg-h-color\";s:0:\"\";s:28:\"footer-social-5-label-toggle\";b:0;s:26:\"footer-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-5\";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:21:\"footer-social-icons-5\";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:25:\"footer-social-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-5-margin\";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:27:\"header-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-5-font-family\";s:7:\"inherit\";s:27:\"header-widget-5-font-weight\";s:7:\"inherit\";s:30:\"header-widget-5-text-transform\";s:0:\"\";s:27:\"header-widget-5-line-height\";s:0:\"\";s:25:\"header-widget-5-font-size\";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:35:\"header-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-5-content-text-transform\";s:0:\"\";s:35:\"header-widget-5-content-line-height\";s:0:\"\";s:33:\"header-widget-5-content-font-size\";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:38:\"sidebar-widgets-header-widget-5-margin\";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:27:\"footer-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-5-font-family\";s:7:\"inherit\";s:27:\"footer-widget-5-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-5-text-transform\";s:0:\"\";s:27:\"footer-widget-5-line-height\";s:0:\"\";s:25:\"footer-widget-5-font-size\";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:35:\"footer-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-5-content-text-transform\";s:0:\"\";s:35:\"footer-widget-5-content-line-height\";s:0:\"\";s:33:\"footer-widget-5-content-font-size\";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:25:\"footer-widget-alignment-5\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-5-margin\";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:21:\"header-menu5-bg-color\";s:0:\"\";s:18:\"header-menu5-color\";s:0:\"\";s:23:\"header-menu5-h-bg-color\";s:0:\"\";s:20:\"header-menu5-h-color\";s:0:\"\";s:23:\"header-menu5-a-bg-color\";s:0:\"\";s:20:\"header-menu5-a-color\";s:0:\"\";s:30:\"header-menu5-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu5-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu5-menu-hover-animation\";s:0:\"\";s:40:\"header-menu5-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-5-margin\";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:25:\"header-menu5-menu-spacing\";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:32:\"header-menu5-submenu-item-border\";b:0;s:32:\"header-menu5-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu5-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu5-submenu-border-radius\";s:0:\"\";s:31:\"header-menu5-submenu-top-offset\";s:0:\"\";s:26:\"header-menu5-submenu-width\";s:0:\"\";s:27:\"header-menu5-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu5-menu-stack-on-mobile\";b:1;s:22:\"header-menu5-font-size\";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:24:\"header-menu5-font-weight\";s:7:\"inherit\";s:24:\"header-menu5-font-family\";s:7:\"inherit\";s:27:\"header-menu5-text-transform\";s:0:\"\";s:24:\"header-menu5-line-height\";s:0:\"\";s:27:\"section-hb-divider-5-margin\";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:27:\"section-fb-divider-5-margin\";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:19:\"header-button6-text\";s:6:\"Button\";s:26:\"header-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button6-font-family\";s:7:\"inherit\";s:26:\"header-button6-font-weight\";s:7:\"inherit\";s:29:\"header-button6-text-transform\";s:0:\"\";s:26:\"header-button6-line-height\";s:0:\"\";s:24:\"header-button6-font-size\";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:25:\"header-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button6-padding\";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:26:\"header-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button6-border-radius\";s:0:\"\";s:27:\"section-hb-button-6-padding\";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:26:\"section-hb-button-6-margin\";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:29:\"sticky-header-button6-padding\";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:19:\"footer-button6-text\";s:6:\"Button\";s:26:\"footer-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button6-font-family\";s:7:\"inherit\";s:26:\"footer-button6-font-weight\";s:7:\"inherit\";s:29:\"footer-button6-text-transform\";s:0:\"\";s:26:\"footer-button6-line-height\";s:0:\"\";s:24:\"footer-button6-font-size\";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:25:\"footer-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button6-padding\";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:26:\"footer-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button6-border-radius\";s:0:\"\";s:25:\"footer-button-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-6-padding\";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:26:\"section-fb-button-6-margin\";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:13:\"header-html-6\";s:22:\"Insert HTML text here.\";s:18:\"header-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-6\";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:29:\"font-weight-section-hb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-6\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-6\";s:0:\"\";s:32:\"text-transform-section-hb-html-6\";s:0:\"\";s:24:\"section-hb-html-6-margin\";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:13:\"footer-html-6\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-6\";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:23:\"footer-html-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-6\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-6\";s:0:\"\";s:29:\"line-height-section-fb-html-6\";s:0:\"\";s:24:\"section-fb-html-6-margin\";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:21:\"header-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-6-bg-space\";s:0:\"\";s:20:\"header-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-6-radius\";s:0:\"\";s:21:\"header-social-6-color\";s:0:\"\";s:23:\"header-social-6-h-color\";s:0:\"\";s:24:\"header-social-6-bg-color\";s:0:\"\";s:26:\"header-social-6-bg-h-color\";s:0:\"\";s:28:\"header-social-6-label-toggle\";b:0;s:26:\"header-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-6\";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:21:\"header-social-icons-6\";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:32:\"section-hb-social-icons-6-margin\";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:21:\"footer-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-6-bg-space\";s:0:\"\";s:20:\"footer-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-6-radius\";s:0:\"\";s:21:\"footer-social-6-color\";s:0:\"\";s:23:\"footer-social-6-h-color\";s:0:\"\";s:24:\"footer-social-6-bg-color\";s:0:\"\";s:26:\"footer-social-6-bg-h-color\";s:0:\"\";s:28:\"footer-social-6-label-toggle\";b:0;s:26:\"footer-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-6\";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:21:\"footer-social-icons-6\";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:25:\"footer-social-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-6-margin\";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:27:\"header-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-6-font-family\";s:7:\"inherit\";s:27:\"header-widget-6-font-weight\";s:7:\"inherit\";s:30:\"header-widget-6-text-transform\";s:0:\"\";s:27:\"header-widget-6-line-height\";s:0:\"\";s:25:\"header-widget-6-font-size\";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:35:\"header-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-6-content-text-transform\";s:0:\"\";s:35:\"header-widget-6-content-line-height\";s:0:\"\";s:33:\"header-widget-6-content-font-size\";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:38:\"sidebar-widgets-header-widget-6-margin\";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:27:\"footer-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-6-font-family\";s:7:\"inherit\";s:27:\"footer-widget-6-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-6-text-transform\";s:0:\"\";s:27:\"footer-widget-6-line-height\";s:0:\"\";s:25:\"footer-widget-6-font-size\";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:35:\"footer-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-6-content-text-transform\";s:0:\"\";s:35:\"footer-widget-6-content-line-height\";s:0:\"\";s:33:\"footer-widget-6-content-font-size\";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:25:\"footer-widget-alignment-6\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-6-margin\";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:21:\"header-menu6-bg-color\";s:0:\"\";s:18:\"header-menu6-color\";s:0:\"\";s:23:\"header-menu6-h-bg-color\";s:0:\"\";s:20:\"header-menu6-h-color\";s:0:\"\";s:23:\"header-menu6-a-bg-color\";s:0:\"\";s:20:\"header-menu6-a-color\";s:0:\"\";s:30:\"header-menu6-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu6-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu6-menu-hover-animation\";s:0:\"\";s:40:\"header-menu6-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-6-margin\";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:25:\"header-menu6-menu-spacing\";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:32:\"header-menu6-submenu-item-border\";b:0;s:32:\"header-menu6-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu6-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu6-submenu-border-radius\";s:0:\"\";s:31:\"header-menu6-submenu-top-offset\";s:0:\"\";s:26:\"header-menu6-submenu-width\";s:0:\"\";s:27:\"header-menu6-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu6-menu-stack-on-mobile\";b:1;s:22:\"header-menu6-font-size\";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:24:\"header-menu6-font-weight\";s:7:\"inherit\";s:24:\"header-menu6-font-family\";s:7:\"inherit\";s:27:\"header-menu6-text-transform\";s:0:\"\";s:24:\"header-menu6-line-height\";s:0:\"\";s:27:\"section-hb-divider-6-margin\";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:27:\"section-fb-divider-6-margin\";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:19:\"header-button7-text\";s:6:\"Button\";s:26:\"header-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button7-font-family\";s:7:\"inherit\";s:26:\"header-button7-font-weight\";s:7:\"inherit\";s:29:\"header-button7-text-transform\";s:0:\"\";s:26:\"header-button7-line-height\";s:0:\"\";s:24:\"header-button7-font-size\";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:25:\"header-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button7-padding\";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:26:\"header-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button7-border-radius\";s:0:\"\";s:27:\"section-hb-button-7-padding\";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:26:\"section-hb-button-7-margin\";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:29:\"sticky-header-button7-padding\";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:19:\"footer-button7-text\";s:6:\"Button\";s:26:\"footer-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button7-font-family\";s:7:\"inherit\";s:26:\"footer-button7-font-weight\";s:7:\"inherit\";s:29:\"footer-button7-text-transform\";s:0:\"\";s:26:\"footer-button7-line-height\";s:0:\"\";s:24:\"footer-button7-font-size\";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:25:\"footer-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button7-padding\";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:26:\"footer-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button7-border-radius\";s:0:\"\";s:25:\"footer-button-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-7-padding\";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:26:\"section-fb-button-7-margin\";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:13:\"header-html-7\";s:22:\"Insert HTML text here.\";s:18:\"header-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-7\";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:29:\"font-weight-section-hb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-7\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-7\";s:0:\"\";s:32:\"text-transform-section-hb-html-7\";s:0:\"\";s:24:\"section-hb-html-7-margin\";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:13:\"footer-html-7\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-7\";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:23:\"footer-html-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-7\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-7\";s:0:\"\";s:29:\"line-height-section-fb-html-7\";s:0:\"\";s:24:\"section-fb-html-7-margin\";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:21:\"header-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-7-bg-space\";s:0:\"\";s:20:\"header-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-7-radius\";s:0:\"\";s:21:\"header-social-7-color\";s:0:\"\";s:23:\"header-social-7-h-color\";s:0:\"\";s:24:\"header-social-7-bg-color\";s:0:\"\";s:26:\"header-social-7-bg-h-color\";s:0:\"\";s:28:\"header-social-7-label-toggle\";b:0;s:26:\"header-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-7\";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:21:\"header-social-icons-7\";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:32:\"section-hb-social-icons-7-margin\";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:21:\"footer-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-7-bg-space\";s:0:\"\";s:20:\"footer-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-7-radius\";s:0:\"\";s:21:\"footer-social-7-color\";s:0:\"\";s:23:\"footer-social-7-h-color\";s:0:\"\";s:24:\"footer-social-7-bg-color\";s:0:\"\";s:26:\"footer-social-7-bg-h-color\";s:0:\"\";s:28:\"footer-social-7-label-toggle\";b:0;s:26:\"footer-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-7\";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:21:\"footer-social-icons-7\";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:25:\"footer-social-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-7-margin\";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:27:\"header-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-7-font-family\";s:7:\"inherit\";s:27:\"header-widget-7-font-weight\";s:7:\"inherit\";s:30:\"header-widget-7-text-transform\";s:0:\"\";s:27:\"header-widget-7-line-height\";s:0:\"\";s:25:\"header-widget-7-font-size\";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:35:\"header-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-7-content-text-transform\";s:0:\"\";s:35:\"header-widget-7-content-line-height\";s:0:\"\";s:33:\"header-widget-7-content-font-size\";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:38:\"sidebar-widgets-header-widget-7-margin\";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:27:\"footer-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-7-font-family\";s:7:\"inherit\";s:27:\"footer-widget-7-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-7-text-transform\";s:0:\"\";s:27:\"footer-widget-7-line-height\";s:0:\"\";s:25:\"footer-widget-7-font-size\";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:35:\"footer-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-7-content-text-transform\";s:0:\"\";s:35:\"footer-widget-7-content-line-height\";s:0:\"\";s:33:\"footer-widget-7-content-font-size\";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:25:\"footer-widget-alignment-7\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-7-margin\";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:21:\"header-menu7-bg-color\";s:0:\"\";s:18:\"header-menu7-color\";s:0:\"\";s:23:\"header-menu7-h-bg-color\";s:0:\"\";s:20:\"header-menu7-h-color\";s:0:\"\";s:23:\"header-menu7-a-bg-color\";s:0:\"\";s:20:\"header-menu7-a-color\";s:0:\"\";s:30:\"header-menu7-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu7-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu7-menu-hover-animation\";s:0:\"\";s:40:\"header-menu7-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-7-margin\";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:25:\"header-menu7-menu-spacing\";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:32:\"header-menu7-submenu-item-border\";b:0;s:32:\"header-menu7-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu7-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu7-submenu-border-radius\";s:0:\"\";s:31:\"header-menu7-submenu-top-offset\";s:0:\"\";s:26:\"header-menu7-submenu-width\";s:0:\"\";s:27:\"header-menu7-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu7-menu-stack-on-mobile\";b:1;s:22:\"header-menu7-font-size\";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:24:\"header-menu7-font-weight\";s:7:\"inherit\";s:24:\"header-menu7-font-family\";s:7:\"inherit\";s:27:\"header-menu7-text-transform\";s:0:\"\";s:24:\"header-menu7-line-height\";s:0:\"\";s:27:\"section-hb-divider-7-margin\";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:27:\"section-fb-divider-7-margin\";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:19:\"header-button8-text\";s:6:\"Button\";s:26:\"header-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button8-font-family\";s:7:\"inherit\";s:26:\"header-button8-font-weight\";s:7:\"inherit\";s:29:\"header-button8-text-transform\";s:0:\"\";s:26:\"header-button8-line-height\";s:0:\"\";s:24:\"header-button8-font-size\";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:25:\"header-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button8-padding\";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:26:\"header-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button8-border-radius\";s:0:\"\";s:27:\"section-hb-button-8-padding\";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:26:\"section-hb-button-8-margin\";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:29:\"sticky-header-button8-padding\";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:19:\"footer-button8-text\";s:6:\"Button\";s:26:\"footer-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button8-font-family\";s:7:\"inherit\";s:26:\"footer-button8-font-weight\";s:7:\"inherit\";s:29:\"footer-button8-text-transform\";s:0:\"\";s:26:\"footer-button8-line-height\";s:0:\"\";s:24:\"footer-button8-font-size\";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:25:\"footer-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button8-padding\";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:26:\"footer-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button8-border-radius\";s:0:\"\";s:25:\"footer-button-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-8-padding\";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:26:\"section-fb-button-8-margin\";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:13:\"header-html-8\";s:22:\"Insert HTML text here.\";s:18:\"header-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-8\";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:29:\"font-weight-section-hb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-8\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-8\";s:0:\"\";s:32:\"text-transform-section-hb-html-8\";s:0:\"\";s:24:\"section-hb-html-8-margin\";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:13:\"footer-html-8\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-8\";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:23:\"footer-html-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-8\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-8\";s:0:\"\";s:29:\"line-height-section-fb-html-8\";s:0:\"\";s:24:\"section-fb-html-8-margin\";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:21:\"header-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-8-bg-space\";s:0:\"\";s:20:\"header-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-8-radius\";s:0:\"\";s:21:\"header-social-8-color\";s:0:\"\";s:23:\"header-social-8-h-color\";s:0:\"\";s:24:\"header-social-8-bg-color\";s:0:\"\";s:26:\"header-social-8-bg-h-color\";s:0:\"\";s:28:\"header-social-8-label-toggle\";b:0;s:26:\"header-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-8\";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:21:\"header-social-icons-8\";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:32:\"section-hb-social-icons-8-margin\";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:21:\"footer-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-8-bg-space\";s:0:\"\";s:20:\"footer-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-8-radius\";s:0:\"\";s:21:\"footer-social-8-color\";s:0:\"\";s:23:\"footer-social-8-h-color\";s:0:\"\";s:24:\"footer-social-8-bg-color\";s:0:\"\";s:26:\"footer-social-8-bg-h-color\";s:0:\"\";s:28:\"footer-social-8-label-toggle\";b:0;s:26:\"footer-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-8\";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:21:\"footer-social-icons-8\";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:25:\"footer-social-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-8-margin\";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:27:\"header-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-8-font-family\";s:7:\"inherit\";s:27:\"header-widget-8-font-weight\";s:7:\"inherit\";s:30:\"header-widget-8-text-transform\";s:0:\"\";s:27:\"header-widget-8-line-height\";s:0:\"\";s:25:\"header-widget-8-font-size\";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:35:\"header-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-8-content-text-transform\";s:0:\"\";s:35:\"header-widget-8-content-line-height\";s:0:\"\";s:33:\"header-widget-8-content-font-size\";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:38:\"sidebar-widgets-header-widget-8-margin\";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:27:\"footer-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-8-font-family\";s:7:\"inherit\";s:27:\"footer-widget-8-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-8-text-transform\";s:0:\"\";s:27:\"footer-widget-8-line-height\";s:0:\"\";s:25:\"footer-widget-8-font-size\";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:35:\"footer-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-8-content-text-transform\";s:0:\"\";s:35:\"footer-widget-8-content-line-height\";s:0:\"\";s:33:\"footer-widget-8-content-font-size\";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:25:\"footer-widget-alignment-8\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-8-margin\";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:21:\"header-menu8-bg-color\";s:0:\"\";s:18:\"header-menu8-color\";s:0:\"\";s:23:\"header-menu8-h-bg-color\";s:0:\"\";s:20:\"header-menu8-h-color\";s:0:\"\";s:23:\"header-menu8-a-bg-color\";s:0:\"\";s:20:\"header-menu8-a-color\";s:0:\"\";s:30:\"header-menu8-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu8-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu8-menu-hover-animation\";s:0:\"\";s:40:\"header-menu8-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-8-margin\";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:25:\"header-menu8-menu-spacing\";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:32:\"header-menu8-submenu-item-border\";b:0;s:32:\"header-menu8-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu8-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu8-submenu-border-radius\";s:0:\"\";s:31:\"header-menu8-submenu-top-offset\";s:0:\"\";s:26:\"header-menu8-submenu-width\";s:0:\"\";s:27:\"header-menu8-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu8-menu-stack-on-mobile\";b:1;s:22:\"header-menu8-font-size\";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:24:\"header-menu8-font-weight\";s:7:\"inherit\";s:24:\"header-menu8-font-family\";s:7:\"inherit\";s:27:\"header-menu8-text-transform\";s:0:\"\";s:24:\"header-menu8-line-height\";s:0:\"\";s:27:\"section-hb-divider-8-margin\";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:27:\"section-fb-divider-8-margin\";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:19:\"header-button9-text\";s:6:\"Button\";s:26:\"header-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button9-font-family\";s:7:\"inherit\";s:26:\"header-button9-font-weight\";s:7:\"inherit\";s:29:\"header-button9-text-transform\";s:0:\"\";s:26:\"header-button9-line-height\";s:0:\"\";s:24:\"header-button9-font-size\";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:25:\"header-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button9-padding\";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:26:\"header-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button9-border-radius\";s:0:\"\";s:27:\"section-hb-button-9-padding\";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:26:\"section-hb-button-9-margin\";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:29:\"sticky-header-button9-padding\";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:19:\"footer-button9-text\";s:6:\"Button\";s:26:\"footer-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button9-font-family\";s:7:\"inherit\";s:26:\"footer-button9-font-weight\";s:7:\"inherit\";s:29:\"footer-button9-text-transform\";s:0:\"\";s:26:\"footer-button9-line-height\";s:0:\"\";s:24:\"footer-button9-font-size\";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:25:\"footer-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button9-padding\";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:26:\"footer-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button9-border-radius\";s:0:\"\";s:25:\"footer-button-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-9-padding\";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:26:\"section-fb-button-9-margin\";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:13:\"header-html-9\";s:22:\"Insert HTML text here.\";s:18:\"header-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-9\";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:29:\"font-weight-section-hb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-9\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-9\";s:0:\"\";s:32:\"text-transform-section-hb-html-9\";s:0:\"\";s:24:\"section-hb-html-9-margin\";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:13:\"footer-html-9\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-9\";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:23:\"footer-html-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-9\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-9\";s:0:\"\";s:29:\"line-height-section-fb-html-9\";s:0:\"\";s:24:\"section-fb-html-9-margin\";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:21:\"header-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-9-bg-space\";s:0:\"\";s:20:\"header-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-9-radius\";s:0:\"\";s:21:\"header-social-9-color\";s:0:\"\";s:23:\"header-social-9-h-color\";s:0:\"\";s:24:\"header-social-9-bg-color\";s:0:\"\";s:26:\"header-social-9-bg-h-color\";s:0:\"\";s:28:\"header-social-9-label-toggle\";b:0;s:26:\"header-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-9\";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:21:\"header-social-icons-9\";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:32:\"section-hb-social-icons-9-margin\";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:21:\"footer-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-9-bg-space\";s:0:\"\";s:20:\"footer-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-9-radius\";s:0:\"\";s:21:\"footer-social-9-color\";s:0:\"\";s:23:\"footer-social-9-h-color\";s:0:\"\";s:24:\"footer-social-9-bg-color\";s:0:\"\";s:26:\"footer-social-9-bg-h-color\";s:0:\"\";s:28:\"footer-social-9-label-toggle\";b:0;s:26:\"footer-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-9\";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:21:\"footer-social-icons-9\";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:25:\"footer-social-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-9-margin\";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:27:\"header-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-9-font-family\";s:7:\"inherit\";s:27:\"header-widget-9-font-weight\";s:7:\"inherit\";s:30:\"header-widget-9-text-transform\";s:0:\"\";s:27:\"header-widget-9-line-height\";s:0:\"\";s:25:\"header-widget-9-font-size\";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:35:\"header-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-9-content-text-transform\";s:0:\"\";s:35:\"header-widget-9-content-line-height\";s:0:\"\";s:33:\"header-widget-9-content-font-size\";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:38:\"sidebar-widgets-header-widget-9-margin\";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:27:\"footer-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-9-font-family\";s:7:\"inherit\";s:27:\"footer-widget-9-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-9-text-transform\";s:0:\"\";s:27:\"footer-widget-9-line-height\";s:0:\"\";s:25:\"footer-widget-9-font-size\";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:35:\"footer-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-9-content-text-transform\";s:0:\"\";s:35:\"footer-widget-9-content-line-height\";s:0:\"\";s:33:\"footer-widget-9-content-font-size\";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:25:\"footer-widget-alignment-9\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-9-margin\";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:21:\"header-menu9-bg-color\";s:0:\"\";s:18:\"header-menu9-color\";s:0:\"\";s:23:\"header-menu9-h-bg-color\";s:0:\"\";s:20:\"header-menu9-h-color\";s:0:\"\";s:23:\"header-menu9-a-bg-color\";s:0:\"\";s:20:\"header-menu9-a-color\";s:0:\"\";s:30:\"header-menu9-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu9-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu9-menu-hover-animation\";s:0:\"\";s:40:\"header-menu9-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-9-margin\";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:25:\"header-menu9-menu-spacing\";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:32:\"header-menu9-submenu-item-border\";b:0;s:32:\"header-menu9-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu9-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu9-submenu-border-radius\";s:0:\"\";s:31:\"header-menu9-submenu-top-offset\";s:0:\"\";s:26:\"header-menu9-submenu-width\";s:0:\"\";s:27:\"header-menu9-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu9-menu-stack-on-mobile\";b:1;s:22:\"header-menu9-font-size\";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:24:\"header-menu9-font-weight\";s:7:\"inherit\";s:24:\"header-menu9-font-family\";s:7:\"inherit\";s:27:\"header-menu9-text-transform\";s:0:\"\";s:24:\"header-menu9-line-height\";s:0:\"\";s:27:\"section-hb-divider-9-margin\";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:27:\"section-fb-divider-9-margin\";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:20:\"header-button10-text\";s:6:\"Button\";s:27:\"header-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"header-button10-font-family\";s:7:\"inherit\";s:27:\"header-button10-font-weight\";s:7:\"inherit\";s:30:\"header-button10-text-transform\";s:0:\"\";s:27:\"header-button10-line-height\";s:0:\"\";s:25:\"header-button10-font-size\";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:26:\"header-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-button10-padding\";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:27:\"header-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"header-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-button10-border-radius\";s:0:\"\";s:28:\"section-hb-button-10-padding\";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:27:\"section-hb-button-10-margin\";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:30:\"sticky-header-button10-padding\";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:20:\"footer-button10-text\";s:6:\"Button\";s:27:\"footer-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"footer-button10-font-family\";s:7:\"inherit\";s:27:\"footer-button10-font-weight\";s:7:\"inherit\";s:30:\"footer-button10-text-transform\";s:0:\"\";s:27:\"footer-button10-line-height\";s:0:\"\";s:25:\"footer-button10-font-size\";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:26:\"footer-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-button10-padding\";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:27:\"footer-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"footer-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-button10-border-radius\";s:0:\"\";s:26:\"footer-button-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:28:\"section-fb-button-10-padding\";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:27:\"section-fb-button-10-margin\";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:14:\"header-html-10\";s:22:\"Insert HTML text here.\";s:19:\"header-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-hb-html-10\";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:30:\"font-weight-section-hb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-hb-html-10\";s:7:\"inherit\";s:30:\"line-height-section-hb-html-10\";s:0:\"\";s:33:\"text-transform-section-hb-html-10\";s:0:\"\";s:25:\"section-hb-html-10-margin\";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:14:\"footer-html-10\";s:22:\"Insert HTML text here.\";s:19:\"footer-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-fb-html-10\";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:24:\"footer-html-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:30:\"font-weight-section-fb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-fb-html-10\";s:7:\"inherit\";s:33:\"text-transform-section-fb-html-10\";s:0:\"\";s:30:\"line-height-section-fb-html-10\";s:0:\"\";s:25:\"section-fb-html-10-margin\";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:22:\"header-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-social-10-bg-space\";s:0:\"\";s:21:\"header-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-social-10-radius\";s:0:\"\";s:22:\"header-social-10-color\";s:0:\"\";s:24:\"header-social-10-h-color\";s:0:\"\";s:25:\"header-social-10-bg-color\";s:0:\"\";s:27:\"header-social-10-bg-h-color\";s:0:\"\";s:29:\"header-social-10-label-toggle\";b:0;s:27:\"header-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-hb-social-icons-10\";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:22:\"header-social-icons-10\";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:33:\"section-hb-social-icons-10-margin\";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:22:\"footer-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-social-10-bg-space\";s:0:\"\";s:21:\"footer-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-social-10-radius\";s:0:\"\";s:22:\"footer-social-10-color\";s:0:\"\";s:24:\"footer-social-10-h-color\";s:0:\"\";s:25:\"footer-social-10-bg-color\";s:0:\"\";s:27:\"footer-social-10-bg-h-color\";s:0:\"\";s:29:\"footer-social-10-label-toggle\";b:0;s:27:\"footer-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-fb-social-icons-10\";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:22:\"footer-social-icons-10\";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:26:\"footer-social-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:33:\"section-fb-social-icons-10-margin\";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:28:\"header-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-10-font-family\";s:7:\"inherit\";s:28:\"header-widget-10-font-weight\";s:7:\"inherit\";s:31:\"header-widget-10-text-transform\";s:0:\"\";s:28:\"header-widget-10-line-height\";s:0:\"\";s:26:\"header-widget-10-font-size\";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:36:\"header-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"header-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"header-widget-10-content-text-transform\";s:0:\"\";s:36:\"header-widget-10-content-line-height\";s:0:\"\";s:34:\"header-widget-10-content-font-size\";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:39:\"sidebar-widgets-header-widget-10-margin\";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:28:\"footer-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-10-font-family\";s:7:\"inherit\";s:28:\"footer-widget-10-font-weight\";s:7:\"inherit\";s:31:\"footer-widget-10-text-transform\";s:0:\"\";s:28:\"footer-widget-10-line-height\";s:0:\"\";s:26:\"footer-widget-10-font-size\";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:36:\"footer-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"footer-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"footer-widget-10-content-text-transform\";s:0:\"\";s:36:\"footer-widget-10-content-line-height\";s:0:\"\";s:34:\"footer-widget-10-content-font-size\";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:26:\"footer-widget-alignment-10\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:39:\"sidebar-widgets-footer-widget-10-margin\";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:22:\"header-menu10-bg-color\";s:0:\"\";s:19:\"header-menu10-color\";s:0:\"\";s:24:\"header-menu10-h-bg-color\";s:0:\"\";s:21:\"header-menu10-h-color\";s:0:\"\";s:24:\"header-menu10-a-bg-color\";s:0:\"\";s:21:\"header-menu10-a-color\";s:0:\"\";s:31:\"header-menu10-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:30:\"header-menu10-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu10-menu-hover-animation\";s:0:\"\";s:41:\"header-menu10-submenu-container-animation\";s:0:\"\";s:25:\"section-hb-menu-10-margin\";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:26:\"header-menu10-menu-spacing\";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:33:\"header-menu10-submenu-item-border\";b:0;s:33:\"header-menu10-submenu-item-b-size\";s:1:\"1\";s:34:\"header-menu10-submenu-item-b-color\";s:7:\"#eaeaea\";s:35:\"header-menu10-submenu-border-radius\";s:0:\"\";s:32:\"header-menu10-submenu-top-offset\";s:0:\"\";s:27:\"header-menu10-submenu-width\";s:0:\"\";s:28:\"header-menu10-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:34:\"header-menu10-menu-stack-on-mobile\";b:1;s:23:\"header-menu10-font-size\";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:25:\"header-menu10-font-weight\";s:7:\"inherit\";s:25:\"header-menu10-font-family\";s:7:\"inherit\";s:28:\"header-menu10-text-transform\";s:0:\"\";s:25:\"header-menu10-line-height\";s:0:\"\";s:28:\"section-hb-divider-10-margin\";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:28:\"section-fb-divider-10-margin\";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:24:\"sticky-header-on-devices\";s:7:\"desktop\";s:19:\"sticky-header-style\";s:4:\"none\";s:20:\"footer-desktop-items\";a:10:{s:5:\"above\";a:6:{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:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:2:{i:0;s:8:\"widget-1\";i:1;s:9:\"copyright\";}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:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:0:{}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:7:\"below_6\";a:0:{}}s:4:\"flag\";b:0;s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:4:\"full\";}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:17:\"hba-footer-height\";i:60;s:17:\"hba-footer-column\";s:1:\"2\";s:17:\"hba-footer-layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:28:\"hba-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:28:\"hbb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:7:\"#191919\";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:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"hb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:25:\"var(--ast-global-color-2)\";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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:36:\"section-header-builder-layout-margin\";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:17:\"hbb-footer-height\";i:80;s:17:\"hbb-footer-column\";s:1:\"1\";s:17:\"hbb-footer-layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:23:\"hba-footer-layout-width\";s:7:\"content\";s:22:\"hb-footer-layout-width\";s:7:\"content\";s:23:\"hbb-footer-layout-width\";s:7:\"content\";s:29:\"hba-footer-vertical-alignment\";s:10:\"flex-start\";s:28:\"hb-footer-vertical-alignment\";s:6:\"center\";s:29:\"hbb-footer-vertical-alignment\";s:10:\"flex-start\";s:24:\"footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:25:\"var(--ast-global-color-2)\";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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:16:\"hb-footer-column\";s:1:\"1\";s:19:\"hb-footer-separator\";i:1;s:29:\"hb-footer-bottom-border-color\";s:7:\"#e6e6e6\";s:16:\"hb-footer-layout\";a:4:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:18:\"hb-footer-main-sep\";s:1:\"0\";s:24:\"hb-footer-main-sep-color\";s:7:\"#e6e6e6\";s:23:\"footer-copyright-editor\";s:40:\"Copyright © [current_year] [site_title]\";s:22:\"footer-copyright-color\";s:25:\"var(--ast-global-color-5)\";s:36:\"line-height-section-footer-copyright\";s:0:\"\";s:26:\"footer-copyright-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:34:\"font-size-section-footer-copyright\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"font-weight-section-footer-copyright\";s:7:\"inherit\";s:36:\"font-family-section-footer-copyright\";s:7:\"inherit\";s:39:\"text-transform-section-footer-copyright\";s:0:\"\";s:21:\"footer-menu-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:36:\"section-below-footer-builder-padding\";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:24:\"header-search-icon-space\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:24:\"header-search-icon-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"transparent-header-social-icons-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-header-social-icons-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"transparent-header-social-icons-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"transparent-header-social-icons-bg-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"transparent-header-html-text-color\";s:0:\"\";s:34:\"transparent-header-html-link-color\";s:0:\"\";s:36:\"transparent-header-html-link-h-color\";s:0:\"\";s:37:\"transparent-header-widget-title-color\";s:0:\"\";s:39:\"transparent-header-widget-content-color\";s:0:\"\";s:36:\"transparent-header-widget-link-color\";s:0:\"\";s:38:\"transparent-header-widget-link-h-color\";s:0:\"\";s:36:\"transparent-header-button-text-color\";s:0:\"\";s:38:\"transparent-header-button-text-h-color\";s:0:\"\";s:34:\"transparent-header-button-bg-color\";s:0:\"\";s:36:\"transparent-header-button-bg-h-color\";s:0:\"\";s:17:\"off-canvas-layout\";s:10:\"side-panel\";s:16:\"off-canvas-slide\";s:5:\"right\";s:33:\"header-builder-menu-toggle-target\";s:4:\"icon\";s:34:\"header-offcanvas-content-alignment\";s:10:\"flex-start\";s:21:\"off-canvas-background\";a:8:{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:16:\"background-media\";s:0:\"\";s:15:\"background-type\";s:5:\"color\";}s:22:\"off-canvas-close-color\";s:7:\"#3a3a3a\";s:18:\"mobile-header-type\";s:8:\"dropdown\";s:24:\"off-canvas-inner-spacing\";s:0:\"\";s:18:\"footer-menu-layout\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:29:\"footer-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:28:\"footer-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-menu-font-size\";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:23:\"footer-menu-font-weight\";s:7:\"inherit\";s:23:\"footer-menu-font-family\";s:7:\"inherit\";s:26:\"footer-menu-text-transform\";s:0:\"\";s:23:\"footer-menu-line-height\";s:0:\"\";s:24:\"footer-main-menu-spacing\";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:19:\"header-trigger-icon\";s:4:\"menu\";s:30:\"mobile-header-toggle-icon-size\";i:20;s:36:\"mobile-header-toggle-btn-border-size\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:34:\"mobile-header-toggle-border-radius\";i:2;s:31:\"mobile-header-label-font-family\";s:7:\"inherit\";s:31:\"mobile-header-label-font-weight\";s:7:\"inherit\";s:34:\"mobile-header-label-text-transform\";s:0:\"\";s:31:\"mobile-header-label-line-height\";s:0:\"\";s:29:\"mobile-header-label-font-size\";s:0:\"\";s:20:\"global-color-palette\";a:3:{s:6:\"labels\";a:9:{i:0;s:11:\"Theme Color\";i:1;s:16:\"Link Hover Color\";i:2;s:13:\"Heading Color\";i:3;s:10:\"Text Color\";i:4;s:16:\"Background Color\";i:5;s:13:\"Extra Color 1\";i:6;s:13:\"Extra Color 2\";i:7;s:13:\"Extra Color 3\";i:8;s:13:\"Extra Color 4\";}s:7:\"palette\";a:9:{i:0;s:7:\"#fb2056\";i:1;s:7:\"#da1c4b\";i:2;s:7:\"#191919\";i:3;s:7:\"#404040\";i:4;s:7:\"#f5f5f5\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#ececec\";i:7;s:7:\"#313131\";i:8;s:7:\"#000000\";}s:4:\"flag\";b:1;}s:27:\"header-mobile-menu-bg-color\";s:0:\"\";s:24:\"header-mobile-menu-color\";s:0:\"\";s:29:\"header-mobile-menu-h-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-h-color\";s:0:\"\";s:29:\"header-mobile-menu-a-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-a-color\";s:0:\"\";s:36:\"header-mobile-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:35:\"header-mobile-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"header-mobile-menu-submenu-container-animation\";s:4:\"fade\";s:38:\"header-mobile-menu-submenu-item-border\";b:0;s:38:\"header-mobile-menu-submenu-item-b-size\";s:1:\"1\";s:39:\"header-mobile-menu-submenu-item-b-color\";s:7:\"#eaeaea\";s:33:\"header-mobile-menu-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:28:\"header-mobile-menu-font-size\";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:30:\"header-mobile-menu-font-weight\";s:7:\"inherit\";s:30:\"header-mobile-menu-font-family\";s:7:\"inherit\";s:33:\"header-mobile-menu-text-transform\";s:0:\"\";s:30:\"header-mobile-menu-line-height\";s:0:\"\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:26:\"header-woo-cart-icon-color\";s:0:\"\";s:38:\"transparent-header-woo-cart-icon-color\";s:0:\"\";s:27:\"woo-header-cart-icon-radius\";i:3;s:29:\"woo-header-cart-total-display\";b:1;s:29:\"woo-header-cart-title-display\";b:1;s:26:\"header-woo-cart-text-color\";s:0:\"\";s:26:\"header-woo-cart-link-color\";s:0:\"\";s:32:\"header-woo-cart-background-color\";s:0:\"\";s:31:\"header-woo-cart-separator-color\";s:0:\"\";s:32:\"header-woo-cart-link-hover-color\";s:0:\"\";s:30:\"header-woo-cart-btn-text-color\";s:0:\"\";s:36:\"header-woo-cart-btn-background-color\";s:0:\"\";s:36:\"header-woo-cart-btn-text-hover-color\";s:0:\"\";s:34:\"header-woo-cart-btn-bg-hover-color\";s:0:\"\";s:34:\"header-woo-checkout-btn-text-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-background-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-woo-checkout-btn-bg-hover-color\";s:0:\"\";s:26:\"edd-header-cart-icon-style\";s:7:\"outline\";s:26:\"edd-header-cart-icon-color\";s:0:\"\";s:27:\"edd-header-cart-icon-radius\";i:3;s:38:\"transparent-header-edd-cart-icon-color\";s:0:\"\";s:29:\"edd-header-cart-total-display\";b:1;s:29:\"edd-header-cart-title-display\";b:1;s:26:\"header-edd-cart-text-color\";s:0:\"\";s:26:\"header-edd-cart-link-color\";s:0:\"\";s:32:\"header-edd-cart-background-color\";s:0:\"\";s:31:\"header-edd-cart-separator-color\";s:0:\"\";s:34:\"header-edd-checkout-btn-text-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-background-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-edd-checkout-btn-bg-hover-color\";s:0:\"\";s:19:\"header-account-type\";s:7:\"default\";s:26:\"header-account-login-style\";s:4:\"icon\";s:26:\"header-account-action-type\";s:4:\"link\";s:24:\"header-account-link-type\";s:7:\"default\";s:27:\"header-account-logout-style\";s:4:\"icon\";s:30:\"header-account-logged-out-text\";s:6:\"Log In\";s:29:\"header-account-logged-in-text\";s:10:\"My Account\";s:28:\"header-account-logout-action\";s:4:\"link\";s:26:\"header-account-image-width\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-account-icon-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:25:\"header-account-icon-color\";s:0:\"\";s:25:\"header-account-login-link\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-account-logout-link\";a:3:{s:3:\"url\";s:58:\"https://websitedemos.net/outdoor-adventure-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:32:\"font-size-section-header-account\";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:30:\"header-account-type-text-color\";s:0:\"\";s:23:\"header-account-woo-menu\";b:0;s:22:\"cloned-component-track\";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:24:\"astra-addon-auto-version\";s:5:\"3.4.2\";s:18:\"theme-auto-version\";s:5:\"3.7.5\";s:21:\"headings-font-variant\";s:3:\"700\";s:18:\"display-site-title\";b:0;s:16:\"button-v-padding\";i:17;s:16:\"button-h-padding\";i:34;s:36:\"mobile-header-toggle-btn-style-color\";s:0:\"\";s:20:\"display-site-tagline\";b:0;s:46:\"header-main-rt-trans-section-button-text-color\";s:21:\"rgba(255,255,255,0.9)\";s:46:\"header-main-rt-trans-section-button-back-color\";s:19:\"rgba(255,255,255,0)\";s:31:\"transparent-header-disable-page\";b:0;s:48:\"header-main-rt-trans-section-button-text-h-color\";s:7:\"#ffffff\";s:48:\"header-main-rt-trans-section-button-back-h-color\";s:7:\"#fb2056\";s:47:\"header-main-rt-trans-section-button-border-size\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"2\";s:6:\"bottom\";s:1:\"2\";s:4:\"left\";s:1:\"2\";}s:48:\"header-main-rt-trans-section-button-border-color\";s:21:\"rgba(255,255,255,0.9)\";s:50:\"header-main-rt-trans-section-button-border-h-color\";s:7:\"#fb2056\";s:43:\"header-main-rt-trans-section-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"8\";s:5:\"right\";s:2:\"22\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:2:\"22\";}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:32:\"transparent-header-disable-index\";b:1;s:32:\"transparent-header-disable-posts\";b:1;s:28:\"wc-header-cart-header-colors\";b:0;s:26:\"shop-quick-view-stick-cart\";b:1;s:33:\"_astra_pb_compatibility_completed\";b:1;s:25:\"submenu-open-below-header\";b:0;s:22:\"is_addon_queue_running\";b:1;s:21:\"different-retina-logo\";b:1;s:28:\"is_astra_addon_queue_running\";b:0;s:35:\"ele-default-color-typo-setting-comp\";b:0;s:27:\"gtn-full-wide-image-grp-css\";b:0;s:27:\"gtn-full-wide-grp-cover-css\";b:0;s:31:\"guntenberg-core-blocks-comp-css\";b:0;s:39:\"guntenberg-media-text-block-padding-css\";b:0;s:24:\"is-header-footer-builder\";b:1;s:20:\"hbb-footer-separator\";i:0;s:27:\"footer-copyright-link-color\";s:7:\"#fb2056\";s:29:\"footer-copyright-link-h-color\";s:7:\"#fb2056\";s:30:\"mobile-header-toggle-btn-color\";s:25:\"var(--ast-global-color-5)\";s:33:\"mobile-header-toggle-border-color\";s:0:\"\";s:19:\"v3-option-migration\";b:1;s:25:\"header-mobile-popup-items\";b:1;s:16:\"hb-inner-spacing\";a:1:{s:6:\"mobile\";i:20;}s:36:\"guntenberg-button-pattern-compat-css\";b:0;s:26:\"can-update-astra-icons-svg\";b:0;s:17:\"is-flex-based-css\";b:0;s:35:\"can-support-widget-and-editor-fonts\";b:0;s:29:\"can-remove-logo-max-width-css\";b:0;s:33:\"transparent-header-default-border\";b:0;s:27:\"btn-default-padding-updated\";b:0;s:20:\"support-block-editor\";b:0;s:34:\"support-footer-widget-right-margin\";b:0;s:31:\"remove-elementor-toc-margin-css\";b:0;s:28:\"remove-widget-design-options\";b:0;s:27:\"support-global-color-format\";b:0;s:22:\"is_theme_queue_running\";b:0;s:20:\"improve-gb-editor-ui\";b:0;s:21:\"heading-typo-selector\";s:2:\"h2\";s:44:\"astra-sidebar-widgets-footer-widget-1-margin\";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:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"mobile-header-toggle-btn-bg-color\";s:25:\"var(--ast-global-color-0)\";s:19:\"button-preset-style\";s:0:\"\";}s:10:\"custom-css\";s:0:\"\";}s:27:\"astra-site-spectra-settings\";s:0:\"\";s:23:\"astra-site-options-data\";a:51:{s:30:\"woocommerce_product_attributes\";a:0:{}s:28:\"woocommerce_product_cat_list\";a:0:{}s:23:\"woocommerce_product_cat\";a:0:{}s:11:\"custom_logo\";s:91:\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/logo.png\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";s:4:\"menu\";}s:13:\"show_on_front\";s:4:\"page\";s:13:\"page_on_front\";s:4:\"Home\";s:14:\"page_for_posts\";s:0:\"\";s:25:\"_fl_builder_enabled_icons\";N;s:27:\"_fl_builder_enabled_modules\";N;s:22:\"_fl_builder_post_types\";N;s:25:\"_fl_builder_color_presets\";N;s:20:\"_fl_builder_services\";N;s:20:\"_fl_builder_settings\";N;s:23:\"_fl_builder_user_access\";N;s:29:\"_fl_builder_enabled_templates\";N;s:25:\"elementor_container_width\";s:0:\"\";s:21:\"elementor_cpt_support\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:26:\"elementor_css_print_method\";s:8:\"external\";s:31:\"elementor_default_generic_fonts\";s:10:\"Sans-serif\";s:31:\"elementor_disable_color_schemes\";s:3:\"yes\";s:36:\"elementor_disable_typography_schemes\";s:3:\"yes\";s:28:\"elementor_editor_break_lines\";s:0:\"\";s:28:\"elementor_exclude_user_roles\";N;s:31:\"elementor_global_image_lightbox\";s:3:\"yes\";s:29:\"elementor_page_title_selector\";s:0:\"\";s:22:\"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\";}s:30:\"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\";}s:27:\"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\";}}s:31:\"elementor_space_between_widgets\";s:0:\"\";s:37:\"elementor_stretched_section_container\";s:0:\"\";s:23:\"elementor_load_fa4_shim\";s:3:\"yes\";s:20:\"elementor_active_kit\";s:3:\"442\";s:27:\"woocommerce_shop_page_title\";s:0:\"\";s:27:\"woocommerce_cart_page_title\";s:0:\"\";s:31:\"woocommerce_checkout_page_title\";s:0:\"\";s:32:\"woocommerce_myaccount_page_title\";s:0:\"\";s:35:\"woocommerce_edit_address_page_title\";s:0:\"\";s:33:\"woocommerce_view_order_page_title\";s:0:\"\";s:38:\"woocommerce_change_password_page_title\";s:0:\"\";s:29:\"woocommerce_logout_page_title\";s:0:\"\";s:33:\"woocommerce_enable_guest_checkout\";N;s:42:\"woocommerce_enable_checkout_login_reminder\";N;s:49:\"woocommerce_enable_signup_and_login_from_checkout\";s:2:\"no\";s:41:\"woocommerce_enable_myaccount_registration\";s:2:\"no\";s:42:\"woocommerce_registration_generate_username\";s:2:\"no\";s:16:\"wpforms_settings\";a:3:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;}s:29:\"learndash_settings_theme_ld30\";N;s:33:\"learndash_settings_courses_themes\";N;s:20:\"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:\"#fb2056\";i:1;s:7:\"#da1c4b\";i:2;s:7:\"#191919\";i:3;s:7:\"#404040\";i:4;s:7:\"#f5f5f5\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#ececec\";i:7;s:7:\"#313131\";i:8;s:7:\"#000000\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0274be\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#ffffff\";i:5;s:7:\"#f7f7f7\";i:6;s:7:\"#191919\";i:7;s:7:\"#16151f\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0274be\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#ffffff\";i:5;s:7:\"#f7f7f7\";i:6;s:7:\"#191919\";i:7;s:7:\"#020013\";i:8;s:7:\"#000000\";}}s:4:\"flag\";b:1;}s:24:\"astra-typography-presets\";s:0:\"\";}s:19:\"astra-site-wxr-path\";s:67:\"https://websitedemos.net/wp-content/uploads/astra-sites/351/wxr.xml\";s:20:\"astra-site-give-path\";s:0:\"\";s:24:\"astra-enabled-extensions\";a:19:{s:14:\"advanced-hooks\";b:0;s:8:\"blog-pro\";b:0;s:21:\"colors-and-background\";b:0;s:15:\"advanced-footer\";b:0;s:13:\"mobile-header\";b:0;s:15:\"header-sections\";b:0;s:9:\"lifterlms\";b:0;s:9:\"learndash\";b:0;s:16:\"advanced-headers\";b:0;s:12:\"site-layouts\";b:0;s:7:\"spacing\";b:0;s:13:\"sticky-header\";b:0;s:13:\"scroll-to-top\";b:0;s:18:\"transparent-header\";b:0;s:10:\"typography\";b:0;s:11:\"woocommerce\";b:0;s:3:\"edd\";b:0;s:8:\"nav-menu\";b:0;s:3:\"all\";s:3:\"all\";}s:16:\"astra-custom-404\";s:0:\"\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:26:\"astra-woocommerce-csv-path\";s:0:\"\";s:23:\"astra-post-data-mapping\";a:4:{s:19:\"astra-advanced-hook\";a:0:{}s:16:\"astra_adv_header\";a:0:{}s:10:\"give_forms\";a:0:{}s:16:\"ld_landing_pages\";a:0:{}}s:23:\"astra-site-wpforms-path\";s:72:\"https://websitedemos.net/wp-content/uploads/astra-sites/351/wpforms.json\";s:25:\"astra-site-cartflows-path\";s:0:\"\";s:27:\"astra-site-taxonomy-mapping\";a:1:{s:4:\"post\";a:1:{s:8:\"category\";a:1:{i:0;a:2:{s:2:\"id\";i:1;s:4:\"slug\";s:5:\"neque\";}}}}s:20:\"astra-site-parent-id\";i:186;s:14:\"license-status\";s:7:\"upgrade\";s:12:\"request_time\";d:0.029529094696044921875;s:21:\"astra-custom-palettes\";s:0:\"\";s:6:\"_links\";a:11:{s:4:\"self\";a:1:{i:0;a:1:{s:4:\"href\";s:56:\"https://websitedemos.net/wp-json/wp/v2/astra-sites/19808\";}}s:10:\"collection\";a:1:{i:0;a:1:{s:4:\"href\";s:50:\"https://websitedemos.net/wp-json/wp/v2/astra-sites\";}}s:5:\"about\";a:1:{i:0;a:1:{s:4:\"href\";s:56:\"https://websitedemos.net/wp-json/wp/v2/types/astra-sites\";}}s:6:\"author\";a:1:{i:0;a:2:{s:10:\"embeddable\";b:1;s:4:\"href\";s:48:\"https://websitedemos.net/wp-json/wp/v2/users/177\";}}s:15:\"version-history\";a:1:{i:0;a:2:{s:5:\"count\";i:17;s:4:\"href\";s:66:\"https://websitedemos.net/wp-json/wp/v2/astra-sites/19808/revisions\";}}s:19:\"predecessor-version\";a:1:{i:0;a:2:{s:2:\"id\";i:71322;s:4:\"href\";s:72:\"https://websitedemos.net/wp-json/wp/v2/astra-sites/19808/revisions/71322\";}}s:8:\"acf:post\";a:3:{i:0;a:2:{s:10:\"embeddable\";b:1;s:4:\"href\";s:56:\"https://websitedemos.net/wp-json/wp/v2/astra-sites/48078\";}i:1;a:2:{s:10:\"embeddable\";b:1;s:4:\"href\";s:56:\"https://websitedemos.net/wp-json/wp/v2/astra-sites/19808\";}i:2;a:2:{s:10:\"embeddable\";b:1;s:4:\"href\";s:56:\"https://websitedemos.net/wp-json/wp/v2/astra-sites/19884\";}}s:16:\"wp:featuredmedia\";a:1:{i:0;a:2:{s:10:\"embeddable\";b:1;s:4:\"href\";s:50:\"https://websitedemos.net/wp-json/wp/v2/media/50315\";}}s:13:\"wp:attachment\";a:1:{i:0;a:1:{s:4:\"href\";s:57:\"https://websitedemos.net/wp-json/wp/v2/media?parent=19808\";}}s:7:\"wp:term\";a:6:{i:0;a:3:{s:8:\"taxonomy\";s:19:\"astra-site-category\";s:10:\"embeddable\";b:1;s:4:\"href\";s:69:\"https://websitedemos.net/wp-json/wp/v2/astra-site-category?post=19808\";}i:1;a:3:{s:8:\"taxonomy\";s:29:\"astra-sites-template-category\";s:10:\"embeddable\";b:1;s:4:\"href\";s:79:\"https://websitedemos.net/wp-json/wp/v2/astra-sites-template-category?post=19808\";}i:2;a:3:{s:8:\"taxonomy\";s:16:\"astra-sites-type\";s:10:\"embeddable\";b:1;s:4:\"href\";s:66:\"https://websitedemos.net/wp-json/wp/v2/astra-sites-type?post=19808\";}i:3;a:3:{s:8:\"taxonomy\";s:23:\"astra-site-page-builder\";s:10:\"embeddable\";b:1;s:4:\"href\";s:73:\"https://websitedemos.net/wp-json/wp/v2/astra-site-page-builder?post=19808\";}i:4;a:3:{s:8:\"taxonomy\";s:15:\"astra-sites-tag\";s:10:\"embeddable\";b:1;s:4:\"href\";s:65:\"https://websitedemos.net/wp-json/wp/v2/astra-sites-tag?post=19808\";}i:5;a:3:{s:8:\"taxonomy\";s:25:\"astra-sites-site-category\";s:10:\"embeddable\";b:1;s:4:\"href\";s:75:\"https://websitedemos.net/wp-json/wp/v2/astra-sites-site-category?post=19808\";}}s:6:\"curies\";a:1:{i:0;a:3:{s:4:\"name\";s:2:\"wp\";s:4:\"href\";s:23:\"https://api.w.org/{rel}\";s:9:\"templated\";b:1;}}}}','no'),(311,'_transient_jetpack_autoloader_plugin_paths','a:2:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";i:1;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','yes'),(312,'woocommerce_admin_notices','a:0:{}','yes'),(313,'boldgrid_settings','a:2:{s:7:\"library\";a:1:{s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.13.7.0\";}s:15:\"plugins_checked\";a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:1:{s:6:\"1.15.2\";i:1683724305;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.5.9\";i:1683724305;}}}','yes'),(314,'boldgrid_backup_id','970d4d20','no'),(315,'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:1;s:5:\"tod_m\";i:21;s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:26:\"momoduabdulkabir@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:29:\"/home/pallya5/boldgrid_backup\";}','no'),(892,'_transient_timeout_boldgrid_backup_system_zip_test','1683897307','no'),(893,'_transient_boldgrid_backup_system_zip_test','1','no'),(894,'_transient_timeout_boldgrid_backup_is_functional','1683897307','no'),(895,'_transient_boldgrid_backup_is_functional','1','no'),(320,'jetpack_options','a:3:{s:14:\"last_heartbeat\";i:1683810911;s:7:\"version\";s:19:\"11.2-a.5:1683724306\";s:11:\"old_version\";s:19:\"11.2-a.5:1683724306\";}','yes'),(321,'jetpack_sync_https_history_home_url','a:4:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";}','yes'),(322,'jetpack_sync_https_history_site_url','a:4:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";}','yes'),(323,'_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs','1684415711','no'),(324,'_transient_woocommerce_admin_remote_inbox_notifications_specs','a:62:{s:27:\"new_in_app_marketplace_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"new_in_app_marketplace_2021\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Customize your store with extensions\";s:7:\"content\";s:164:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:24:\"admin.php?page=wc-addons\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:14:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.7\";}}}s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:118:\"https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"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!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:135:\"https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:20:\"woocommerce-services\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"woocommerce-services\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"WooCommerce Shipping & Tax\";s:7:\"content\";s:251:\"WooCommerce Shipping & 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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:84:\"https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:17:25\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"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>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Payments setup - let us know what you think\";s:7:\"content\";s:146:\"Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:39:\"https://automattic.survey.fm/wc-pay-new\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"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>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons§ion=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<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).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"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 > Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:17:\"wc-admin-wisepad3\";O:8:\"stdClass\":8:{s:4:\"slug\";s:17:\"wc-admin-wisepad3\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:74:\"Take your business on the go in Canada with WooCommerce In-Person Payments\";s:7:\"content\";s:275:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"wc-admin-wisepad3\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Grow my business offline\";}}s:3:\"url\";s:126:\"https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-06-15 10:00:28\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}}}s:47:\"woocommerce-payments-august-2022-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-payments-august-2022-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"Action required: Please update WooCommerce Payments\";s:7:\"content\";s:213:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:96:\"https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:9:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-08-09 14:44:17\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"3.9\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"4.5.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.1\";}}}s:46:\"woocommerce-payments-august-2022-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-payments-august-2022-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"WooCommerce Payments has been automatically updated\";s:7:\"content\";s:265:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:96:\"https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-08-09 14:41:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:47:\"woocommerce-payments-august-2022-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.1\";}}}}}s:52:\"google_listings_ads_custom_attribute_mapping_q4_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"google_listings_ads_custom_attribute_mapping_q4_2022\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:80:\"Our latest improvement to the Google Listings & Ads extension: Attribute Mapping\";s:7:\"content\";s:230:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"google_listings_ads_custom_attribute_mapping_q4_2022\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:182:\"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\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-11-30 21:14:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Security vulnerability patched in WooCommerce Eway Gateway\";s:7:\"content\";s:323:\"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\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:62:\"needs-update-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:63:\"needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.1.26\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"3.5.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.1.0\";}}}s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Eway Gateway has been automatically updated\";s:7:\"content\";s:280:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"updated-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"See all updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"updated-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.1.26\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}}}}}s:31:\"ecomm-wc-navigation-survey-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"ecomm-wc-navigation-survey-2023\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:39:\"Navigating WooCommerce on WordPress.com\";s:7:\"content\";s:166:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/new-ecommerce-plan-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-01-16 09:53:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:180;}}}s:42:\"google_listings_ads_pmax_i1_q1_2023_no_gla\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"google_listings_ads_pmax_i1_q1_2023_no_gla\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:50:\"Create more engaging ads – without the hard work\";s:7:\"content\";s:324:\"Get in front of millions of shoppers searching for products like yours with Google Listings & Ads. With new customization features, Google automatically tests multiple combinations of text and images to create the most engaging ad to boost your business. Plus, get up to $500 in ad credit – terms and conditions apply.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"google_listings_ads_pmax_i1_q1_2023_no_gla\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:29:\"Boost my business with Google\";}}s:3:\"url\";s:154:\"https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_no_gla\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-15 22:55:10\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}}s:44:\"google_listings_ads_pmax_i1_q1_2023_with_gla\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"google_listings_ads_pmax_i1_q1_2023_with_gla\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:49:\"New customization features to boost your business\";s:7:\"content\";s:302:\"You can now add custom images, messaging, and URLs to campaigns in Google Listings & Ads. Google then automatically tests multiple combinations to create the most engaging version to help boost your business. Get more sales with dynamic content – edit an existing campaign or create a new ad now.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"google_listings_ads_pmax_i1_q1_2023_with_gla\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Create a new ad\";}}s:3:\"url\";s:156:\"https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_with_gla\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-15 23:02:34\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}s:39:\"woopay-beta-merchantrecruitment-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"woopay-beta-merchantrecruitment-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:319:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br><br>\r\n<b>Get started in seconds.</b>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"woopay-beta-merchantrecruitment-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:155:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:27\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:42:\"woocommerce-wcpay-march-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-wcpay-march-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Action required: Security update for WooCommerce Payments\";s:7:\"content\";s:296:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:49:\"woocommerce-wcpay-march-2023-update-needed-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"See Blog Post\";}}s:3:\"url\";s:122:\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"woocommerce-wcpay-march-2023-update-needed-dismiss-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:11:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-22 20:25:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.8.0\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.6.1\";}}}s:39:\"wc_admin_BNPL_WCPay_coming-soon_Q1_2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc_admin_BNPL_WCPay_coming-soon_Q1_2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Buy now, pay later is heading to WooCommerce Payments\";s:7:\"content\";s:260:\"Great news: full integration with Afterpay and Affirm is on its way to WooCommerce Payments! You’ll soon be able to increase your order values, sell more, and offer customers a payment option they’ll love — with no extra downloads or extensions required.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"wc-admin-BNPL-WCPay-coming-soon\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Sign up now\";}}s:3:\"url\";s:153:\"https://woocommerce.com/buy-now-pay-later-for-woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-BNPL-WCPay-coming-soon\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 16:27:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-17 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"FR\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IT\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"ES\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NZ\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:8:\"afterpay\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}}}}}}}s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:52:\"Accept in-person contactless payments on your iPhone\";s:7:\"content\";s:230:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:143:\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-03 23:59:47\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:36:\"tap_to_pay_iphone_q2_2023_with_wcpay\";O:8:\"stdClass\":8:{s:4:\"slug\";s:36:\"tap_to_pay_iphone_q2_2023_with_wcpay\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"New: accept in-person contactless payments on your iPhone\";s:7:\"content\";s:250:\"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!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"tap_to_pay_iphone_q2_2023_with_wcpay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Set up Tap to Pay on iPhone\";}}s:3:\"url\";s:234:\"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\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-03 23:59:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce Pre-Orders extension\";s:7:\"content\";s:220:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"extension-settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-12 22:16:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:22:\"woocommerce-pre-orders\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.0.0\";}}}s:30:\"wc-admin-wcpay-denmark-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wc-admin-wcpay-denmark-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:49:\"WooCommerce Payments is now available in Denmark!\";s:7:\"content\";s:215:\"We’ve recently released WooCommerce Payments in Denmark. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"wc-admin-wcpay-denmark-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:126:\"https://woocommerce.com/payments/denmark/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-denmark-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 22:18:08\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"DK\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:29:\"wc-admin-wcpay-greece-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"wc-admin-wcpay-greece-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"WooCommerce Payments is now available in Greece!\";s:7:\"content\";s:214:\"We’ve recently released WooCommerce Payments in Greece. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"wc-admin-wcpay-greece-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:124:\"https://woocommerce.com/payments/greece/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-greece-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 22:23:38\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GR\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:29:\"wc-admin-wcpay-norway-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"wc-admin-wcpay-norway-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"WooCommerce Payments is now available in Norway!\";s:7:\"content\";s:214:\"We’ve recently released WooCommerce Payments in Norway. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"wc-admin-wcpay-norway-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:124:\"https://woocommerce.com/payments/norway/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-norway-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 22:30:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NO\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:31:\"wc-admin-wcpay-slovakia-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"wc-admin-wcpay-slovakia-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:50:\"WooCommerce Payments is now available in Slovakia!\";s:7:\"content\";s:216:\"We’ve recently released WooCommerce Payments in Slovakia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"wc-admin-wcpay-slovakia-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:128:\"https://woocommerce.com/payments/slovakia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovakia-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 22:35:29\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"SK\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:30:\"wc-admin-wcpay-finland-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wc-admin-wcpay-finland-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:49:\"WooCommerce Payments is now available in Finland!\";s:7:\"content\";s:215:\"We’ve recently released WooCommerce Payments in Finland. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"wc-admin-wcpay-finland-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:126:\"https://woocommerce.com/payments/finland/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-finland-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 22:39:15\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"FI\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:30:\"wc-admin-wcpay-estonia-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wc-admin-wcpay-estonia-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:49:\"WooCommerce Payments is now available in Estonia!\";s:7:\"content\";s:215:\"We’ve recently released WooCommerce Payments in Estonia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"wc-admin-wcpay-estonia-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:126:\"https://woocommerce.com/payments/estonia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-estonia-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 22:42:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"EE\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:32:\"wc-admin-wcpay-lithuania-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-admin-wcpay-lithuania-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"WooCommerce Payments is now available in Lithuania!\";s:7:\"content\";s:217:\"We’ve recently released WooCommerce Payments in Lithuania. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"wc-admin-wcpay-lithuania-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:130:\"https://woocommerce.com/payments/lithuania/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-lithuania-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 22:46:36\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"LT\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:31:\"wc-admin-wcpay-slovenia-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"wc-admin-wcpay-slovenia-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:50:\"WooCommerce Payments is now available in Slovenia!\";s:7:\"content\";s:216:\"We’ve recently released WooCommerce Payments in Slovenia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"wc-admin-wcpay-slovenia-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:128:\"https://woocommerce.com/payments/slovenia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovenia-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 23:53:12\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"SI\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:29:\"wc-admin-wcpay-latvia-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"wc-admin-wcpay-latvia-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"WooCommerce Payments is now available in Latvia!\";s:7:\"content\";s:214:\"We’ve recently released WooCommerce Payments in Latvia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"wc-admin-wcpay-latvia-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:124:\"https://woocommerce.com/payments/latvia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-latvia-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 23:00:32\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"LV\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:29:\"wc-admin-wcpay-cyprus-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"wc-admin-wcpay-cyprus-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"WooCommerce Payments is now available in Cyprus!\";s:7:\"content\";s:214:\"We’ve recently released WooCommerce Payments in Cyprus. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"wc-admin-wcpay-cyprus-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:124:\"https://woocommerce.com/payments/cyprus/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-cyprus-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 23:04:10\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CY\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:28:\"wc-admin-wcpay-malta-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:28:\"wc-admin-wcpay-malta-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"WooCommerce Payments is now available in Malta!\";s:7:\"content\";s:213:\"We’ve recently released WooCommerce Payments in Malta. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"wc-admin-wcpay-malta-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:122:\"https://woocommerce.com/payments/malta/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-malta-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 23:07:20\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"MT\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:33:\"wc-admin-wcpay-luxembourg-Q2-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"wc-admin-wcpay-luxembourg-Q2-2023\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:52:\"WooCommerce Payments is now available in Luxembourg!\";s:7:\"content\";s:218:\"We’ve recently released WooCommerce Payments in Luxembourg. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"wc-admin-wcpay-luxembourg-Q2-2023\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:132:\"https://woocommerce.com/payments/luxembourg/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-luxembourg-Q2-2023\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-14 23:10:21\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-05-31 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"LU\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}}}s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:321:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> — and you’re invited to try it. \r\n<br /><br />\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br /><br />\r\n<b>Update WooCommerce Payments</b> to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"woopay-beta-merchantrecruitment-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:55:\"woopay-beta-merchantrecruitment-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:361:\"Thanks for previously trying WooPay, the<b> express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>. No action is required on your part.\r\n<br /><br />\r\nYou can now <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Documentation\";}}s:3:\"url\";s:178:\"https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:44:\"woopay-beta-existingmerchants-update-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woopay-beta-existingmerchants-update-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:368:\"Thanks for previously trying WooPay, the <b>express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:50:\"woopay-beta-existingmerchants-update-WCPay-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woopay-beta-merchantrecruitment-short-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:64:\"woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:161:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:36\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:20\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test A\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 00:01:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test B\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 20:58:43\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test C\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:03:33\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test D\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:32:09\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-activate-button-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:72:\"woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:169:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:18:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:45:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}}','no'),(302,'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:26:\"momoduabdulkabir@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:26:\"momoduabdulkabir@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'),(303,'_transient_shipping-transient-version','1683724292','yes'),(304,'_transient_timeout_wc_shipping_method_count_legacy','1686316292','no'),(305,'_transient_wc_shipping_method_count_legacy','a:2:{s:7:\"version\";s:10:\"1683724292\";s:5:\"value\";i:0;}','no'),(306,'_transient_woocommerce_shipping_task_zone_count_transient','0','yes'),(307,'woocommerce_task_list_hidden_lists','a:1:{i:0;s:5:\"setup\";}','yes'),(325,'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'),(327,'boldgrid_backup_environment','a:3:{s:8:\"hostname\";s:26:\"ngx273.inmotionhosting.com\";s:10:\"phpversion\";s:6:\"7.4.33\";s:9:\"wpversion\";s:3:\"6.2\";}','yes'),(360,'finished_updating_comment_type','1','yes'),(352,'woocommerce_version','6.8.0','yes'),(740,'elementor_connect_site_key','a2a938beee06226f2ab4c3d80e15d9ed','yes'),(743,'elementor_tracker_last_send','1683805415','yes'),(742,'elementor_allow_tracking','yes','yes'),(337,'fileorganizer_promo_time','1683724306','yes'),(338,'speedycache_promo_time','1683724306','yes'),(339,'wc_admin_show_legacy_coupon_menu','0','yes'),(349,'woocommerce_refund_returns_page_id','9','yes'),(367,'_transient_timeout_woocommerce_admin_remote_free_extensions_specs','1684329213','no'),(368,'_transient_woocommerce_admin_remote_free_extensions_specs','a:4:{s:10:\"obw/basics\";O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"obw/basics\";s:5:\"title\";s:14:\"Get the basics\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":5:{s:11:\"description\";s:163:\"Accept credit cards and other popular payment methods with <a href=\"https://woocommerce.com/products/woocommerce-payments\" target=\"_blank\">WooCommerce Payments</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";}i:1;O:8:\"stdClass\":4:{s:11:\"description\";s:119:\"Print shipping labels with <a href=\"https://woocommerce.com/products/shipping\" target=\"_blank\">WooCommerce Shipping</a>\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"product_types\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:5:\"count\";}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";i:1;s:7:\"default\";a:0:{}s:9:\"operation\";s:2:\"!=\";}}i:1;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:15:\"product_types.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:9:\"downloads\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:2:\"!=\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"woocommerce-services:shipping\";}i:2;O:8:\"stdClass\":4:{s:11:\"description\";s:111:\"Get automated sales tax with <a href=\"https://woocommerce.com/products/tax\" target=\"_blank\">WooCommerce Tax</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";}i:3;O:8:\"stdClass\":5:{s:11:\"description\";s:110:\"Enhance speed and security with <a href=\"https://woocommerce.com/products/jetpack\" target=\"_blank\">Jetpack</a>\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:7:\"jetpack\";}}}}}s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";}}}s:8:\"obw/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"obw/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:6:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:115:\"Level up your email marketing with <a href=\"https://woocommerce.com/products/mailpoet\" target=\"_blank\">MailPoet</a>\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:8:\"mailpoet\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:23:\"Codisto for WooCommerce\";s:11:\"description\";s:210:\"Sell on Amazon, eBay, Walmart and more directly from WooCommerce with <a href=\"https://woocommerce.com/pt-br/products/amazon-ebay-integration/?quid=c247a85321c9e93e7c3c6f1eb072e6e5\" target=\"_blank\">Codisto</a>\";s:9:\"image_url\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/codistoconnect.png\";s:10:\"manage_url\";s:31:\"admin.php?page=codisto-settings\";s:14:\"is_built_by_wc\";b:1;s:10:\"is_visible\";b:0;s:3:\"key\";s:14:\"codistoconnect\";}i:2;O:8:\"stdClass\":8:{s:4:\"name\";s:21:\"Google Listings & Ads\";s:11:\"description\";s:127:\"Drive sales with <a href=\"https://woocommerce.com/products/google-listings-and-ads\" target=\"_blank\">Google Listings and Ads</a>\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";}i:3;O:8:\"stdClass\":7:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:76:\"Get your products in front of Pinners searching for ideas and things to buy.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";}i:4;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:141:\"List products and create ads on Facebook and Instagram with <a href=\"https://woocommerce.com/products/facebook/\">Facebook for WooCommerce</a>\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:0;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:24:\"facebook-for-woocommerce\";}i:5;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:168:\"Create ad campaigns and reach one billion global users with <a href=\"https://woocommerce.com/products/tiktok-for-woocommerce\" target=\"_blank\">TikTok for WooCommerce</a>\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:23:\"tiktok-for-business:alt\";}}}s:15:\"task-list/reach\";O:8:\"stdClass\":3:{s:3:\"key\";s:15:\"task-list/reach\";s:5:\"title\";s:22:\"Reach out to customers\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:111:\"Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailpoet.svg\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:12:\"mailpoet:alt\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:78:\"Send targeted campaigns, recover abandoned carts and much more with Mailchimp.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp.svg\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:25:\"mailchimp-for-woocommerce\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Creative Mail for WooCommerce\";s:11:\"description\";s:99:\"Create on-brand store campaigns, fast email promotions and customer retargeting with Creative Mail.\";s:9:\"image_url\";s:121:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/creative-mail-by-constant-contact.png\";s:10:\"manage_url\";s:27:\"admin.php?page=creativemail\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:33:\"creative-mail-by-constant-contact\";}}}s:14:\"task-list/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"task-list/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:5:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Google Listings & Ads\";s:11:\"description\";s:134:\"Reach more shoppers and drive sales for your store. Integrate with Google to list your products for free and launch paid ad campaigns.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:27:\"google-listings-and-ads:alt\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:118:\"Grow your online sales by promoting your products on TikTok to over one billion monthly active users around the world.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:40:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MY\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PH\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"VN\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"TH\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"KR\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IL\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UA\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"TR\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SA\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:159:\"Get your products in front of Pinterest users searching for ideas and things to buy. Get started with Pinterest and make your entire product catalog browsable.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"pinterest-for-woocommerce:alt\";}i:3;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:55:\"List products and create ads on Facebook and Instagram.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:0;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:28:\"facebook-for-woocommerce:alt\";}i:4;O:8:\"stdClass\":7:{s:4:\"name\";s:23:\"Codisto for WooCommerce\";s:11:\"description\";s:65:\"Sell on Amazon, eBay, Walmart and more directly from WooCommerce.\";s:9:\"image_url\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/codistoconnect.png\";s:10:\"manage_url\";s:31:\"admin.php?page=codisto-settings\";s:14:\"is_built_by_wc\";b:1;s:10:\"is_visible\";b:0;s:3:\"key\";s:18:\"codistoconnect:alt\";}}}}','no'),(340,'do_activate','0','yes'),(341,'jetpack_activated','2','yes'),(346,'action_scheduler_lock_async-request-runner','1683845181','yes'),(353,'woocommerce_db_version','6.8.0','yes'),(342,'wc_blocks_surface_cart_checkout_probability','64','yes'),(343,'wc_blocks_db_schema_version','260','yes'),(639,'_site_transient_timeout_browser_1be373e04815a1131d8439247b3d2400','1684388638','no'),(640,'_site_transient_browser_1be373e04815a1131d8439247b3d2400','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"97.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(775,'astra_sites_recent_import_log_file','/home/pallya5/public_html/wp-content/uploads/astra-sites/import-11-May-2023-11-47-34-5635b2aceba9386fd7c74309040dd25c.log','no'),(1181,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:1002:{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\";s:2:\"17\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"40\";}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[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\";i:30;s:5:\"right\";i:30;s:6:\"bottom\";i:30;s:4:\"left\";i:30;}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\";b:1;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:94:\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/logo@2x.png\";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:3:\"120\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:3:\"100\";}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\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}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\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b: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\";b:0;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:1100;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:15:\"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: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: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: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: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:3:{s:6:\"labels\";a:9:{i:0;s:11:\"Theme Color\";i:1;s:16:\"Link Hover Color\";i:2;s:13:\"Heading Color\";i:3;s:10:\"Text Color\";i:4;s:16:\"Background Color\";i:5;s:13:\"Extra Color 1\";i:6;s:13:\"Extra Color 2\";i:7;s:13:\"Extra Color 3\";i:8;s:13:\"Extra Color 4\";}s:7:\"palette\";a:9:{i:0;s:7:\"#fb2056\";i:1;s:7:\"#da1c4b\";i:2;s:7:\"#191919\";i:3;s:7:\"#404040\";i:4;s:7:\"#f5f5f5\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#ececec\";i:7;s:7:\"#313131\";i:8;s:7:\"#000000\";}s:4:\"flag\";b:1;}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:2:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";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_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:\"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:25:\"var(--ast-global-color-0)\";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:25:\"var(--ast-global-color-0)\";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:25:\"var(--ast-global-color-1)\";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:7:\"#dddddd\";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\";s:2:\"30\";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:23:\"\'Noto Sans\', 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:7:\"400,700\";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\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"15\";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.7\";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:24:\"\'Montserrat\', 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:\"700\";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:3:\"700\";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: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-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:6:\"legacy\";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\";s:2:\"64\";s:6:\"tablet\";s:2:\"44\";s:6:\"mobile\";s:2:\"30\";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: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:9:\"uppercase\";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\";s:2:\"34\";s:6:\"tablet\";s:2:\"32\";s:6:\"mobile\";s:2:\"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\";b:0;}s:30:\"astra-settings[font-extras-h2]\";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:9:\"uppercase\";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\";s:2:\"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-h3]\";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: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\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"19\";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: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: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\";s:2:\"18\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"16\";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: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: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\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"15\";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: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[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"22\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"20\";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\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"14\";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:0;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:45:\"astra-settings[single-product-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:45:\"astra-settings[single-product-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:43:\"ast-dynamic-single-product-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[ast-single-product-title]\";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:49:\"astra-settings[ast-dynamic-single-product-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:60:\"astra-settings[ast-dynamic-single-product-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:62:\"astra-settings[ast-dynamic-single-product-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:52:\"astra-settings[ast-dynamic-single-product-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:32:\"ast-dynamic-single-product-title\";i:1;s:32:\"ast-dynamic-single-product-image\";}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-product-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:66:\"astra-settings[ast-dynamic-single-product-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:63:\"astra-settings[ast-dynamic-single-product-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:65:\"astra-settings[ast-dynamic-single-product-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:51:\"astra-settings[ast-dynamic-single-product-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}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-product-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:54:\"astra-settings[ast-dynamic-single-product-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:63:\"astra-settings[ast-dynamic-single-product-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:61:\"astra-settings[ast-dynamic-single-product-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:56:\"astra-settings[ast-dynamic-single-product-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:55:\"astra-settings[ast-dynamic-single-product-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:60:\"astra-settings[ast-dynamic-single-product-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:61:\"astra-settings[ast-dynamic-single-product-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:60:\"astra-settings[ast-dynamic-single-product-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:60:\"astra-settings[ast-dynamic-single-product-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:66:\"astra-settings[ast-dynamic-single-product-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:72:\"astra-settings[ast-dynamic-single-product-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:71:\"astra-settings[ast-dynamic-single-product-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:59:\"astra-settings[ast-dynamic-single-product-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:59:\"astra-settings[ast-dynamic-single-product-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:57:\"astra-settings[ast-dynamic-single-product-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:59:\"astra-settings[ast-dynamic-single-product-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:60:\"astra-settings[ast-dynamic-single-product-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:60:\"astra-settings[ast-dynamic-single-product-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:58:\"astra-settings[ast-dynamic-single-product-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;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[ast-dynamic-single-product-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:71:\"astra-settings[ast-dynamic-single-product-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:59:\"astra-settings[ast-dynamic-single-product-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:59:\"astra-settings[ast-dynamic-single-product-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:57:\"astra-settings[ast-dynamic-single-product-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:59:\"astra-settings[ast-dynamic-single-product-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:56:\"astra-settings[ast-dynamic-single-product-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:57:\"astra-settings[ast-dynamic-single-product-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[ast-dynamic-single-product-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:53:\"astra-settings[ast-dynamic-single-product-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:53:\"astra-settings[ast-dynamic-single-product-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-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:3:{i:0;s:29:\"ast-dynamic-single-post-title\";i:1;s:28:\"ast-dynamic-single-post-meta\";i:2;s:29:\"ast-dynamic-single-post-image\";}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:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}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: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-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;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:8:\"category\";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: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-page-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-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:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}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: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-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;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:46:\"astra-settings[archive-product-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:46:\"astra-settings[archive-product-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:44:\"ast-dynamic-archive-product-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:41:\"astra-settings[ast-archive-product-title]\";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:50:\"astra-settings[ast-dynamic-archive-product-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:61:\"astra-settings[ast-dynamic-archive-product-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:63:\"astra-settings[ast-dynamic-archive-product-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:53:\"astra-settings[ast-dynamic-archive-product-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:33:\"ast-dynamic-archive-product-title\";i:1;s:39:\"ast-dynamic-archive-product-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-archive-product-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:64:\"astra-settings[ast-dynamic-archive-product-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:62:\"astra-settings[ast-dynamic-archive-product-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:70:\"astra-settings[ast-dynamic-archive-product-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:64:\"astra-settings[ast-dynamic-archive-product-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:62:\"astra-settings[ast-dynamic-archive-product-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:57:\"astra-settings[ast-dynamic-archive-product-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:56:\"astra-settings[ast-dynamic-archive-product-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:61:\"astra-settings[ast-dynamic-archive-product-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:60:\"astra-settings[ast-dynamic-archive-product-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: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:\"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:62:\"astra-settings[ast-dynamic-archive-product-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:61:\"astra-settings[ast-dynamic-archive-product-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:61:\"astra-settings[ast-dynamic-archive-product-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:67:\"astra-settings[ast-dynamic-archive-product-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:73:\"astra-settings[ast-dynamic-archive-product-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:72:\"astra-settings[ast-dynamic-archive-product-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:60:\"astra-settings[ast-dynamic-archive-product-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:60:\"astra-settings[ast-dynamic-archive-product-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:58:\"astra-settings[ast-dynamic-archive-product-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:60:\"astra-settings[ast-dynamic-archive-product-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:61:\"astra-settings[ast-dynamic-archive-product-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:61:\"astra-settings[ast-dynamic-archive-product-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:59:\"astra-settings[ast-dynamic-archive-product-title-font-size]\";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:61:\"astra-settings[ast-dynamic-archive-product-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:57:\"astra-settings[ast-dynamic-archive-product-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:58:\"astra-settings[ast-dynamic-archive-product-banner-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:67:\"astra-settings[ast-dynamic-archive-product-banner-featured-overlay]\";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[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: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:\"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: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: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:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";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: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: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-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: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[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: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: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:\"30\";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: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: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: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: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:42:\"astra-settings[woocommerce-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[woocommerce-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:44:\"astra-settings[shop-display-options-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:\"section-woocommerce-shop-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[shop-box-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:45:\"astra-settings[shop-product-align-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"align-left\";s:6:\"tablet\";s:10:\"align-left\";s:6:\"mobile\";s:10:\"align-left\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[woo-shop-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:38:\"astra-settings[shop-product-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:8:\"category\";i:1;s:5:\"title\";i:2;s:7:\"ratings\";i:3;s:5:\"price\";i:4;s:8:\"add_cart\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[woo-shop-skin-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:26:\"astra-settings[shop-style]\";a:4:{s:7:\"default\";s:20:\"shop-page-grid-style\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[shop-grids]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:4;s:6:\"tablet\";i:3;s:6:\"mobile\";i:2;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[shop-no-of-products]\";a:4:{s:7:\"default\";s:2:\"12\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[shop-archive-width]\";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:38:\"astra-settings[shop-archive-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:39:\"astra-settings[shop-add-to-cart-action]\";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:46:\"astra-settings[shop-add-to-cart-action-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:38:\"astra-settings[ast-woo-shop-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:40:\"section-woo-shop-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:52:\"astra-settings[woo-single-product-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:40:\"astra-settings[single-product-structure]\";a:4:{s:7:\"default\";a:7:{i:0;s:8:\"category\";i:1;s:5:\"title\";i:2;s:7:\"ratings\";i:3;s:5:\"price\";i:4;s:10:\"short_desc\";i:5;s:8:\"add_cart\";i:6;s:4:\"meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[woo-single-product-structure-fields-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:49:\"astra-settings[single-product-breadcrumb-disable]\";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[single-product-enable-shipping]\";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[single-product-variation-tabs-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-disable-woo-products]\";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[single-product-shipping-text]\";a:4:{s:7:\"default\";s:15:\"& Free Shipping\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-product-sticky-add-to-cart-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:49:\"astra-settings[single-product-sticky-add-to-cart]\";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:58:\"astra-settings[single-product-sticky-add-to-cart-position]\";a:4:{s:7:\"default\";s:3:\"top\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[woo-single-product-sticky-color-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:60:\"astra-settings[single-product-sticky-add-to-cart-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:58:\"astra-settings[single-product-sticky-add-to-cart-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:59:\"astra-settings[single-product-sticky-add-to-cart-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:61:\"astra-settings[single-product-sticky-add-to-cart-btn-n-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:61:\"astra-settings[single-product-sticky-add-to-cart-btn-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:62:\"astra-settings[single-product-sticky-add-to-cart-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:64:\"astra-settings[single-product-sticky-add-to-cart-btn-bg-n-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[single-product-sticky-add-to-cart-btn-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:49:\"astra-settings[single-product-payment-icon-color]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-product-payment-text]\";a:4:{s:7:\"default\";s:24:\"Guaranteed Safe Checkout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-product-payment-list]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:4:{i:0;a:6:{s:2:\"id\";s:8:\"item-100\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-visa\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Visa\";}i:1;a:6:{s:2:\"id\";s:8:\"item-101\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:13:\"cc-mastercard\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:10:\"Mastercard\";}i:2;a:6:{s:2:\"id\";s:8:\"item-102\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-amex\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Amex\";}i:3;a:6:{s:2:\"id\";s:8:\"item-103\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:11:\"cc-discover\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:8:\"Discover\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[single-product-cart-button-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:41:\"astra-settings[sticky-add-to-cart-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:48:\"astra-settings[ast-woo-single-product-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:43:\"astra-settings[woo-enable-cart-button-text]\";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:36:\"astra-settings[woo-cart-button-text]\";a:4:{s:7:\"default\";s:19:\"Proceed to checkout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-cart-upsells]\";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:38:\"astra-settings[ast-woo-cart-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:42:\"astra-settings[ast-woo-checkout-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:48:\"astra-settings[single-product-plus-minus-button]\";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:38:\"astra-settings[ast-woo-misc-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:45:\"astra-settings[woo-store-notice-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:39:\"astra-settings[store-notice-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:45:\"astra-settings[store-notice-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:37:\"astra-settings[store-notice-position]\";a:4:{s:7:\"default\";s:3:\"top\";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:7:\"#ffffff\";s:6:\"mobile\";s:7:\"#ffffff\";}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:25:\"var(--ast-global-color-4)\";s:6:\"tablet\";s:7:\"#ffffff\";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:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-3)\";}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:19:\"rgba(255,255,255,0)\";s:6:\"tablet\";s:7:\"#ffffff\";s:6:\"mobile\";s:7:\"#ffffff\";}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:25:\"var(--ast-global-color-4)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-1)\";}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\";b: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\";b: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\";b:1;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\";b: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\";b:1;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:7:\"desktop\";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\";b:1;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:97:\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/white-logo.png\";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\";b:1;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:100:\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/white-logo@2x.png\";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\";s:1:\"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:7:\"#ffffff\";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:59:\"astra-settings[transparent-header-widget-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:53:\"astra-settings[transparent-header-widget-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\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[transparent-header-widget-content-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-widget-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:54:\"astra-settings[transparent-header-widget-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: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:7:\"unicode\";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:0;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:\"700\";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:\"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: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:9:\"uppercase\";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[section-woo-cart-label-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[woo-header-cart-icon]\";a:4:{s:7:\"default\";s:3:\"bag\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[woo-header-cart-label-display]\";a:4:{s:7:\"default\";s:33:\"Cart/{cart_total_currency_symbol}\";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_html\";}}s:52:\"astra-settings[woo-header-cart-label-display-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:45:\"astra-settings[woo-header-cart-badge-display]\";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:43:\"astra-settings[woo-header-cart-total-label]\";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:46:\"astra-settings[section-woo-cart-click-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[woo-header-cart-click-action]\";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:49:\"astra-settings[woo-desktop-cart-flyout-direction]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[woo-slide-in-cart-width]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:1:\"%\";s:11:\"tablet-unit\";s:1:\"%\";s:11:\"mobile-unit\";s:1:\"%\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-woo-cart-icon-style-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:42:\"astra-settings[woo-header-cart-icon-style]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-woo-cart-icon-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:42:\"astra-settings[header-woo-cart-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\";b:0;}s:48:\"astra-settings[header-woo-cart-icon-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:57:\"astra-settings[woo-header-cart-product-count-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:51:\"astra-settings[woo-header-cart-product-count-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:53:\"astra-settings[woo-header-cart-product-count-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:44:\"astra-settings[woo-header-cart-border-width]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[woo-header-cart-icon-radius-fields]\";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:\"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:57:\"astra-settings[woo-header-cart-icon-total-label-position]\";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-header-woo-cart-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:47:\"astra-settings[section-header-woo-cart-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-header-woo-cart-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:46:\"astra-settings[section-header-woo-cart-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[header-woo-cart-icon-size]\";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:\"section-header-woo-cart-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[section-woo-cart-tray-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:42:\"astra-settings[header-woo-cart-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:49:\"astra-settings[header-woo-cart-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:48:\"astra-settings[header-woo-cart-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\";b:0;}s:54:\"astra-settings[header-woo-cart-background-hover-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:47:\"astra-settings[header-woo-cart-separator-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-woo-cart-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:42:\"astra-settings[header-woo-cart-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[header-woo-cart-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:53:\"astra-settings[section-woo-cart-button-color-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:50:\"astra-settings[header-woo-cart-button-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:56:\"astra-settings[header-woo-cart-button-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:46:\"astra-settings[header-woo-cart-btn-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:52:\"astra-settings[header-woo-cart-btn-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\";b:0;}s:52:\"astra-settings[header-woo-cart-btn-text-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:50:\"astra-settings[header-woo-cart-btn-bg-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:57:\"astra-settings[section-woo-checkout-button-color-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-woo-checkout-button-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:60:\"astra-settings[header-woo-checkout-button-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:50:\"astra-settings[header-woo-checkout-btn-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:56:\"astra-settings[header-woo-checkout-btn-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\";b:0;}s:56:\"astra-settings[header-woo-checkout-btn-text-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:54:\"astra-settings[header-woo-checkout-btn-bg-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:61:\"astra-settings[section-header-woo-cart-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[ast-woo-cart-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: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:4:{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: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:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}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:2:{i:0;s:6:\"menu-1\";i:1;s:8:\"button-1\";}}s:4:\"flag\";b:0;}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:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_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:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:6:\"menu-1\";}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}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:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-2)\";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: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:10:{s:5:\"above\";a:6:{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:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:2:{i:0;s:8:\"widget-1\";i:1;s:9:\"copyright\";}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:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:0:{}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:7:\"below_6\";a:0:{}}s:4:\"flag\";b:0;s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:4:\"full\";}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:5:\"popup\";a:1:{s:13:\"popup_content\";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:43:\"astra-settings[header-widget-1-title-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:37:\"astra-settings[header-widget-1-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[header-widget-1-link-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:42:\"astra-settings[header-widget-1-link-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:44:\"astra-settings[header-widget-1-link-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-widget-1-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[header-widget-1-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: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:43:\"astra-settings[header-widget-2-title-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:37:\"astra-settings[header-widget-2-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[header-widget-2-link-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:42:\"astra-settings[header-widget-2-link-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:44:\"astra-settings[header-widget-2-link-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-widget-2-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[header-widget-2-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: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:4:\"fill\";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:25:\"var(--ast-global-color-5)\";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:25:\"var(--ast-global-color-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\";i:2;s:5:\"right\";i:2;s:6:\"bottom\";i:2;s:4:\"left\";i:2;}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: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:16:\"background-media\";s:0:\"\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:4:\"none\";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:70;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: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:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{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:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{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: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: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-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:11:\"Take Action\";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:1:\"#\";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: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: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:\"16\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:2:\"40\";}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\";s:1:\"2\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:5:\"right\";s:1:\"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-8)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-3)\";}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:10:{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: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-0)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-1)\";}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-0)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-1)\";}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: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[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: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[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: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[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:58:\"https://websitedemos.net/outdoor-adventure-02/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: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[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: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:53:\"astra-settings[header-mobile-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: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: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[header-mobile-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: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: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[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:0;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: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[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:7:\"#191919\";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\";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: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:40:\"Copyright © [current_year] [site_title]\";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-5)\";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:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"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\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"14\";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:\"1\";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:4:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}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:6:\"center\";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\";s:1:\"0\";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:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-2)\";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: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\";a:1:{s:6:\"mobile\";i:20;}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:2:\"40\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{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:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"20\";}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:2:\"16\";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:0:\"\";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: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: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:7:\"#fb2056\";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\";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:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"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-widget-alignment-1]\";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:43:\"astra-settings[footer-widget-1-title-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:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";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[footer-widget-1-link-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:42:\"astra-settings[footer-widget-1-link-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:44:\"astra-settings[footer-widget-1-link-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[footer-widget-1-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[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"14\";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: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: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:43:\"astra-settings[footer-widget-2-title-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:37:\"astra-settings[footer-widget-2-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[footer-widget-2-link-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:42:\"astra-settings[footer-widget-2-link-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:44:\"astra-settings[footer-widget-2-link-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[footer-widget-2-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[footer-widget-2-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: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: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:43:\"astra-settings[footer-widget-3-title-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:37:\"astra-settings[footer-widget-3-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[footer-widget-3-link-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:42:\"astra-settings[footer-widget-3-link-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:44:\"astra-settings[footer-widget-3-link-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[footer-widget-3-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[footer-widget-3-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: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: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:43:\"astra-settings[footer-widget-4-title-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:37:\"astra-settings[footer-widget-4-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[footer-widget-4-link-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:42:\"astra-settings[footer-widget-4-link-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:44:\"astra-settings[footer-widget-4-link-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[footer-widget-4-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[footer-widget-4-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: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:36:{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:45:\"astra-settings[woo-header-cart-label-display]\";a:4:{s:8:\"selector\";s:20:\".ast-header-woo-cart\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:15:\"header_woo_cart\";}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;r:8352;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:8352;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:8352;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:8352;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:8352;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:8352;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:8352;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:8352;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:8352;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:8380;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:8380;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:8380;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:8380;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:8380;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:8380;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:8380;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:8380;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:8380;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','no'),(1124,'wpforms_versions_lite','a:7:{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:7:\"1.8.1.2\";i:1683827130;}','yes'),(1115,'astra-settings','a:2046:{s:26:\"blog-single-post-structure\";a:2:{i:0;s:17:\"single-title-meta\";i:1;s:12:\"single-image\";}s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1100;s:16:\"blog-single-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:19:\"blog-post-structure\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:10:\"blog-width\";s:7:\"default\";s:14:\"blog-max-width\";i:1200;s:17:\"blog-post-content\";s:7:\"excerpt\";s:9:\"blog-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:10:\"text-color\";s:25:\"var(--ast-global-color-3)\";s:10:\"link-color\";s:25:\"var(--ast-global-color-0)\";s:11:\"theme-color\";s:25:\"var(--ast-global-color-0)\";s:12:\"link-h-color\";s:25:\"var(--ast-global-color-1)\";s:18:\"heading-base-color\";s:25:\"var(--ast-global-color-2)\";s:13:\"footer-bg-obj\";a:11:{s:16:\"background-color\";s:7:\"#191919\";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:4:\"none\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:12:\"footer-color\";s:7:\"#d3d3d3\";s:17:\"footer-link-color\";s:7:\"#fb2056\";s:19:\"footer-link-h-color\";s:7:\"#fb2056\";s:17:\"footer-adv-bg-obj\";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:4:\"none\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:21:\"footer-adv-text-color\";s:0:\"\";s:21:\"footer-adv-link-color\";s:0:\"\";s:23:\"footer-adv-link-h-color\";s:0:\"\";s:26:\"footer-adv-wgt-title-color\";s:0:\"\";s:12:\"button-color\";s:0:\"\";s:14:\"button-h-color\";s:0:\"\";s:15:\"button-bg-color\";s:0:\"\";s:17:\"button-bg-h-color\";s:0:\"\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"17\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"17\";s:4:\"left\";s:2:\"40\";}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:13:\"button-radius\";i:30;s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-1\";s:20:\"footer-sml-section-1\";s:6:\"custom\";s:27:\"footer-sml-section-1-credit\";s:95:\"123 Fifth Avenue, NY 10160, New York, USA | Phone: 800-123-456 | Email: contact@example.com\";s:20:\"footer-sml-section-2\";s:6:\"custom\";s:27:\"footer-sml-section-2-credit\";s:46:\"Copyright © [current_year] Outdoor Adventure \";s:27:\"footer-sml-dist-equal-align\";b:1;s:18:\"footer-sml-divider\";i:0;s:24:\"footer-sml-divider-color\";s:7:\"#7a7a7a\";s:19:\"footer-layout-width\";s:7:\"content\";s:22:\"ast-header-retina-logo\";s:94:\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/logo@2x.png\";s:21:\"ast-header-logo-width\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:3:\"120\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:3:\"100\";}s:23:\"header-color-site-title\";s:0:\"\";s:25:\"header-color-h-site-title\";s:0:\"\";s:25:\"header-color-site-tagline\";s:0:\"\";s:29:\"display-site-title-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:31:\"display-site-tagline-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:17:\"logo-title-inline\";b:0;s:19:\"disable-primary-nav\";b:0;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:22:\"header-main-rt-section\";s:6:\"button\";s:27:\"header-display-outside-menu\";b:0;s:27:\"header-main-rt-section-html\";s:46:\"<button class=\"customBtn\">Take Action</button>\";s:34:\"header-main-rt-section-button-text\";s:11:\"Take Action\";s:34:\"header-main-rt-section-button-link\";s:1:\"#\";s:41:\"header-main-rt-section-button-link-option\";a:3:{s:3:\"url\";s:1:\"#\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:35:\"header-main-rt-section-button-style\";s:12:\"theme-button\";s:40:\"header-main-rt-section-button-text-color\";s:0:\"\";s:40:\"header-main-rt-section-button-back-color\";s:0:\"\";s:42:\"header-main-rt-section-button-text-h-color\";s:0:\"\";s:42:\"header-main-rt-section-button-back-h-color\";s:0:\"\";s:37:\"header-main-rt-section-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"26\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"26\";}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:41:\"header-main-rt-section-button-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:15:\"header-main-sep\";i:0;s:21:\"header-main-sep-color\";s:0:\"\";s:24:\"header-main-layout-width\";s:7:\"content\";s:22:\"primary-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:27:\"primary-submenu-item-border\";b:0;s:23:\"primary-submenu-b-color\";s:0:\"\";s:28:\"primary-submenu-item-b-color\";s:0:\"\";s:33:\"primary-header-button-font-family\";s:7:\"inherit\";s:33:\"primary-header-button-font-weight\";s:7:\"inherit\";s:31:\"primary-header-button-font-size\";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:36:\"primary-header-button-text-transform\";s:0:\"\";s:33:\"primary-header-button-line-height\";i:1;s:36:\"primary-header-button-letter-spacing\";s:0:\"\";s:22:\"header-main-menu-label\";s:0:\"\";s:22:\"header-main-menu-align\";s:6:\"inline\";s:39:\"header-main-submenu-container-animation\";s:0:\"\";s:24:\"mobile-header-breakpoint\";s:0:\"\";s:18:\"mobile-header-logo\";s:0:\"\";s:24:\"mobile-header-logo-width\";s:0:\"\";s:11:\"site-layout\";s:21:\"ast-full-width-layout\";s:18:\"site-content-width\";i:1200;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: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: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: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: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:19:\"site-content-layout\";s:15:\"boxed-container\";s:26:\"single-page-content-layout\";s:7:\"default\";s:26:\"single-post-content-layout\";s:7:\"default\";s:27:\"archive-post-content-layout\";s:7:\"default\";s:16:\"body-font-family\";s:23:\"\'Noto Sans\', sans-serif\";s:17:\"body-font-variant\";s:7:\"400,700\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"15\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-line-height\";s:3:\"1.7\";s:18:\"para-margin-bottom\";s:0:\"\";s:23:\"underline-content-links\";b:0;s:19:\"body-text-transform\";s:0:\"\";s:20:\"headings-font-family\";s:24:\"\'Montserrat\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"700\";s:23:\"headings-text-transform\";s:0:\"\";s:20:\"headings-line-height\";s:0:\"\";s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";s:2:\"22\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"20\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"font-size-site-tagline\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"font-size-entry-title\";a:6:{s:7:\"desktop\";i:30;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:31:\"font-size-archive-summary-title\";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:20:\"font-size-page-title\";a:6:{s:7:\"desktop\";s:2:\"30\";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:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"64\";s:6:\"tablet\";s:2:\"44\";s:6:\"mobile\";s:2:\"30\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:2:\"34\";s:6:\"tablet\";s:2:\"32\";s:6:\"mobile\";s:2:\"24\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"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:12:\"font-size-h4\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"19\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"16\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";s:2:\"15\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"15\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"site-sidebar-layout\";s:10:\"no-sidebar\";s:18:\"site-sidebar-width\";i:30;s:26:\"single-page-sidebar-layout\";s:7:\"default\";s:26:\"single-post-sidebar-layout\";s:7:\"default\";s:27:\"archive-post-sidebar-layout\";s:7:\"default\";s:10:\"footer-adv\";s:8:\"disabled\";s:23:\"footer-adv-border-width\";s:0:\"\";s:23:\"footer-adv-border-color\";s:7:\"#7a7a7a\";s:30:\"mobile-header-toggle-btn-style\";s:4:\"fill\";s:23:\"hide-custom-menu-mobile\";b:0;s:27:\"mobile-header-toggle-target\";s:4:\"icon\";s:25:\"load-google-fonts-locally\";b:0;s:19:\"preload-local-fonts\";b:0;s:20:\"enable-related-posts\";b:0;s:19:\"related-posts-title\";s:13:\"Related Posts\";s:29:\"releted-posts-title-alignment\";s:4:\"left\";s:25:\"related-posts-total-count\";i:2;s:28:\"enable-related-posts-excerpt\";b:0;s:27:\"related-posts-excerpt-count\";i:25;s:22:\"related-posts-based-on\";s:10:\"categories\";s:22:\"related-posts-order-by\";s:4:\"date\";s:19:\"related-posts-order\";s:3:\"asc\";s:29:\"related-posts-grid-responsive\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:23:\"related-posts-structure\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:28:\"related-posts-meta-structure\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:24:\"related-posts-text-color\";s:0:\"\";s:24:\"related-posts-link-color\";s:0:\"\";s:25:\"related-posts-title-color\";s:0:\"\";s:30:\"related-posts-background-color\";s:0:\"\";s:24:\"related-posts-meta-color\";s:0:\"\";s:30:\"related-posts-link-hover-color\";s:0:\"\";s:35:\"related-posts-meta-link-hover-color\";s:0:\"\";s:39:\"related-posts-section-title-font-family\";s:7:\"inherit\";s:39:\"related-posts-section-title-font-weight\";s:7:\"inherit\";s:42:\"related-posts-section-title-text-transform\";s:0:\"\";s:39:\"related-posts-section-title-line-height\";s:0:\"\";s:37:\"related-posts-section-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"30\";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:31:\"related-posts-title-font-family\";s:7:\"inherit\";s:31:\"related-posts-title-font-weight\";s:7:\"inherit\";s:34:\"related-posts-title-text-transform\";s:0:\"\";s:31:\"related-posts-title-line-height\";s:1:\"1\";s:29:\"related-posts-title-font-size\";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:30:\"related-posts-meta-font-family\";s:7:\"inherit\";s:30:\"related-posts-meta-font-weight\";s:7:\"inherit\";s:33:\"related-posts-meta-text-transform\";s:0:\"\";s:30:\"related-posts-meta-line-height\";s:0:\"\";s:28:\"related-posts-meta-font-size\";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:33:\"related-posts-content-font-family\";s:7:\"inherit\";s:33:\"related-posts-content-font-weight\";s:7:\"inherit\";s:36:\"related-posts-content-text-transform\";s:0:\"\";s:33:\"related-posts-content-line-height\";s:0:\"\";s:31:\"related-posts-content-font-size\";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:23:\"transparent-header-logo\";s:97:\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/white-logo.png\";s:30:\"transparent-header-retina-logo\";s:100:\"https://websitedemos.net/outdoor-adventure-02/wp-content/uploads/sites/351/2020/01/white-logo@2x.png\";s:26:\"different-transparent-logo\";b:1;s:33:\"different-transparent-retina-logo\";b:1;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:25:\"transparent-header-enable\";b:0;s:34:\"transparent-header-disable-archive\";b:1;s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:29:\"transparent-header-on-devices\";s:7:\"desktop\";s:27:\"transparent-header-main-sep\";s:1:\"0\";s:33:\"transparent-header-main-sep-color\";s:7:\"#ffffff\";s:27:\"transparent-header-bg-color\";s:0:\"\";s:35:\"transparent-header-color-site-title\";s:0:\"\";s:37:\"transparent-header-color-h-site-title\";s:0:\"\";s:25:\"transparent-menu-bg-color\";s:0:\"\";s:22:\"transparent-menu-color\";s:0:\"\";s:24:\"transparent-menu-h-color\";s:0:\"\";s:28:\"transparent-submenu-bg-color\";s:0:\"\";s:25:\"transparent-submenu-color\";s:0:\"\";s:27:\"transparent-submenu-h-color\";s:0:\"\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:7:\"#ffffff\";s:6:\"mobile\";s:7:\"#ffffff\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-4)\";s:6:\"tablet\";s:7:\"#ffffff\";s:6:\"mobile\";s:0:\"\";}s:48:\"transparent-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:19:\"rgba(255,255,255,0)\";s:6:\"tablet\";s:7:\"#ffffff\";s:6:\"mobile\";s:7:\"#ffffff\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-3)\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-4)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-1)\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"breadcrumb-font-family\";s:7:\"inherit\";s:22:\"breadcrumb-font-weight\";s:7:\"inherit\";s:25:\"breadcrumb-text-transform\";s:0:\"\";s:32:\"breadcrumb-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"breadcrumb-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"breadcrumb-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"breadcrumb-separator-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:19:\"breadcrumb-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"breadcrumb-spacing\";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:20:\"breadcrumb-font-size\";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:8:\"h1-color\";s:0:\"\";s:8:\"h2-color\";s:0:\"\";s:8:\"h3-color\";s:0:\"\";s:8:\"h4-color\";s:0:\"\";s:8:\"h5-color\";s:0:\"\";s:8:\"h6-color\";s:0:\"\";s:14:\"font-family-h1\";s:7:\"inherit\";s:14:\"font-weight-h1\";s:7:\"inherit\";s:17:\"text-transform-h1\";s:9:\"uppercase\";s:14:\"line-height-h1\";s:0:\"\";s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:17:\"text-transform-h2\";s:9:\"uppercase\";s:14:\"line-height-h2\";s:3:\"1.4\";s:14:\"font-family-h3\";s:7:\"inherit\";s:14:\"font-weight-h3\";s:7:\"inherit\";s:17:\"text-transform-h3\";s:0:\"\";s:14:\"line-height-h3\";s:0:\"\";s:14:\"font-family-h4\";s:7:\"inherit\";s:14:\"font-weight-h4\";s:7:\"inherit\";s:17:\"text-transform-h4\";s:0:\"\";s:14:\"line-height-h4\";s:0:\"\";s:14:\"font-family-h5\";s:7:\"inherit\";s:14:\"font-weight-h5\";s:7:\"inherit\";s:17:\"text-transform-h5\";s:0:\"\";s:14:\"line-height-h5\";s:0:\"\";s:14:\"font-family-h6\";s:7:\"inherit\";s:14:\"font-weight-h6\";s:7:\"inherit\";s:17:\"text-transform-h6\";s:0:\"\";s:14:\"line-height-h6\";s:0:\"\";s:18:\"font-weight-button\";s:3:\"700\";s:18:\"font-family-button\";s:7:\"inherit\";s:16:\"font-size-button\";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:21:\"text-transform-button\";s:9:\"uppercase\";s:21:\"theme-btn-line-height\";i:1;s:24:\"theme-btn-letter-spacing\";s:0:\"\";s:20:\"header-desktop-items\";a:4:{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: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:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}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:2:{i:0;s:6:\"menu-1\";i:1;s:8:\"button-1\";}}s:4:\"flag\";b:0;}s:19:\"header-mobile-items\";a:5:{s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_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:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:6:\"menu-1\";}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:4:\"flag\";b:1;}s:27:\"hb-header-main-layout-width\";s:7:\"content\";s:16:\"hb-header-height\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:8:\"hb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:18:\"hb-header-main-sep\";i:0;s:24:\"hb-header-main-sep-color\";s:7:\"#eaeaea\";s:25:\"hb-header-main-menu-align\";s:6:\"inline\";s:27:\"hb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{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:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{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:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{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:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:17:\"hb-header-spacing\";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:3:\"1.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hba-header-layout\";s:21:\"above-header-layout-1\";s:17:\"hba-header-height\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hba-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hba-header-separator\";i:1;s:30:\"hba-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hba-header-bg-obj-responsive\";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:32:\"hba-header-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"hba-header-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"hba-header-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"hba-header-spacing\";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:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:3:\"0.5\";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:\"em\";}s:17:\"hbb-header-layout\";s:21:\"below-header-layout-1\";s:17:\"hbb-header-height\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hbb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hbb-header-separator\";i:1;s:30:\"hbb-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hbb-header-bg-obj-responsive\";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:18:\"hbb-header-spacing\";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:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";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:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-footer-builder-layout-padding\";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:36:\"section-footer-builder-layout-margin\";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:36:\"section-above-header-builder-padding\";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:35:\"section-above-header-builder-margin\";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:36:\"section-below-header-builder-padding\";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:35:\"section-below-header-builder-margin\";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:36:\"section-header-mobile-trigger-margin\";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:38:\"section-primary-header-builder-padding\";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:37:\"section-primary-header-builder-margin\";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:20:\"title_tagline-margin\";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:28:\"section-header-search-margin\";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:21:\"header-account-margin\";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:31:\"header-mobile-menu-menu-spacing\";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:33:\"section-header-mobile-menu-margin\";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:36:\"section-above-footer-builder-padding\";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:35:\"section-above-footer-builder-margin\";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:35:\"section-below-footer-builder-margin\";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:31:\"section-footer-copyright-margin\";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:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"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:26:\"section-footer-menu-margin\";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:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"40\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{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:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"40\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"40\";s:4:\"left\";s:2:\"20\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";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:19:\"header-button1-text\";s:11:\"Take Action\";s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:1:\"#\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button1-font-family\";s:7:\"inherit\";s:26:\"header-button1-font-weight\";s:7:\"inherit\";s:29:\"header-button1-text-transform\";s:0:\"\";s:26:\"header-button1-line-height\";s:0:\"\";s:24:\"header-button1-font-size\";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:25:\"header-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button1-padding\";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:26:\"header-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button1-border-radius\";s:0:\"\";s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"16\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"16\";s:4:\"left\";s:2:\"40\";}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:26:\"section-hb-button-1-margin\";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:29:\"sticky-header-button1-padding\";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:19:\"footer-button1-text\";s:6:\"Button\";s:26:\"footer-button1-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button1-font-family\";s:7:\"inherit\";s:26:\"footer-button1-font-weight\";s:7:\"inherit\";s:29:\"footer-button1-text-transform\";s:0:\"\";s:26:\"footer-button1-line-height\";s:0:\"\";s:24:\"footer-button1-font-size\";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:25:\"footer-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button1-padding\";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:26:\"footer-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button1-border-radius\";s:0:\"\";s:25:\"footer-button-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-1-padding\";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:26:\"section-fb-button-1-margin\";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:13:\"header-html-1\";s:22:\"Insert HTML text here.\";s:18:\"header-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-1\";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:29:\"font-weight-section-hb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-1\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-1\";s:0:\"\";s:32:\"text-transform-section-hb-html-1\";s:0:\"\";s:24:\"section-hb-html-1-margin\";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:13:\"footer-html-1\";s:0:\"\";s:18:\"footer-html-1color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-1link-color\";a:3:{s:7:\"desktop\";s:7:\"#fb2056\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"16\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-1\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-1\";s:0:\"\";s:29:\"line-height-section-fb-html-1\";s:0:\"\";s:24:\"section-fb-html-1-margin\";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:21:\"header-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-1-bg-space\";s:0:\"\";s:20:\"header-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-1-radius\";s:0:\"\";s:21:\"header-social-1-color\";s:0:\"\";s:23:\"header-social-1-h-color\";s:0:\"\";s:24:\"header-social-1-bg-color\";s:0:\"\";s:26:\"header-social-1-bg-h-color\";s:0:\"\";s:28:\"header-social-1-label-toggle\";b:0;s:26:\"header-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-1\";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:21:\"header-social-icons-1\";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:32:\"section-hb-social-icons-1-margin\";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:21:\"footer-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-1-bg-space\";s:0:\"\";s:20:\"footer-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-1-radius\";s:0:\"\";s:21:\"footer-social-1-color\";s:0:\"\";s:23:\"footer-social-1-h-color\";s:0:\"\";s:24:\"footer-social-1-bg-color\";s:0:\"\";s:26:\"footer-social-1-bg-h-color\";s:0:\"\";s:28:\"footer-social-1-label-toggle\";b:0;s:26:\"footer-social-1-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-1\";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:21:\"footer-social-icons-1\";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:25:\"footer-social-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-1-margin\";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:27:\"header-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-1-font-family\";s:7:\"inherit\";s:27:\"header-widget-1-font-weight\";s:7:\"inherit\";s:30:\"header-widget-1-text-transform\";s:0:\"\";s:27:\"header-widget-1-line-height\";s:0:\"\";s:25:\"header-widget-1-font-size\";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:35:\"header-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-1-content-text-transform\";s:0:\"\";s:35:\"header-widget-1-content-line-height\";s:0:\"\";s:33:\"header-widget-1-content-font-size\";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:38:\"sidebar-widgets-header-widget-1-margin\";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:27:\"footer-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-1-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-1-font-family\";s:7:\"inherit\";s:27:\"footer-widget-1-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-1-text-transform\";s:0:\"\";s:27:\"footer-widget-1-line-height\";s:0:\"\";s:25:\"footer-widget-1-font-size\";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:35:\"footer-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-1-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-1-content-text-transform\";s:0:\"\";s:35:\"footer-widget-1-content-line-height\";s:0:\"\";s:33:\"footer-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-1\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";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:21:\"header-menu1-bg-color\";s:0:\"\";s:18:\"header-menu1-color\";s:0:\"\";s:23:\"header-menu1-h-bg-color\";s:0:\"\";s:20:\"header-menu1-h-color\";s:0:\"\";s:23:\"header-menu1-a-bg-color\";s:0:\"\";s:20:\"header-menu1-a-color\";s:0:\"\";s:30:\"header-menu1-bg-obj-responsive\";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:10:{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: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:29:\"header-menu1-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-8)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-3)\";}s:34:\"header-menu1-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-0)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-1)\";}s:34:\"header-menu1-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-a-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-0)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:25:\"var(--ast-global-color-1)\";}s:33:\"header-menu1-menu-hover-animation\";s:0:\"\";s:40:\"header-menu1-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-1-margin\";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:25:\"header-menu1-menu-spacing\";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:32:\"header-menu1-submenu-item-border\";b:0;s:32:\"header-menu1-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu1-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu1-submenu-border-radius\";s:0:\"\";s:31:\"header-menu1-submenu-top-offset\";s:0:\"\";s:26:\"header-menu1-submenu-width\";s:0:\"\";s:27:\"header-menu1-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:5:\"right\";s:1:\"0\";}s:33:\"header-menu1-menu-stack-on-mobile\";b:1;s:22:\"header-menu1-font-size\";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:24:\"header-menu1-font-weight\";s:7:\"inherit\";s:24:\"header-menu1-font-family\";s:7:\"inherit\";s:27:\"header-menu1-text-transform\";s:0:\"\";s:24:\"header-menu1-line-height\";s:0:\"\";s:27:\"section-hb-divider-1-margin\";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:27:\"section-fb-divider-1-margin\";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:19:\"header-button2-text\";s:6:\"Button\";s:26:\"header-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button2-font-family\";s:7:\"inherit\";s:26:\"header-button2-font-weight\";s:7:\"inherit\";s:29:\"header-button2-text-transform\";s:0:\"\";s:26:\"header-button2-line-height\";s:0:\"\";s:24:\"header-button2-font-size\";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:25:\"header-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button2-padding\";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:26:\"header-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button2-border-radius\";s:0:\"\";s:27:\"section-hb-button-2-padding\";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:26:\"section-hb-button-2-margin\";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:29:\"sticky-header-button2-padding\";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:19:\"footer-button2-text\";s:6:\"Button\";s:26:\"footer-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button2-font-family\";s:7:\"inherit\";s:26:\"footer-button2-font-weight\";s:7:\"inherit\";s:29:\"footer-button2-text-transform\";s:0:\"\";s:26:\"footer-button2-line-height\";s:0:\"\";s:24:\"footer-button2-font-size\";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:25:\"footer-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button2-padding\";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:26:\"footer-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button2-border-radius\";s:0:\"\";s:25:\"footer-button-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-2-padding\";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:26:\"section-fb-button-2-margin\";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:13:\"header-html-2\";s:22:\"Insert HTML text here.\";s:18:\"header-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-2\";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:29:\"font-weight-section-hb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-2\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-2\";s:0:\"\";s:32:\"text-transform-section-hb-html-2\";s:0:\"\";s:24:\"section-hb-html-2-margin\";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:13:\"footer-html-2\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-2\";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:23:\"footer-html-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-2\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-2\";s:0:\"\";s:29:\"line-height-section-fb-html-2\";s:0:\"\";s:24:\"section-fb-html-2-margin\";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:21:\"header-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-2-bg-space\";s:0:\"\";s:20:\"header-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-2-radius\";s:0:\"\";s:21:\"header-social-2-color\";s:0:\"\";s:23:\"header-social-2-h-color\";s:0:\"\";s:24:\"header-social-2-bg-color\";s:0:\"\";s:26:\"header-social-2-bg-h-color\";s:0:\"\";s:28:\"header-social-2-label-toggle\";b:0;s:26:\"header-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-2\";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:21:\"header-social-icons-2\";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:32:\"section-hb-social-icons-2-margin\";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:21:\"footer-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-2-bg-space\";s:0:\"\";s:20:\"footer-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-2-radius\";s:0:\"\";s:21:\"footer-social-2-color\";s:0:\"\";s:23:\"footer-social-2-h-color\";s:0:\"\";s:24:\"footer-social-2-bg-color\";s:0:\"\";s:26:\"footer-social-2-bg-h-color\";s:0:\"\";s:28:\"footer-social-2-label-toggle\";b:0;s:26:\"footer-social-2-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-2\";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:21:\"footer-social-icons-2\";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:25:\"footer-social-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-2-margin\";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:27:\"header-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-2-font-family\";s:7:\"inherit\";s:27:\"header-widget-2-font-weight\";s:7:\"inherit\";s:30:\"header-widget-2-text-transform\";s:0:\"\";s:27:\"header-widget-2-line-height\";s:0:\"\";s:25:\"header-widget-2-font-size\";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:35:\"header-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-2-content-text-transform\";s:0:\"\";s:35:\"header-widget-2-content-line-height\";s:0:\"\";s:33:\"header-widget-2-content-font-size\";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:38:\"sidebar-widgets-header-widget-2-margin\";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:27:\"footer-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-2-font-family\";s:7:\"inherit\";s:27:\"footer-widget-2-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-2-text-transform\";s:0:\"\";s:27:\"footer-widget-2-line-height\";s:0:\"\";s:25:\"footer-widget-2-font-size\";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:35:\"footer-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-2-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-2-content-text-transform\";s:0:\"\";s:35:\"footer-widget-2-content-line-height\";s:0:\"\";s:33:\"footer-widget-2-content-font-size\";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:25:\"footer-widget-alignment-2\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";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:21:\"header-menu2-bg-color\";s:0:\"\";s:18:\"header-menu2-color\";s:0:\"\";s:23:\"header-menu2-h-bg-color\";s:0:\"\";s:20:\"header-menu2-h-color\";s:0:\"\";s:23:\"header-menu2-a-bg-color\";s:0:\"\";s:20:\"header-menu2-a-color\";s:0:\"\";s:30:\"header-menu2-bg-obj-responsive\";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:29:\"header-menu2-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu2-menu-hover-animation\";s:0:\"\";s:40:\"header-menu2-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-2-margin\";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:25:\"header-menu2-menu-spacing\";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:32:\"header-menu2-submenu-item-border\";b:0;s:32:\"header-menu2-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu2-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu2-submenu-border-radius\";s:0:\"\";s:31:\"header-menu2-submenu-top-offset\";s:0:\"\";s:26:\"header-menu2-submenu-width\";s:0:\"\";s:27:\"header-menu2-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu2-menu-stack-on-mobile\";b:1;s:22:\"header-menu2-font-size\";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:24:\"header-menu2-font-weight\";s:7:\"inherit\";s:24:\"header-menu2-font-family\";s:7:\"inherit\";s:27:\"header-menu2-text-transform\";s:0:\"\";s:24:\"header-menu2-line-height\";s:0:\"\";s:27:\"section-hb-divider-2-margin\";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:27:\"section-fb-divider-2-margin\";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:19:\"header-button3-text\";s:6:\"Button\";s:26:\"header-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button3-font-family\";s:7:\"inherit\";s:26:\"header-button3-font-weight\";s:7:\"inherit\";s:29:\"header-button3-text-transform\";s:0:\"\";s:26:\"header-button3-line-height\";s:0:\"\";s:24:\"header-button3-font-size\";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:25:\"header-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button3-padding\";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:26:\"header-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button3-border-radius\";s:0:\"\";s:27:\"section-hb-button-3-padding\";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:26:\"section-hb-button-3-margin\";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:29:\"sticky-header-button3-padding\";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:19:\"footer-button3-text\";s:6:\"Button\";s:26:\"footer-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button3-font-family\";s:7:\"inherit\";s:26:\"footer-button3-font-weight\";s:7:\"inherit\";s:29:\"footer-button3-text-transform\";s:0:\"\";s:26:\"footer-button3-line-height\";s:0:\"\";s:24:\"footer-button3-font-size\";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:25:\"footer-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button3-padding\";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:26:\"footer-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button3-border-radius\";s:0:\"\";s:25:\"footer-button-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-3-padding\";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:26:\"section-fb-button-3-margin\";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:13:\"header-html-3\";s:22:\"Insert HTML text here.\";s:18:\"header-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-3\";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:29:\"font-weight-section-hb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-3\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-3\";s:0:\"\";s:32:\"text-transform-section-hb-html-3\";s:0:\"\";s:24:\"section-hb-html-3-margin\";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:13:\"footer-html-3\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-3\";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:23:\"footer-html-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-3\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-3\";s:0:\"\";s:29:\"line-height-section-fb-html-3\";s:0:\"\";s:24:\"section-fb-html-3-margin\";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:21:\"header-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-3-bg-space\";s:0:\"\";s:20:\"header-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-3-radius\";s:0:\"\";s:21:\"header-social-3-color\";s:0:\"\";s:23:\"header-social-3-h-color\";s:0:\"\";s:24:\"header-social-3-bg-color\";s:0:\"\";s:26:\"header-social-3-bg-h-color\";s:0:\"\";s:28:\"header-social-3-label-toggle\";b:0;s:26:\"header-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-3\";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:21:\"header-social-icons-3\";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:32:\"section-hb-social-icons-3-margin\";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:21:\"footer-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-3-bg-space\";s:0:\"\";s:20:\"footer-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-3-radius\";s:0:\"\";s:21:\"footer-social-3-color\";s:0:\"\";s:23:\"footer-social-3-h-color\";s:0:\"\";s:24:\"footer-social-3-bg-color\";s:0:\"\";s:26:\"footer-social-3-bg-h-color\";s:0:\"\";s:28:\"footer-social-3-label-toggle\";b:0;s:26:\"footer-social-3-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-3\";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:21:\"footer-social-icons-3\";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:25:\"footer-social-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-3-margin\";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:27:\"header-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-3-font-family\";s:7:\"inherit\";s:27:\"header-widget-3-font-weight\";s:7:\"inherit\";s:30:\"header-widget-3-text-transform\";s:0:\"\";s:27:\"header-widget-3-line-height\";s:0:\"\";s:25:\"header-widget-3-font-size\";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:35:\"header-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-3-content-text-transform\";s:0:\"\";s:35:\"header-widget-3-content-line-height\";s:0:\"\";s:33:\"header-widget-3-content-font-size\";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:38:\"sidebar-widgets-header-widget-3-margin\";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:27:\"footer-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-3-font-family\";s:7:\"inherit\";s:27:\"footer-widget-3-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-3-text-transform\";s:0:\"\";s:27:\"footer-widget-3-line-height\";s:0:\"\";s:25:\"footer-widget-3-font-size\";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:35:\"footer-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-3-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-3-content-text-transform\";s:0:\"\";s:35:\"footer-widget-3-content-line-height\";s:0:\"\";s:33:\"footer-widget-3-content-font-size\";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:25:\"footer-widget-alignment-3\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";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:21:\"header-menu3-bg-color\";s:0:\"\";s:18:\"header-menu3-color\";s:0:\"\";s:23:\"header-menu3-h-bg-color\";s:0:\"\";s:20:\"header-menu3-h-color\";s:0:\"\";s:23:\"header-menu3-a-bg-color\";s:0:\"\";s:20:\"header-menu3-a-color\";s:0:\"\";s:30:\"header-menu3-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu3-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu3-menu-hover-animation\";s:0:\"\";s:40:\"header-menu3-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-3-margin\";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:25:\"header-menu3-menu-spacing\";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:32:\"header-menu3-submenu-item-border\";b:0;s:32:\"header-menu3-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu3-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu3-submenu-border-radius\";s:0:\"\";s:31:\"header-menu3-submenu-top-offset\";s:0:\"\";s:26:\"header-menu3-submenu-width\";s:0:\"\";s:27:\"header-menu3-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu3-menu-stack-on-mobile\";b:1;s:22:\"header-menu3-font-size\";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:24:\"header-menu3-font-weight\";s:7:\"inherit\";s:24:\"header-menu3-font-family\";s:7:\"inherit\";s:27:\"header-menu3-text-transform\";s:0:\"\";s:24:\"header-menu3-line-height\";s:0:\"\";s:27:\"section-hb-divider-3-margin\";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:27:\"section-fb-divider-3-margin\";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:19:\"header-button4-text\";s:6:\"Button\";s:26:\"header-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button4-font-family\";s:7:\"inherit\";s:26:\"header-button4-font-weight\";s:7:\"inherit\";s:29:\"header-button4-text-transform\";s:0:\"\";s:26:\"header-button4-line-height\";s:0:\"\";s:24:\"header-button4-font-size\";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:25:\"header-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button4-padding\";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:26:\"header-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button4-border-radius\";s:0:\"\";s:27:\"section-hb-button-4-padding\";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:26:\"section-hb-button-4-margin\";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:29:\"sticky-header-button4-padding\";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:19:\"footer-button4-text\";s:6:\"Button\";s:26:\"footer-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button4-font-family\";s:7:\"inherit\";s:26:\"footer-button4-font-weight\";s:7:\"inherit\";s:29:\"footer-button4-text-transform\";s:0:\"\";s:26:\"footer-button4-line-height\";s:0:\"\";s:24:\"footer-button4-font-size\";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:25:\"footer-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button4-padding\";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:26:\"footer-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button4-border-radius\";s:0:\"\";s:25:\"footer-button-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-4-padding\";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:26:\"section-fb-button-4-margin\";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:13:\"header-html-4\";s:22:\"Insert HTML text here.\";s:18:\"header-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-4\";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:29:\"font-weight-section-hb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-4\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-4\";s:0:\"\";s:32:\"text-transform-section-hb-html-4\";s:0:\"\";s:24:\"section-hb-html-4-margin\";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:13:\"footer-html-4\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-4\";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:23:\"footer-html-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-4\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-4\";s:0:\"\";s:29:\"line-height-section-fb-html-4\";s:0:\"\";s:24:\"section-fb-html-4-margin\";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:21:\"header-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-4-bg-space\";s:0:\"\";s:20:\"header-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-4-radius\";s:0:\"\";s:21:\"header-social-4-color\";s:0:\"\";s:23:\"header-social-4-h-color\";s:0:\"\";s:24:\"header-social-4-bg-color\";s:0:\"\";s:26:\"header-social-4-bg-h-color\";s:0:\"\";s:28:\"header-social-4-label-toggle\";b:0;s:26:\"header-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-4\";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:21:\"header-social-icons-4\";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:32:\"section-hb-social-icons-4-margin\";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:21:\"footer-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-4-bg-space\";s:0:\"\";s:20:\"footer-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-4-radius\";s:0:\"\";s:21:\"footer-social-4-color\";s:0:\"\";s:23:\"footer-social-4-h-color\";s:0:\"\";s:24:\"footer-social-4-bg-color\";s:0:\"\";s:26:\"footer-social-4-bg-h-color\";s:0:\"\";s:28:\"footer-social-4-label-toggle\";b:0;s:26:\"footer-social-4-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-4\";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:21:\"footer-social-icons-4\";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:25:\"footer-social-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-4-margin\";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:27:\"header-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-4-font-family\";s:7:\"inherit\";s:27:\"header-widget-4-font-weight\";s:7:\"inherit\";s:30:\"header-widget-4-text-transform\";s:0:\"\";s:27:\"header-widget-4-line-height\";s:0:\"\";s:25:\"header-widget-4-font-size\";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:35:\"header-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-4-content-text-transform\";s:0:\"\";s:35:\"header-widget-4-content-line-height\";s:0:\"\";s:33:\"header-widget-4-content-font-size\";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:38:\"sidebar-widgets-header-widget-4-margin\";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:27:\"footer-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-4-font-family\";s:7:\"inherit\";s:27:\"footer-widget-4-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-4-text-transform\";s:0:\"\";s:27:\"footer-widget-4-line-height\";s:0:\"\";s:25:\"footer-widget-4-font-size\";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:35:\"footer-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-4-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-4-content-text-transform\";s:0:\"\";s:35:\"footer-widget-4-content-line-height\";s:0:\"\";s:33:\"footer-widget-4-content-font-size\";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:25:\"footer-widget-alignment-4\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";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:21:\"header-menu4-bg-color\";s:0:\"\";s:18:\"header-menu4-color\";s:0:\"\";s:23:\"header-menu4-h-bg-color\";s:0:\"\";s:20:\"header-menu4-h-color\";s:0:\"\";s:23:\"header-menu4-a-bg-color\";s:0:\"\";s:20:\"header-menu4-a-color\";s:0:\"\";s:30:\"header-menu4-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu4-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu4-menu-hover-animation\";s:0:\"\";s:40:\"header-menu4-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-4-margin\";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:25:\"header-menu4-menu-spacing\";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:32:\"header-menu4-submenu-item-border\";b:0;s:32:\"header-menu4-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu4-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu4-submenu-border-radius\";s:0:\"\";s:31:\"header-menu4-submenu-top-offset\";s:0:\"\";s:26:\"header-menu4-submenu-width\";s:0:\"\";s:27:\"header-menu4-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu4-menu-stack-on-mobile\";b:1;s:22:\"header-menu4-font-size\";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:24:\"header-menu4-font-weight\";s:7:\"inherit\";s:24:\"header-menu4-font-family\";s:7:\"inherit\";s:27:\"header-menu4-text-transform\";s:0:\"\";s:24:\"header-menu4-line-height\";s:0:\"\";s:27:\"section-hb-divider-4-margin\";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:27:\"section-fb-divider-4-margin\";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:19:\"header-button5-text\";s:6:\"Button\";s:26:\"header-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button5-font-family\";s:7:\"inherit\";s:26:\"header-button5-font-weight\";s:7:\"inherit\";s:29:\"header-button5-text-transform\";s:0:\"\";s:26:\"header-button5-line-height\";s:0:\"\";s:24:\"header-button5-font-size\";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:25:\"header-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button5-padding\";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:26:\"header-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button5-border-radius\";s:0:\"\";s:27:\"section-hb-button-5-padding\";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:26:\"section-hb-button-5-margin\";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:29:\"sticky-header-button5-padding\";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:19:\"footer-button5-text\";s:6:\"Button\";s:26:\"footer-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button5-font-family\";s:7:\"inherit\";s:26:\"footer-button5-font-weight\";s:7:\"inherit\";s:29:\"footer-button5-text-transform\";s:0:\"\";s:26:\"footer-button5-line-height\";s:0:\"\";s:24:\"footer-button5-font-size\";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:25:\"footer-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button5-padding\";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:26:\"footer-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button5-border-radius\";s:0:\"\";s:25:\"footer-button-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-5-padding\";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:26:\"section-fb-button-5-margin\";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:13:\"header-html-5\";s:22:\"Insert HTML text here.\";s:18:\"header-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-5\";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:29:\"font-weight-section-hb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-5\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-5\";s:0:\"\";s:32:\"text-transform-section-hb-html-5\";s:0:\"\";s:24:\"section-hb-html-5-margin\";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:13:\"footer-html-5\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-5\";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:23:\"footer-html-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-5\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-5\";s:0:\"\";s:29:\"line-height-section-fb-html-5\";s:0:\"\";s:24:\"section-fb-html-5-margin\";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:21:\"header-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-5-bg-space\";s:0:\"\";s:20:\"header-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-5-radius\";s:0:\"\";s:21:\"header-social-5-color\";s:0:\"\";s:23:\"header-social-5-h-color\";s:0:\"\";s:24:\"header-social-5-bg-color\";s:0:\"\";s:26:\"header-social-5-bg-h-color\";s:0:\"\";s:28:\"header-social-5-label-toggle\";b:0;s:26:\"header-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-5\";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:21:\"header-social-icons-5\";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:32:\"section-hb-social-icons-5-margin\";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:21:\"footer-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-5-bg-space\";s:0:\"\";s:20:\"footer-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-5-radius\";s:0:\"\";s:21:\"footer-social-5-color\";s:0:\"\";s:23:\"footer-social-5-h-color\";s:0:\"\";s:24:\"footer-social-5-bg-color\";s:0:\"\";s:26:\"footer-social-5-bg-h-color\";s:0:\"\";s:28:\"footer-social-5-label-toggle\";b:0;s:26:\"footer-social-5-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-5\";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:21:\"footer-social-icons-5\";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:25:\"footer-social-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-5-margin\";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:27:\"header-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-5-font-family\";s:7:\"inherit\";s:27:\"header-widget-5-font-weight\";s:7:\"inherit\";s:30:\"header-widget-5-text-transform\";s:0:\"\";s:27:\"header-widget-5-line-height\";s:0:\"\";s:25:\"header-widget-5-font-size\";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:35:\"header-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-5-content-text-transform\";s:0:\"\";s:35:\"header-widget-5-content-line-height\";s:0:\"\";s:33:\"header-widget-5-content-font-size\";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:38:\"sidebar-widgets-header-widget-5-margin\";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:27:\"footer-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-5-font-family\";s:7:\"inherit\";s:27:\"footer-widget-5-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-5-text-transform\";s:0:\"\";s:27:\"footer-widget-5-line-height\";s:0:\"\";s:25:\"footer-widget-5-font-size\";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:35:\"footer-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-5-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-5-content-text-transform\";s:0:\"\";s:35:\"footer-widget-5-content-line-height\";s:0:\"\";s:33:\"footer-widget-5-content-font-size\";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:25:\"footer-widget-alignment-5\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-5-margin\";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:21:\"header-menu5-bg-color\";s:0:\"\";s:18:\"header-menu5-color\";s:0:\"\";s:23:\"header-menu5-h-bg-color\";s:0:\"\";s:20:\"header-menu5-h-color\";s:0:\"\";s:23:\"header-menu5-a-bg-color\";s:0:\"\";s:20:\"header-menu5-a-color\";s:0:\"\";s:30:\"header-menu5-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu5-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu5-menu-hover-animation\";s:0:\"\";s:40:\"header-menu5-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-5-margin\";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:25:\"header-menu5-menu-spacing\";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:32:\"header-menu5-submenu-item-border\";b:0;s:32:\"header-menu5-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu5-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu5-submenu-border-radius\";s:0:\"\";s:31:\"header-menu5-submenu-top-offset\";s:0:\"\";s:26:\"header-menu5-submenu-width\";s:0:\"\";s:27:\"header-menu5-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu5-menu-stack-on-mobile\";b:1;s:22:\"header-menu5-font-size\";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:24:\"header-menu5-font-weight\";s:7:\"inherit\";s:24:\"header-menu5-font-family\";s:7:\"inherit\";s:27:\"header-menu5-text-transform\";s:0:\"\";s:24:\"header-menu5-line-height\";s:0:\"\";s:27:\"section-hb-divider-5-margin\";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:27:\"section-fb-divider-5-margin\";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:19:\"header-button6-text\";s:6:\"Button\";s:26:\"header-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button6-font-family\";s:7:\"inherit\";s:26:\"header-button6-font-weight\";s:7:\"inherit\";s:29:\"header-button6-text-transform\";s:0:\"\";s:26:\"header-button6-line-height\";s:0:\"\";s:24:\"header-button6-font-size\";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:25:\"header-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button6-padding\";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:26:\"header-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button6-border-radius\";s:0:\"\";s:27:\"section-hb-button-6-padding\";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:26:\"section-hb-button-6-margin\";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:29:\"sticky-header-button6-padding\";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:19:\"footer-button6-text\";s:6:\"Button\";s:26:\"footer-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button6-font-family\";s:7:\"inherit\";s:26:\"footer-button6-font-weight\";s:7:\"inherit\";s:29:\"footer-button6-text-transform\";s:0:\"\";s:26:\"footer-button6-line-height\";s:0:\"\";s:24:\"footer-button6-font-size\";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:25:\"footer-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button6-padding\";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:26:\"footer-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button6-border-radius\";s:0:\"\";s:25:\"footer-button-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-6-padding\";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:26:\"section-fb-button-6-margin\";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:13:\"header-html-6\";s:22:\"Insert HTML text here.\";s:18:\"header-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-6\";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:29:\"font-weight-section-hb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-6\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-6\";s:0:\"\";s:32:\"text-transform-section-hb-html-6\";s:0:\"\";s:24:\"section-hb-html-6-margin\";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:13:\"footer-html-6\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-6\";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:23:\"footer-html-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-6\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-6\";s:0:\"\";s:29:\"line-height-section-fb-html-6\";s:0:\"\";s:24:\"section-fb-html-6-margin\";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:21:\"header-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-6-bg-space\";s:0:\"\";s:20:\"header-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-6-radius\";s:0:\"\";s:21:\"header-social-6-color\";s:0:\"\";s:23:\"header-social-6-h-color\";s:0:\"\";s:24:\"header-social-6-bg-color\";s:0:\"\";s:26:\"header-social-6-bg-h-color\";s:0:\"\";s:28:\"header-social-6-label-toggle\";b:0;s:26:\"header-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-6\";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:21:\"header-social-icons-6\";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:32:\"section-hb-social-icons-6-margin\";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:21:\"footer-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-6-bg-space\";s:0:\"\";s:20:\"footer-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-6-radius\";s:0:\"\";s:21:\"footer-social-6-color\";s:0:\"\";s:23:\"footer-social-6-h-color\";s:0:\"\";s:24:\"footer-social-6-bg-color\";s:0:\"\";s:26:\"footer-social-6-bg-h-color\";s:0:\"\";s:28:\"footer-social-6-label-toggle\";b:0;s:26:\"footer-social-6-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-6\";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:21:\"footer-social-icons-6\";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:25:\"footer-social-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-6-margin\";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:27:\"header-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-6-font-family\";s:7:\"inherit\";s:27:\"header-widget-6-font-weight\";s:7:\"inherit\";s:30:\"header-widget-6-text-transform\";s:0:\"\";s:27:\"header-widget-6-line-height\";s:0:\"\";s:25:\"header-widget-6-font-size\";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:35:\"header-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-6-content-text-transform\";s:0:\"\";s:35:\"header-widget-6-content-line-height\";s:0:\"\";s:33:\"header-widget-6-content-font-size\";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:38:\"sidebar-widgets-header-widget-6-margin\";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:27:\"footer-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-6-font-family\";s:7:\"inherit\";s:27:\"footer-widget-6-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-6-text-transform\";s:0:\"\";s:27:\"footer-widget-6-line-height\";s:0:\"\";s:25:\"footer-widget-6-font-size\";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:35:\"footer-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-6-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-6-content-text-transform\";s:0:\"\";s:35:\"footer-widget-6-content-line-height\";s:0:\"\";s:33:\"footer-widget-6-content-font-size\";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:25:\"footer-widget-alignment-6\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-6-margin\";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:21:\"header-menu6-bg-color\";s:0:\"\";s:18:\"header-menu6-color\";s:0:\"\";s:23:\"header-menu6-h-bg-color\";s:0:\"\";s:20:\"header-menu6-h-color\";s:0:\"\";s:23:\"header-menu6-a-bg-color\";s:0:\"\";s:20:\"header-menu6-a-color\";s:0:\"\";s:30:\"header-menu6-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu6-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu6-menu-hover-animation\";s:0:\"\";s:40:\"header-menu6-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-6-margin\";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:25:\"header-menu6-menu-spacing\";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:32:\"header-menu6-submenu-item-border\";b:0;s:32:\"header-menu6-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu6-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu6-submenu-border-radius\";s:0:\"\";s:31:\"header-menu6-submenu-top-offset\";s:0:\"\";s:26:\"header-menu6-submenu-width\";s:0:\"\";s:27:\"header-menu6-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu6-menu-stack-on-mobile\";b:1;s:22:\"header-menu6-font-size\";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:24:\"header-menu6-font-weight\";s:7:\"inherit\";s:24:\"header-menu6-font-family\";s:7:\"inherit\";s:27:\"header-menu6-text-transform\";s:0:\"\";s:24:\"header-menu6-line-height\";s:0:\"\";s:27:\"section-hb-divider-6-margin\";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:27:\"section-fb-divider-6-margin\";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:19:\"header-button7-text\";s:6:\"Button\";s:26:\"header-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button7-font-family\";s:7:\"inherit\";s:26:\"header-button7-font-weight\";s:7:\"inherit\";s:29:\"header-button7-text-transform\";s:0:\"\";s:26:\"header-button7-line-height\";s:0:\"\";s:24:\"header-button7-font-size\";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:25:\"header-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button7-padding\";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:26:\"header-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button7-border-radius\";s:0:\"\";s:27:\"section-hb-button-7-padding\";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:26:\"section-hb-button-7-margin\";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:29:\"sticky-header-button7-padding\";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:19:\"footer-button7-text\";s:6:\"Button\";s:26:\"footer-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button7-font-family\";s:7:\"inherit\";s:26:\"footer-button7-font-weight\";s:7:\"inherit\";s:29:\"footer-button7-text-transform\";s:0:\"\";s:26:\"footer-button7-line-height\";s:0:\"\";s:24:\"footer-button7-font-size\";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:25:\"footer-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button7-padding\";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:26:\"footer-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button7-border-radius\";s:0:\"\";s:25:\"footer-button-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-7-padding\";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:26:\"section-fb-button-7-margin\";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:13:\"header-html-7\";s:22:\"Insert HTML text here.\";s:18:\"header-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-7\";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:29:\"font-weight-section-hb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-7\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-7\";s:0:\"\";s:32:\"text-transform-section-hb-html-7\";s:0:\"\";s:24:\"section-hb-html-7-margin\";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:13:\"footer-html-7\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-7\";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:23:\"footer-html-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-7\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-7\";s:0:\"\";s:29:\"line-height-section-fb-html-7\";s:0:\"\";s:24:\"section-fb-html-7-margin\";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:21:\"header-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-7-bg-space\";s:0:\"\";s:20:\"header-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-7-radius\";s:0:\"\";s:21:\"header-social-7-color\";s:0:\"\";s:23:\"header-social-7-h-color\";s:0:\"\";s:24:\"header-social-7-bg-color\";s:0:\"\";s:26:\"header-social-7-bg-h-color\";s:0:\"\";s:28:\"header-social-7-label-toggle\";b:0;s:26:\"header-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-7\";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:21:\"header-social-icons-7\";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:32:\"section-hb-social-icons-7-margin\";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:21:\"footer-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-7-bg-space\";s:0:\"\";s:20:\"footer-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-7-radius\";s:0:\"\";s:21:\"footer-social-7-color\";s:0:\"\";s:23:\"footer-social-7-h-color\";s:0:\"\";s:24:\"footer-social-7-bg-color\";s:0:\"\";s:26:\"footer-social-7-bg-h-color\";s:0:\"\";s:28:\"footer-social-7-label-toggle\";b:0;s:26:\"footer-social-7-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-7\";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:21:\"footer-social-icons-7\";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:25:\"footer-social-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-7-margin\";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:27:\"header-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-7-font-family\";s:7:\"inherit\";s:27:\"header-widget-7-font-weight\";s:7:\"inherit\";s:30:\"header-widget-7-text-transform\";s:0:\"\";s:27:\"header-widget-7-line-height\";s:0:\"\";s:25:\"header-widget-7-font-size\";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:35:\"header-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-7-content-text-transform\";s:0:\"\";s:35:\"header-widget-7-content-line-height\";s:0:\"\";s:33:\"header-widget-7-content-font-size\";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:38:\"sidebar-widgets-header-widget-7-margin\";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:27:\"footer-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-7-font-family\";s:7:\"inherit\";s:27:\"footer-widget-7-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-7-text-transform\";s:0:\"\";s:27:\"footer-widget-7-line-height\";s:0:\"\";s:25:\"footer-widget-7-font-size\";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:35:\"footer-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-7-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-7-content-text-transform\";s:0:\"\";s:35:\"footer-widget-7-content-line-height\";s:0:\"\";s:33:\"footer-widget-7-content-font-size\";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:25:\"footer-widget-alignment-7\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-7-margin\";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:21:\"header-menu7-bg-color\";s:0:\"\";s:18:\"header-menu7-color\";s:0:\"\";s:23:\"header-menu7-h-bg-color\";s:0:\"\";s:20:\"header-menu7-h-color\";s:0:\"\";s:23:\"header-menu7-a-bg-color\";s:0:\"\";s:20:\"header-menu7-a-color\";s:0:\"\";s:30:\"header-menu7-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu7-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu7-menu-hover-animation\";s:0:\"\";s:40:\"header-menu7-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-7-margin\";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:25:\"header-menu7-menu-spacing\";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:32:\"header-menu7-submenu-item-border\";b:0;s:32:\"header-menu7-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu7-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu7-submenu-border-radius\";s:0:\"\";s:31:\"header-menu7-submenu-top-offset\";s:0:\"\";s:26:\"header-menu7-submenu-width\";s:0:\"\";s:27:\"header-menu7-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu7-menu-stack-on-mobile\";b:1;s:22:\"header-menu7-font-size\";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:24:\"header-menu7-font-weight\";s:7:\"inherit\";s:24:\"header-menu7-font-family\";s:7:\"inherit\";s:27:\"header-menu7-text-transform\";s:0:\"\";s:24:\"header-menu7-line-height\";s:0:\"\";s:27:\"section-hb-divider-7-margin\";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:27:\"section-fb-divider-7-margin\";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:19:\"header-button8-text\";s:6:\"Button\";s:26:\"header-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button8-font-family\";s:7:\"inherit\";s:26:\"header-button8-font-weight\";s:7:\"inherit\";s:29:\"header-button8-text-transform\";s:0:\"\";s:26:\"header-button8-line-height\";s:0:\"\";s:24:\"header-button8-font-size\";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:25:\"header-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button8-padding\";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:26:\"header-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button8-border-radius\";s:0:\"\";s:27:\"section-hb-button-8-padding\";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:26:\"section-hb-button-8-margin\";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:29:\"sticky-header-button8-padding\";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:19:\"footer-button8-text\";s:6:\"Button\";s:26:\"footer-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button8-font-family\";s:7:\"inherit\";s:26:\"footer-button8-font-weight\";s:7:\"inherit\";s:29:\"footer-button8-text-transform\";s:0:\"\";s:26:\"footer-button8-line-height\";s:0:\"\";s:24:\"footer-button8-font-size\";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:25:\"footer-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button8-padding\";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:26:\"footer-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button8-border-radius\";s:0:\"\";s:25:\"footer-button-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-8-padding\";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:26:\"section-fb-button-8-margin\";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:13:\"header-html-8\";s:22:\"Insert HTML text here.\";s:18:\"header-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-8\";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:29:\"font-weight-section-hb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-8\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-8\";s:0:\"\";s:32:\"text-transform-section-hb-html-8\";s:0:\"\";s:24:\"section-hb-html-8-margin\";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:13:\"footer-html-8\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-8\";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:23:\"footer-html-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-8\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-8\";s:0:\"\";s:29:\"line-height-section-fb-html-8\";s:0:\"\";s:24:\"section-fb-html-8-margin\";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:21:\"header-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-8-bg-space\";s:0:\"\";s:20:\"header-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-8-radius\";s:0:\"\";s:21:\"header-social-8-color\";s:0:\"\";s:23:\"header-social-8-h-color\";s:0:\"\";s:24:\"header-social-8-bg-color\";s:0:\"\";s:26:\"header-social-8-bg-h-color\";s:0:\"\";s:28:\"header-social-8-label-toggle\";b:0;s:26:\"header-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-8\";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:21:\"header-social-icons-8\";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:32:\"section-hb-social-icons-8-margin\";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:21:\"footer-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-8-bg-space\";s:0:\"\";s:20:\"footer-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-8-radius\";s:0:\"\";s:21:\"footer-social-8-color\";s:0:\"\";s:23:\"footer-social-8-h-color\";s:0:\"\";s:24:\"footer-social-8-bg-color\";s:0:\"\";s:26:\"footer-social-8-bg-h-color\";s:0:\"\";s:28:\"footer-social-8-label-toggle\";b:0;s:26:\"footer-social-8-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-8\";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:21:\"footer-social-icons-8\";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:25:\"footer-social-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-8-margin\";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:27:\"header-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-8-font-family\";s:7:\"inherit\";s:27:\"header-widget-8-font-weight\";s:7:\"inherit\";s:30:\"header-widget-8-text-transform\";s:0:\"\";s:27:\"header-widget-8-line-height\";s:0:\"\";s:25:\"header-widget-8-font-size\";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:35:\"header-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-8-content-text-transform\";s:0:\"\";s:35:\"header-widget-8-content-line-height\";s:0:\"\";s:33:\"header-widget-8-content-font-size\";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:38:\"sidebar-widgets-header-widget-8-margin\";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:27:\"footer-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-8-font-family\";s:7:\"inherit\";s:27:\"footer-widget-8-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-8-text-transform\";s:0:\"\";s:27:\"footer-widget-8-line-height\";s:0:\"\";s:25:\"footer-widget-8-font-size\";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:35:\"footer-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-8-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-8-content-text-transform\";s:0:\"\";s:35:\"footer-widget-8-content-line-height\";s:0:\"\";s:33:\"footer-widget-8-content-font-size\";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:25:\"footer-widget-alignment-8\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-8-margin\";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:21:\"header-menu8-bg-color\";s:0:\"\";s:18:\"header-menu8-color\";s:0:\"\";s:23:\"header-menu8-h-bg-color\";s:0:\"\";s:20:\"header-menu8-h-color\";s:0:\"\";s:23:\"header-menu8-a-bg-color\";s:0:\"\";s:20:\"header-menu8-a-color\";s:0:\"\";s:30:\"header-menu8-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu8-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu8-menu-hover-animation\";s:0:\"\";s:40:\"header-menu8-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-8-margin\";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:25:\"header-menu8-menu-spacing\";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:32:\"header-menu8-submenu-item-border\";b:0;s:32:\"header-menu8-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu8-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu8-submenu-border-radius\";s:0:\"\";s:31:\"header-menu8-submenu-top-offset\";s:0:\"\";s:26:\"header-menu8-submenu-width\";s:0:\"\";s:27:\"header-menu8-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu8-menu-stack-on-mobile\";b:1;s:22:\"header-menu8-font-size\";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:24:\"header-menu8-font-weight\";s:7:\"inherit\";s:24:\"header-menu8-font-family\";s:7:\"inherit\";s:27:\"header-menu8-text-transform\";s:0:\"\";s:24:\"header-menu8-line-height\";s:0:\"\";s:27:\"section-hb-divider-8-margin\";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:27:\"section-fb-divider-8-margin\";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:19:\"header-button9-text\";s:6:\"Button\";s:26:\"header-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button9-font-family\";s:7:\"inherit\";s:26:\"header-button9-font-weight\";s:7:\"inherit\";s:29:\"header-button9-text-transform\";s:0:\"\";s:26:\"header-button9-line-height\";s:0:\"\";s:24:\"header-button9-font-size\";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:25:\"header-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button9-padding\";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:26:\"header-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button9-border-radius\";s:0:\"\";s:27:\"section-hb-button-9-padding\";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:26:\"section-hb-button-9-margin\";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:29:\"sticky-header-button9-padding\";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:19:\"footer-button9-text\";s:6:\"Button\";s:26:\"footer-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button9-font-family\";s:7:\"inherit\";s:26:\"footer-button9-font-weight\";s:7:\"inherit\";s:29:\"footer-button9-text-transform\";s:0:\"\";s:26:\"footer-button9-line-height\";s:0:\"\";s:24:\"footer-button9-font-size\";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:25:\"footer-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button9-padding\";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:26:\"footer-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button9-border-radius\";s:0:\"\";s:25:\"footer-button-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-9-padding\";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:26:\"section-fb-button-9-margin\";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:13:\"header-html-9\";s:22:\"Insert HTML text here.\";s:18:\"header-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-9\";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:29:\"font-weight-section-hb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-9\";s:7:\"inherit\";s:29:\"line-height-section-hb-html-9\";s:0:\"\";s:32:\"text-transform-section-hb-html-9\";s:0:\"\";s:24:\"section-hb-html-9-margin\";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:13:\"footer-html-9\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-9\";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:23:\"footer-html-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-9\";s:7:\"inherit\";s:32:\"text-transform-section-fb-html-9\";s:0:\"\";s:29:\"line-height-section-fb-html-9\";s:0:\"\";s:24:\"section-fb-html-9-margin\";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:21:\"header-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-9-bg-space\";s:0:\"\";s:20:\"header-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-social-9-radius\";s:0:\"\";s:21:\"header-social-9-color\";s:0:\"\";s:23:\"header-social-9-h-color\";s:0:\"\";s:24:\"header-social-9-bg-color\";s:0:\"\";s:26:\"header-social-9-bg-h-color\";s:0:\"\";s:28:\"header-social-9-label-toggle\";b:0;s:26:\"header-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-hb-social-icons-9\";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:21:\"header-social-icons-9\";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:32:\"section-hb-social-icons-9-margin\";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:21:\"footer-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-9-bg-space\";s:0:\"\";s:20:\"footer-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-9-radius\";s:0:\"\";s:21:\"footer-social-9-color\";s:0:\"\";s:23:\"footer-social-9-h-color\";s:0:\"\";s:24:\"footer-social-9-bg-color\";s:0:\"\";s:26:\"footer-social-9-bg-h-color\";s:0:\"\";s:28:\"footer-social-9-label-toggle\";b:0;s:26:\"footer-social-9-color-type\";s:6:\"custom\";s:35:\"font-size-section-fb-social-icons-9\";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:21:\"footer-social-icons-9\";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:25:\"footer-social-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-9-margin\";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:27:\"header-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-9-font-family\";s:7:\"inherit\";s:27:\"header-widget-9-font-weight\";s:7:\"inherit\";s:30:\"header-widget-9-text-transform\";s:0:\"\";s:27:\"header-widget-9-line-height\";s:0:\"\";s:25:\"header-widget-9-font-size\";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:35:\"header-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"header-widget-9-content-text-transform\";s:0:\"\";s:35:\"header-widget-9-content-line-height\";s:0:\"\";s:33:\"header-widget-9-content-font-size\";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:38:\"sidebar-widgets-header-widget-9-margin\";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:27:\"footer-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-9-font-family\";s:7:\"inherit\";s:27:\"footer-widget-9-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-9-text-transform\";s:0:\"\";s:27:\"footer-widget-9-line-height\";s:0:\"\";s:25:\"footer-widget-9-font-size\";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:35:\"footer-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-9-content-font-weight\";s:7:\"inherit\";s:38:\"footer-widget-9-content-text-transform\";s:0:\"\";s:35:\"footer-widget-9-content-line-height\";s:0:\"\";s:33:\"footer-widget-9-content-font-size\";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:25:\"footer-widget-alignment-9\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-9-margin\";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:21:\"header-menu9-bg-color\";s:0:\"\";s:18:\"header-menu9-color\";s:0:\"\";s:23:\"header-menu9-h-bg-color\";s:0:\"\";s:20:\"header-menu9-h-color\";s:0:\"\";s:23:\"header-menu9-a-bg-color\";s:0:\"\";s:20:\"header-menu9-a-color\";s:0:\"\";s:30:\"header-menu9-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:29:\"header-menu9-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu9-menu-hover-animation\";s:0:\"\";s:40:\"header-menu9-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-9-margin\";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:25:\"header-menu9-menu-spacing\";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:32:\"header-menu9-submenu-item-border\";b:0;s:32:\"header-menu9-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu9-submenu-item-b-color\";s:7:\"#eaeaea\";s:34:\"header-menu9-submenu-border-radius\";s:0:\"\";s:31:\"header-menu9-submenu-top-offset\";s:0:\"\";s:26:\"header-menu9-submenu-width\";s:0:\"\";s:27:\"header-menu9-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu9-menu-stack-on-mobile\";b:1;s:22:\"header-menu9-font-size\";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:24:\"header-menu9-font-weight\";s:7:\"inherit\";s:24:\"header-menu9-font-family\";s:7:\"inherit\";s:27:\"header-menu9-text-transform\";s:0:\"\";s:24:\"header-menu9-line-height\";s:0:\"\";s:27:\"section-hb-divider-9-margin\";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:27:\"section-fb-divider-9-margin\";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:20:\"header-button10-text\";s:6:\"Button\";s:27:\"header-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"header-button10-font-family\";s:7:\"inherit\";s:27:\"header-button10-font-weight\";s:7:\"inherit\";s:30:\"header-button10-text-transform\";s:0:\"\";s:27:\"header-button10-line-height\";s:0:\"\";s:25:\"header-button10-font-size\";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:26:\"header-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-button10-padding\";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:27:\"header-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"header-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-button10-border-radius\";s:0:\"\";s:28:\"section-hb-button-10-padding\";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:27:\"section-hb-button-10-margin\";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:30:\"sticky-header-button10-padding\";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:20:\"footer-button10-text\";s:6:\"Button\";s:27:\"footer-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"footer-button10-font-family\";s:7:\"inherit\";s:27:\"footer-button10-font-weight\";s:7:\"inherit\";s:30:\"footer-button10-text-transform\";s:0:\"\";s:27:\"footer-button10-line-height\";s:0:\"\";s:25:\"footer-button10-font-size\";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:26:\"footer-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-button10-padding\";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:27:\"footer-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"footer-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-button10-border-radius\";s:0:\"\";s:26:\"footer-button-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:28:\"section-fb-button-10-padding\";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:27:\"section-fb-button-10-margin\";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:14:\"header-html-10\";s:22:\"Insert HTML text here.\";s:19:\"header-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-hb-html-10\";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:30:\"font-weight-section-hb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-hb-html-10\";s:7:\"inherit\";s:30:\"line-height-section-hb-html-10\";s:0:\"\";s:33:\"text-transform-section-hb-html-10\";s:0:\"\";s:25:\"section-hb-html-10-margin\";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:14:\"footer-html-10\";s:22:\"Insert HTML text here.\";s:19:\"footer-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-fb-html-10\";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:24:\"footer-html-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:30:\"font-weight-section-fb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-fb-html-10\";s:7:\"inherit\";s:33:\"text-transform-section-fb-html-10\";s:0:\"\";s:30:\"line-height-section-fb-html-10\";s:0:\"\";s:25:\"section-fb-html-10-margin\";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:22:\"header-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-social-10-bg-space\";s:0:\"\";s:21:\"header-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-social-10-radius\";s:0:\"\";s:22:\"header-social-10-color\";s:0:\"\";s:24:\"header-social-10-h-color\";s:0:\"\";s:25:\"header-social-10-bg-color\";s:0:\"\";s:27:\"header-social-10-bg-h-color\";s:0:\"\";s:29:\"header-social-10-label-toggle\";b:0;s:27:\"header-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-hb-social-icons-10\";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:22:\"header-social-icons-10\";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:33:\"section-hb-social-icons-10-margin\";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:22:\"footer-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-social-10-bg-space\";s:0:\"\";s:21:\"footer-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-social-10-radius\";s:0:\"\";s:22:\"footer-social-10-color\";s:0:\"\";s:24:\"footer-social-10-h-color\";s:0:\"\";s:25:\"footer-social-10-bg-color\";s:0:\"\";s:27:\"footer-social-10-bg-h-color\";s:0:\"\";s:29:\"footer-social-10-label-toggle\";b:0;s:27:\"footer-social-10-color-type\";s:6:\"custom\";s:36:\"font-size-section-fb-social-icons-10\";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:22:\"footer-social-icons-10\";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:26:\"footer-social-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:33:\"section-fb-social-icons-10-margin\";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:28:\"header-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-10-font-family\";s:7:\"inherit\";s:28:\"header-widget-10-font-weight\";s:7:\"inherit\";s:31:\"header-widget-10-text-transform\";s:0:\"\";s:28:\"header-widget-10-line-height\";s:0:\"\";s:26:\"header-widget-10-font-size\";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:36:\"header-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"header-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"header-widget-10-content-text-transform\";s:0:\"\";s:36:\"header-widget-10-content-line-height\";s:0:\"\";s:34:\"header-widget-10-content-font-size\";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:39:\"sidebar-widgets-header-widget-10-margin\";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:28:\"footer-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-10-font-family\";s:7:\"inherit\";s:28:\"footer-widget-10-font-weight\";s:7:\"inherit\";s:31:\"footer-widget-10-text-transform\";s:0:\"\";s:28:\"footer-widget-10-line-height\";s:0:\"\";s:26:\"footer-widget-10-font-size\";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:36:\"footer-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"footer-widget-10-content-font-weight\";s:7:\"inherit\";s:39:\"footer-widget-10-content-text-transform\";s:0:\"\";s:36:\"footer-widget-10-content-line-height\";s:0:\"\";s:34:\"footer-widget-10-content-font-size\";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:26:\"footer-widget-alignment-10\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:39:\"sidebar-widgets-footer-widget-10-margin\";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:22:\"header-menu10-bg-color\";s:0:\"\";s:19:\"header-menu10-color\";s:0:\"\";s:24:\"header-menu10-h-bg-color\";s:0:\"\";s:21:\"header-menu10-h-color\";s:0:\"\";s:24:\"header-menu10-a-bg-color\";s:0:\"\";s:21:\"header-menu10-a-color\";s:0:\"\";s:31:\"header-menu10-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:6:{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:6:\"tablet\";a:6:{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:6:\"mobile\";a:6:{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:30:\"header-menu10-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu10-menu-hover-animation\";s:0:\"\";s:41:\"header-menu10-submenu-container-animation\";s:0:\"\";s:25:\"section-hb-menu-10-margin\";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:26:\"header-menu10-menu-spacing\";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:33:\"header-menu10-submenu-item-border\";b:0;s:33:\"header-menu10-submenu-item-b-size\";s:1:\"1\";s:34:\"header-menu10-submenu-item-b-color\";s:7:\"#eaeaea\";s:35:\"header-menu10-submenu-border-radius\";s:0:\"\";s:32:\"header-menu10-submenu-top-offset\";s:0:\"\";s:27:\"header-menu10-submenu-width\";s:0:\"\";s:28:\"header-menu10-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:34:\"header-menu10-menu-stack-on-mobile\";b:1;s:23:\"header-menu10-font-size\";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:25:\"header-menu10-font-weight\";s:7:\"inherit\";s:25:\"header-menu10-font-family\";s:7:\"inherit\";s:28:\"header-menu10-text-transform\";s:0:\"\";s:25:\"header-menu10-line-height\";s:0:\"\";s:28:\"section-hb-divider-10-margin\";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:28:\"section-fb-divider-10-margin\";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:24:\"sticky-header-on-devices\";s:7:\"desktop\";s:19:\"sticky-header-style\";s:4:\"none\";s:20:\"footer-desktop-items\";a:10:{s:5:\"above\";a:6:{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:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:2:{i:0;s:8:\"widget-1\";i:1;s:9:\"copyright\";}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:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:0:{}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:7:\"below_6\";a:0:{}}s:4:\"flag\";b:0;s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:7:\"desktop\";s:4:\"full\";}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:17:\"hba-footer-height\";i:60;s:17:\"hba-footer-column\";s:1:\"2\";s:17:\"hba-footer-layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:28:\"hba-footer-bg-obj-responsive\";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:28:\"hbb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:7:\"#191919\";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\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"hb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-2)\";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: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:36:\"section-header-builder-layout-margin\";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:17:\"hbb-footer-height\";i:80;s:17:\"hbb-footer-column\";s:1:\"1\";s:17:\"hbb-footer-layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:23:\"hba-footer-layout-width\";s:7:\"content\";s:22:\"hb-footer-layout-width\";s:7:\"content\";s:23:\"hbb-footer-layout-width\";s:7:\"content\";s:29:\"hba-footer-vertical-alignment\";s:10:\"flex-start\";s:28:\"hb-footer-vertical-alignment\";s:6:\"center\";s:29:\"hbb-footer-vertical-alignment\";s:10:\"flex-start\";s:24:\"footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-2)\";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: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:16:\"hb-footer-column\";s:1:\"1\";s:19:\"hb-footer-separator\";i:1;s:29:\"hb-footer-bottom-border-color\";s:7:\"#e6e6e6\";s:16:\"hb-footer-layout\";a:4:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:18:\"hb-footer-main-sep\";s:1:\"0\";s:24:\"hb-footer-main-sep-color\";s:7:\"#e6e6e6\";s:23:\"footer-copyright-editor\";s:40:\"Copyright © [current_year] [site_title]\";s:22:\"footer-copyright-color\";s:25:\"var(--ast-global-color-5)\";s:36:\"line-height-section-footer-copyright\";s:0:\"\";s:26:\"footer-copyright-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:34:\"font-size-section-footer-copyright\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"font-weight-section-footer-copyright\";s:7:\"inherit\";s:36:\"font-family-section-footer-copyright\";s:7:\"inherit\";s:39:\"text-transform-section-footer-copyright\";s:0:\"\";s:21:\"footer-menu-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:36:\"section-below-footer-builder-padding\";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:24:\"header-search-icon-space\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:24:\"header-search-icon-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"transparent-header-social-icons-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-header-social-icons-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"transparent-header-social-icons-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"transparent-header-social-icons-bg-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"transparent-header-html-text-color\";s:0:\"\";s:34:\"transparent-header-html-link-color\";s:0:\"\";s:36:\"transparent-header-html-link-h-color\";s:0:\"\";s:37:\"transparent-header-widget-title-color\";s:0:\"\";s:39:\"transparent-header-widget-content-color\";s:0:\"\";s:36:\"transparent-header-widget-link-color\";s:0:\"\";s:38:\"transparent-header-widget-link-h-color\";s:0:\"\";s:36:\"transparent-header-button-text-color\";s:0:\"\";s:38:\"transparent-header-button-text-h-color\";s:0:\"\";s:34:\"transparent-header-button-bg-color\";s:0:\"\";s:36:\"transparent-header-button-bg-h-color\";s:0:\"\";s:17:\"off-canvas-layout\";s:10:\"side-panel\";s:16:\"off-canvas-slide\";s:5:\"right\";s:33:\"header-builder-menu-toggle-target\";s:4:\"icon\";s:34:\"header-offcanvas-content-alignment\";s:10:\"flex-start\";s:21:\"off-canvas-background\";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:16:\"background-media\";s:0:\"\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:4:\"none\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:22:\"off-canvas-close-color\";s:7:\"#3a3a3a\";s:18:\"mobile-header-type\";s:8:\"dropdown\";s:24:\"off-canvas-inner-spacing\";s:0:\"\";s:18:\"footer-menu-layout\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:29:\"footer-menu-bg-obj-responsive\";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:28:\"footer-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-menu-font-size\";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:23:\"footer-menu-font-weight\";s:7:\"inherit\";s:23:\"footer-menu-font-family\";s:7:\"inherit\";s:26:\"footer-menu-text-transform\";s:0:\"\";s:23:\"footer-menu-line-height\";s:0:\"\";s:24:\"footer-main-menu-spacing\";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:19:\"header-trigger-icon\";s:4:\"menu\";s:30:\"mobile-header-toggle-icon-size\";i:20;s:36:\"mobile-header-toggle-btn-border-size\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:34:\"mobile-header-toggle-border-radius\";i:2;s:31:\"mobile-header-label-font-family\";s:7:\"inherit\";s:31:\"mobile-header-label-font-weight\";s:7:\"inherit\";s:34:\"mobile-header-label-text-transform\";s:0:\"\";s:31:\"mobile-header-label-line-height\";s:0:\"\";s:29:\"mobile-header-label-font-size\";s:0:\"\";s:20:\"global-color-palette\";a:3:{s:6:\"labels\";a:9:{i:0;s:11:\"Theme Color\";i:1;s:16:\"Link Hover Color\";i:2;s:13:\"Heading Color\";i:3;s:10:\"Text Color\";i:4;s:16:\"Background Color\";i:5;s:13:\"Extra Color 1\";i:6;s:13:\"Extra Color 2\";i:7;s:13:\"Extra Color 3\";i:8;s:13:\"Extra Color 4\";}s:7:\"palette\";a:9:{i:0;s:7:\"#fb2056\";i:1;s:7:\"#da1c4b\";i:2;s:7:\"#191919\";i:3;s:7:\"#404040\";i:4;s:7:\"#f5f5f5\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#ececec\";i:7;s:7:\"#313131\";i:8;s:7:\"#000000\";}s:4:\"flag\";b:1;}s:27:\"header-mobile-menu-bg-color\";s:0:\"\";s:24:\"header-mobile-menu-color\";s:0:\"\";s:29:\"header-mobile-menu-h-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-h-color\";s:0:\"\";s:29:\"header-mobile-menu-a-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-a-color\";s:0:\"\";s:36:\"header-mobile-menu-bg-obj-responsive\";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:35:\"header-mobile-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"header-mobile-menu-submenu-container-animation\";s:4:\"fade\";s:38:\"header-mobile-menu-submenu-item-border\";b:0;s:38:\"header-mobile-menu-submenu-item-b-size\";s:1:\"1\";s:39:\"header-mobile-menu-submenu-item-b-color\";s:7:\"#eaeaea\";s:33:\"header-mobile-menu-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:28:\"header-mobile-menu-font-size\";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:30:\"header-mobile-menu-font-weight\";s:7:\"inherit\";s:30:\"header-mobile-menu-font-family\";s:7:\"inherit\";s:33:\"header-mobile-menu-text-transform\";s:0:\"\";s:30:\"header-mobile-menu-line-height\";s:0:\"\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:26:\"header-woo-cart-icon-color\";s:0:\"\";s:38:\"transparent-header-woo-cart-icon-color\";s:0:\"\";s:27:\"woo-header-cart-icon-radius\";i:3;s:29:\"woo-header-cart-total-display\";b:1;s:29:\"woo-header-cart-title-display\";b:1;s:26:\"header-woo-cart-text-color\";s:0:\"\";s:26:\"header-woo-cart-link-color\";s:0:\"\";s:32:\"header-woo-cart-background-color\";s:0:\"\";s:31:\"header-woo-cart-separator-color\";s:0:\"\";s:32:\"header-woo-cart-link-hover-color\";s:0:\"\";s:30:\"header-woo-cart-btn-text-color\";s:0:\"\";s:36:\"header-woo-cart-btn-background-color\";s:0:\"\";s:36:\"header-woo-cart-btn-text-hover-color\";s:0:\"\";s:34:\"header-woo-cart-btn-bg-hover-color\";s:0:\"\";s:34:\"header-woo-checkout-btn-text-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-background-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-woo-checkout-btn-bg-hover-color\";s:0:\"\";s:26:\"edd-header-cart-icon-style\";s:7:\"outline\";s:26:\"edd-header-cart-icon-color\";s:0:\"\";s:27:\"edd-header-cart-icon-radius\";i:3;s:38:\"transparent-header-edd-cart-icon-color\";s:0:\"\";s:29:\"edd-header-cart-total-display\";b:1;s:29:\"edd-header-cart-title-display\";b:1;s:26:\"header-edd-cart-text-color\";s:0:\"\";s:26:\"header-edd-cart-link-color\";s:0:\"\";s:32:\"header-edd-cart-background-color\";s:0:\"\";s:31:\"header-edd-cart-separator-color\";s:0:\"\";s:34:\"header-edd-checkout-btn-text-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-background-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-edd-checkout-btn-bg-hover-color\";s:0:\"\";s:19:\"header-account-type\";s:7:\"default\";s:26:\"header-account-login-style\";s:4:\"icon\";s:26:\"header-account-action-type\";s:4:\"link\";s:24:\"header-account-link-type\";s:7:\"default\";s:27:\"header-account-logout-style\";s:4:\"icon\";s:30:\"header-account-logged-out-text\";s:6:\"Log In\";s:29:\"header-account-logged-in-text\";s:10:\"My Account\";s:28:\"header-account-logout-action\";s:4:\"link\";s:26:\"header-account-image-width\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-account-icon-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:25:\"header-account-icon-color\";s:0:\"\";s:25:\"header-account-login-link\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-account-logout-link\";a:3:{s:3:\"url\";s:58:\"https://websitedemos.net/outdoor-adventure-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:32:\"font-size-section-header-account\";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:30:\"header-account-type-text-color\";s:0:\"\";s:23:\"header-account-woo-menu\";b:0;s:22:\"cloned-component-track\";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:24:\"astra-addon-auto-version\";s:5:\"3.4.2\";s:18:\"theme-auto-version\";s:5:\"4.1.4\";s:21:\"headings-font-variant\";s:3:\"700\";s:18:\"display-site-title\";b:0;s:16:\"button-v-padding\";i:17;s:16:\"button-h-padding\";i:34;s:36:\"mobile-header-toggle-btn-style-color\";s:0:\"\";s:20:\"display-site-tagline\";b:0;s:46:\"header-main-rt-trans-section-button-text-color\";s:21:\"rgba(255,255,255,0.9)\";s:46:\"header-main-rt-trans-section-button-back-color\";s:19:\"rgba(255,255,255,0)\";s:31:\"transparent-header-disable-page\";b:0;s:48:\"header-main-rt-trans-section-button-text-h-color\";s:7:\"#ffffff\";s:48:\"header-main-rt-trans-section-button-back-h-color\";s:7:\"#fb2056\";s:47:\"header-main-rt-trans-section-button-border-size\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"2\";s:6:\"bottom\";s:1:\"2\";s:4:\"left\";s:1:\"2\";}s:48:\"header-main-rt-trans-section-button-border-color\";s:21:\"rgba(255,255,255,0.9)\";s:50:\"header-main-rt-trans-section-button-border-h-color\";s:7:\"#fb2056\";s:43:\"header-main-rt-trans-section-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"8\";s:5:\"right\";s:2:\"22\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:2:\"22\";}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:32:\"transparent-header-disable-index\";b:1;s:32:\"transparent-header-disable-posts\";b:1;s:28:\"wc-header-cart-header-colors\";b:0;s:26:\"shop-quick-view-stick-cart\";b:1;s:33:\"_astra_pb_compatibility_completed\";b:1;s:25:\"submenu-open-below-header\";b:0;s:22:\"is_addon_queue_running\";b:1;s:21:\"different-retina-logo\";b:1;s:28:\"is_astra_addon_queue_running\";b:0;s:35:\"ele-default-color-typo-setting-comp\";b:0;s:27:\"gtn-full-wide-image-grp-css\";b:0;s:27:\"gtn-full-wide-grp-cover-css\";b:0;s:31:\"guntenberg-core-blocks-comp-css\";b:0;s:39:\"guntenberg-media-text-block-padding-css\";b:0;s:24:\"is-header-footer-builder\";b:1;s:20:\"hbb-footer-separator\";i:0;s:27:\"footer-copyright-link-color\";s:7:\"#fb2056\";s:29:\"footer-copyright-link-h-color\";s:7:\"#fb2056\";s:30:\"mobile-header-toggle-btn-color\";s:25:\"var(--ast-global-color-5)\";s:33:\"mobile-header-toggle-border-color\";s:0:\"\";s:19:\"v3-option-migration\";b:1;s:25:\"header-mobile-popup-items\";b:1;s:16:\"hb-inner-spacing\";a:1:{s:6:\"mobile\";i:20;}s:36:\"guntenberg-button-pattern-compat-css\";b:0;s:26:\"can-update-astra-icons-svg\";b:0;s:17:\"is-flex-based-css\";b:0;s:35:\"can-support-widget-and-editor-fonts\";b:0;s:29:\"can-remove-logo-max-width-css\";b:0;s:33:\"transparent-header-default-border\";b:0;s:27:\"btn-default-padding-updated\";b:0;s:20:\"support-block-editor\";b:0;s:34:\"support-footer-widget-right-margin\";b:0;s:31:\"remove-elementor-toc-margin-css\";b:0;s:28:\"remove-widget-design-options\";b:0;s:27:\"support-global-color-format\";b:0;s:22:\"is_theme_queue_running\";b:0;s:20:\"improve-gb-editor-ui\";b:0;s:21:\"heading-typo-selector\";s:2:\"h2\";s:44:\"astra-sidebar-widgets-footer-widget-1-margin\";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:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"mobile-header-toggle-btn-bg-color\";s:25:\"var(--ast-global-color-0)\";s:19:\"button-preset-style\";s:0:\"\";s:29:\"breadcrumb-separator-selector\";s:7:\"unicode\";s:42:\"apply-content-background-fullwidth-layouts\";b:0;s:19:\"blocks-legacy-setup\";b:1;s:12:\"wp-blocks-ui\";s:6:\"legacy\";s:32:\"customizer-default-layout-update\";b:0;s:15:\"wp-blocks-v2-ui\";b:0;s:33:\"single-product-breadcrumb-disable\";b:1;s:29:\"woo-header-cart-label-display\";s:33:\"Cart/{cart_total_currency_symbol}\";s:12:\"border-color\";s:7:\"#dddddd\";s:22:\"modern-ecommerce-setup\";b:0;s:22:\"woo-show-password-icon\";b:0;s:19:\"woo-shop-style-flag\";b:1;s:32:\"astra-old-global-sidebar-default\";b:0;s:28:\"spectra-gutenberg-compat-css\";b:0;s:20:\"dynamic-blog-layouts\";b:0;s:32:\"theme-dynamic-customizer-support\";b:1;s:36:\"ast-dynamic-single-product-structure\";a:2:{i:0;s:32:\"ast-dynamic-single-product-title\";i:1;s:32:\"ast-dynamic-single-product-image\";}s:35:\"ast-dynamic-single-product-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:25:\"ast-archive-product-title\";b:0;s:24:\"ast-single-product-title\";b:0;s:45:\"ast-dynamic-archive-product-banner-image-type\";s:4:\"none\";s:44:\"ast-dynamic-archive-product-banner-custom-bg\";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: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:\"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:45:\"ast-dynamic-archive-product-title-font-family\";s:0:\"\";s:43:\"ast-dynamic-archive-product-title-font-size\";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:45:\"ast-dynamic-archive-product-title-font-weight\";s:0:\"\";s:45:\"ast-dynamic-archive-product-title-font-extras\";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:46:\"ast-dynamic-archive-product-banner-title-color\";s:0:\"\";s:45:\"ast-dynamic-archive-product-banner-text-color\";s:0:\"\";s:45:\"ast-dynamic-single-product-banner-title-color\";s:0:\"\";s:44:\"ast-dynamic-single-product-title-font-family\";s:0:\"\";s:42:\"ast-dynamic-single-product-title-font-size\";a:6:{s:7:\"desktop\";i:30;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:44:\"ast-dynamic-single-product-title-font-weight\";s:0:\"\";s:44:\"ast-dynamic-single-product-title-font-extras\";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:33:\"ast-dynamic-single-post-structure\";a:3:{i:0;s:29:\"ast-dynamic-single-post-title\";i:1;s:28:\"ast-dynamic-single-post-meta\";i:2;s:29:\"ast-dynamic-single-post-image\";}s:32:\"ast-dynamic-single-post-taxonomy\";s:8:\"category\";s:32:\"ast-dynamic-single-post-metadata\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:22:\"ast-archive-post-title\";b:1;s:21:\"ast-single-post-title\";b:1;s:42:\"ast-dynamic-archive-post-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-post-banner-custom-bg\";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: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:\"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:42:\"ast-dynamic-archive-post-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-post-title-font-size\";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:42:\"ast-dynamic-archive-post-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-post-title-font-extras\";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:43:\"ast-dynamic-archive-post-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-post-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-post-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-post-title-font-size\";a:6:{s:7:\"desktop\";i:30;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:41:\"ast-dynamic-single-post-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-extras\";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:33:\"ast-dynamic-single-page-structure\";a:2:{i:0;s:29:\"ast-dynamic-single-page-image\";i:1;s:29:\"ast-dynamic-single-page-title\";}s:32:\"ast-dynamic-single-page-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:22:\"ast-archive-page-title\";b:1;s:21:\"ast-single-page-title\";b:1;s:42:\"ast-dynamic-archive-page-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-page-banner-custom-bg\";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: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:\"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:42:\"ast-dynamic-archive-page-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-page-title-font-size\";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:42:\"ast-dynamic-archive-page-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-page-title-font-extras\";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:43:\"ast-dynamic-archive-page-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-page-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-page-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-page-title-font-size\";a:6:{s:7:\"desktop\";i:30;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:41:\"ast-dynamic-single-page-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-extras\";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:31:\"archive-download-content-layout\";s:7:\"default\";s:31:\"archive-download-sidebar-layout\";s:10:\"no-sidebar\";s:30:\"single-download-content-layout\";s:7:\"default\";s:30:\"single-download-sidebar-layout\";s:7:\"default\";s:19:\"enable-scroll-to-id\";b:0;s:20:\"scroll-to-top-enable\";b:0;s:25:\"update-default-color-typo\";b:0;s:22:\"v4-block-editor-compat\";b:0;s:23:\"v4-1-0-update-migration\";b:1;s:27:\"single-product-payment-list\";a:1:{s:5:\"items\";a:4:{i:0;a:6:{s:2:\"id\";s:8:\"item-100\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-visa\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Visa\";}i:1;a:6:{s:2:\"id\";s:8:\"item-101\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:13:\"cc-mastercard\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:10:\"Mastercard\";}i:2;a:6:{s:2:\"id\";s:8:\"item-102\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-amex\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Amex\";}i:3;a:6:{s:2:\"id\";s:8:\"item-103\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:11:\"cc-discover\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:8:\"Discover\";}}}s:27:\"woo_support_global_settings\";b:1;s:23:\"v4-1-4-update-migration\";b:1;s:20:\"woo-header-cart-icon\";s:3:\"bag\";}','yes'); INSERT INTO `wpfl_options` VALUES (1116,'wpforms_version','1.8.1.2','yes'),(1117,'wpforms_version_lite','1.8.1.2','yes'),(1118,'wpforms_activated','a:1:{s:4:\"lite\";i:1683827129;}','yes'),(1188,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(1123,'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 & 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 & 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 & 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 & 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 & Pro Filters\";s:13:\"subcategories\";a:0:{}}s:27:\"astra-header-footer-filters\";O:8:\"stdClass\":2:{s:4:\"name\";s:33:\"Astra Header & 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:459:{i:0;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:1;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:2;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:3;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:4;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:5;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:6;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:7;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:8;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:9;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:10;O:8:\"stdClass\":3:{s:5:\"title\";s:63:\"Changing the Post Title’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:11;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"Narrow Width – 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:12;O:8:\"stdClass\":3:{s:5:\"title\";s:67:\"Quick admin bar navigation to edit custom layout & 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:13;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:14;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:15;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:16;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:17;O:8:\"stdClass\":3:{s:5:\"title\";s:64:\"Revert support for Single Product’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:18;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:19;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:20;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:21;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:22;O:8:\"stdClass\":3:{s:5:\"title\";s:58:\"How to remove Author’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:23;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:24;O:8:\"stdClass\":3:{s:5:\"title\";s:52:\"How to Change “Add to Cart” 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:25;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:26;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:27;O:8:\"stdClass\":3:{s:5:\"title\";s:84:\"How to remove horizontal & 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:28;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:29;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:30;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:31;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:32;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:33;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:34;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Change Color of Sale Badge – 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:35;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:36;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:37;O:8:\"stdClass\":3:{s:5:\"title\";s:24:\"Misc – WooCommerce\";s:3:\"url\";s:42:\"https://wpastra.com/docs/misc-woocommerce/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:38;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:39;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:40;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:41;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:42;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:43;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:44;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:45;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:46;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:47;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:48;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:49;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:50;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:51;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:52;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:53;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:54;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:55;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:56;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:57;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:58;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:59;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:60;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:61;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:62;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:63;O:8:\"stdClass\":3:{s:5:\"title\";s:47:\"How ‘Enable Filter Accordion’ 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:64;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:65;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:66;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:67;O:8:\"stdClass\":3:{s:5:\"title\";s:45:\"Set shop page as homepage – 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:68;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"Astra – 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:69;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:70;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:71;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:72;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:73;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:74;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:75;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:76;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:77;O:8:\"stdClass\":3:{s:5:\"title\";s:61:\"Improvement: WooCommerce – 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:78;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:79;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:80;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:81;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:82;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:83;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:84;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:85;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:86;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:87;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:88;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:89;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:90;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:91;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:92;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:93;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:94;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:95;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:96;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:97;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:98;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:99;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:100;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:101;O:8:\"stdClass\":3:{s:5:\"title\";s:42:\"Starter Templates – 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:102;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:103;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:104;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:105;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:106;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:107;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:108;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"Frequently Asked Questions – 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:109;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:110;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:111;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:112;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:113;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:114;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:115;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:116;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:117;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:118;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:119;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:120;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:121;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:122;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:123;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:124;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:125;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:126;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:127;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:128;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"Manage Your Site Identity With Astra’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:129;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:130;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"Host Google Fonts Locally – 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:131;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:132;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:133;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:134;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:135;O:8:\"stdClass\":3:{s:5:\"title\";s:89:\"Change the “Shopping Cart” Text for WooCommerce & 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:136;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:137;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:138;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:139;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:140;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:141;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:142;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:143;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:144;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:145;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:146;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:147;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:148;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:149;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:150;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:151;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:152;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:153;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:154;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:155;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:156;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:157;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"Toggle Button for Desktop – 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:158;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:159;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:160;O:8:\"stdClass\":3:{s:5:\"title\";s:74:\"Optimize Astra HTML and CSS – 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:161;O:8:\"stdClass\":3:{s:5:\"title\";s:67:\"FAQs – Astra Pro 3.2 – 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:162;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:163;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:164;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:165;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:166;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:167;O:8:\"stdClass\":3:{s:5:\"title\";s:67:\"Can’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:168;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:169;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:170;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:171;O:8:\"stdClass\":3:{s:5:\"title\";s:33:\"Revamped Astra’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:172;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:173;O:8:\"stdClass\":3:{s:5:\"title\";s:33:\"How to Clear Astra’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:174;O:8:\"stdClass\":3:{s:5:\"title\";s:67:\"FAQs – Astra Header/Footer Builder – Existing Customers\";s:3:\"url\";s:51:\"https://wpastra.com/docs/faqs-hf-builder-old-users/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:175;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:176;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:177;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:178;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:179;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"FAQs – 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:180;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:181;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:182;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"New Color Controls in Astra theme & 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:183;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:184;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:185;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:186;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Unable to find “No Toggle” 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:187;O:8:\"stdClass\":3:{s:5:\"title\";s:58:\"Filters to Support CPTs for Blog Meta and Single Blog Meta\";s:3:\"url\";s:52:\"https://wpastra.com/docs/add-blog-meta-support-cpts/\";s:8:\"category\";a:1:{i:0;s:12:\"blog-filters\";}}i:188;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:189;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:190;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Change Footer Widget Title’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:191;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:192;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:193;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:194;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Plugin Installation Failed – 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:195;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:196;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"System Requirements – 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:197;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:198;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:199;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:23:\"header-footer-after-3-0\";i:1;s:27:\"astra-header-footer-filters\";}}i:200;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:201;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:202;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:203;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:204;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:205;O:8:\"stdClass\":3:{s:5:\"title\";s:62:\"Premium Starter Templates – 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:206;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"Not Valid License – 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:207;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Starter Templates – 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:208;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:209;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:210;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Starter Templates – 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:211;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"Starter Templates – 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:212;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"Update Required Plugins – 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:213;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"XMLReader Support Missing – 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:214;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Disable Debug Mode – 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:215;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"Required File Permissions Missing – 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:216;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"cURL Support Missing – 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:217;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:218;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:219;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:220;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:221;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"New Header Button Options in Astra theme (Old Astra Header)\";s:3:\"url\";s:59:\"https://wpastra.com/docs/new-button-options-in-astra-theme/\";s:8:\"category\";a:1:{i:0;s:24:\"header-footer-before-3-0\";}}i:222;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:223;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:224;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:225;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:226;O:8:\"stdClass\":3:{s:5:\"title\";s:53:\"Get SkillJet Access – 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:227;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:228;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:229;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:230;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Change the String “Search Results For”\";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:231;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:232;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:233;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:234;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:235;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:236;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:237;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:238;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:239;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:240;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:241;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:242;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:243;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:244;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:245;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:246;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:247;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:248;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:249;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:250;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:251;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:252;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:253;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:254;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Astra Options that won’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:255;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:256;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:257;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:258;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:259;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:260;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:261;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:262;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:263;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:264;O:8:\"stdClass\":3:{s:5:\"title\";s:73:\"Troubleshooting Steps ( with Health Check & Troubleshooting plugin )\";s:3:\"url\";s:47:\"https://wpastra.com/docs/troubleshooting-steps/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:265;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:266;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:267;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"How to Add Button as Last Item in Menu?\";s:3:\"url\";s:57:\"https://wpastra.com/docs/add-button-as-last-item-in-menu/\";s:8:\"category\";a:2:{i:0;s:7:\"general\";i:1;s:24:\"header-footer-before-3-0\";}}i:268;O:8:\"stdClass\":3:{s:5:\"title\";s:33:\"Transparent Header in Astra Theme\";s:3:\"url\";s:50:\"https://wpastra.com/docs/astra-transparent-header/\";s:8:\"category\";a:1:{i:0;s:24:\"header-footer-before-3-0\";}}i:269;O:8:\"stdClass\":3:{s:5:\"title\";s:77:\"‘The preview could not be loaded’ 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 & 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 – 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 – 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 – 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 – 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 – 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 ‘Custom Layouts’ and ‘Page Headers’?\";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:74:\"Colors & Background Options for Transparent Header (Old Astra Header)\";s:3:\"url\";s:74:\"https://wpastra.com/docs/colors-background-options-for-transparent-header/\";s:8:\"category\";a:1:{i:0;s:24:\"header-footer-before-3-0\";}}i:314;O:8:\"stdClass\":3:{s:5:\"title\";s:74:\"Colors/Background and Typography options for Footer Bar (Old Astra Footer)\";s:3:\"url\";s:81:\"https://wpastra.com/docs/colors-background-and-typography-options-for-footer-bar/\";s:8:\"category\";a:1:{i:0;s:24:\"header-footer-before-3-0\";}}i:315;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:316;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:317;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:318;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:319;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:320;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:24:\"header-footer-before-3-0\";}}i:321;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:322;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:323;O:8:\"stdClass\":3:{s:5:\"title\";s:81:\"How to Display “Last Updated” instead of “Published” 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:324;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:325;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:326;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:327;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:328;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:329;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:330;O:8:\"stdClass\":3:{s:5:\"title\";s:29:\"How to Add Background Images?\";s:3:\"url\";s:82:\"https://wpastra.com/docs/how-to-add-background-images-to-various-sections-on-site/\";s:8:\"category\";a:3:{i:0;s:21:\"colors-background-pro\";i:1;s:24:\"header-footer-before-3-0\";i:2;s:7:\"sidebar\";}}i:331;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:332;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:333;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:334;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:335;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:336;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:337;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:338;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:339;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:340;O:8:\"stdClass\":3:{s:5:\"title\";s:104:\"Getting error – 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:341;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:342;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:343;O:8:\"stdClass\":3:{s:5:\"title\";s:48:\"Colors & 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:344;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:345;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:346;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:347;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:348;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:349;O:8:\"stdClass\":3:{s:5:\"title\";s:124:\"Fix for- cURL error 51: SSL: no alternative certificate subject name matches target host name ‘websitedemos.net’\";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:350;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:351;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:352;O:8:\"stdClass\":3:{s:5:\"title\";s:27:\"Custom Layout – 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:353;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:354;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:355;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:356;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"Astra Options Page – 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:357;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:358;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:359;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:360;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:361;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:362;O:8:\"stdClass\":3:{s:5:\"title\";s:65:\"Fix for – 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:363;O:8:\"stdClass\":3:{s:5:\"title\";s:75:\"How to Disable the Loading of Astra’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:364;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:365;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:366;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:367;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:368;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:369;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:370;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:371;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:372;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"Global Typography – Astra Theme\";s:3:\"url\";s:41:\"https://wpastra.com/docs/typography-free/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:373;O:8:\"stdClass\":3:{s:5:\"title\";s:31:\"Colors & 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:374;O:8:\"stdClass\":3:{s:5:\"title\";s:33:\"Global Colors – Astra Theme\";s:3:\"url\";s:43:\"https://wpastra.com/docs/colors-background/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:375;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:376;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:377;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:378;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:379;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:380;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:381;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:382;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:383;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:384;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:385;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:386;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:387;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:388;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:389;O:8:\"stdClass\":3:{s:5:\"title\";s:15:\"Footer Overview\";s:3:\"url\";s:41:\"https://wpastra.com/docs/footer-overview/\";s:8:\"category\";a:1:{i:0;s:24:\"header-footer-before-3-0\";}}i:390;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:391;O:8:\"stdClass\":3:{s:5:\"title\";s:14:\"Footer Widgets\";s:3:\"url\";s:40:\"https://wpastra.com/docs/footer-widgets/\";s:8:\"category\";a:1:{i:0;s:24:\"header-footer-before-3-0\";}}i:392;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:393;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:394;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:395;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:396;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:397;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:398;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:399;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:400;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:401;O:8:\"stdClass\":3:{s:5:\"title\";s:38:\"Content Boxed – 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:402;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:403;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:404;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:405;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:406;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"Color and Typography for Primary Header\";s:3:\"url\";s:57:\"https://wpastra.com/docs/color-typography-primary-header/\";s:8:\"category\";a:1:{i:0;s:24:\"header-footer-before-3-0\";}}i:407;O:8:\"stdClass\":3:{s:5:\"title\";s:14:\"Primary Header\";s:3:\"url\";s:40:\"https://wpastra.com/docs/primary-header/\";s:8:\"category\";a:1:{i:0;s:24:\"header-footer-before-3-0\";}}i:408;O:8:\"stdClass\":3:{s:5:\"title\";s:15:\"Header Overview\";s:3:\"url\";s:41:\"https://wpastra.com/docs/header-overview/\";s:8:\"category\";a:1:{i:0;s:24:\"header-footer-before-3-0\";}}i:409;O:8:\"stdClass\":3:{s:5:\"title\";s:36:\"Global Container – Astra Theme\";s:3:\"url\";s:44:\"https://wpastra.com/docs/container-overview/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:410;O:8:\"stdClass\":3:{s:5:\"title\";s:71:\"How to Add Logo, Favicon, and Site Title with Astra? (Old Astra Header)\";s:3:\"url\";s:46:\"https://wpastra.com/docs/manage-site-identity/\";s:8:\"category\";a:1:{i:0;s:24:\"header-footer-before-3-0\";}}i:411;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:412;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:413;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:414;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:415;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:416;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:417;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:418;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:419;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:420;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:421;O:8:\"stdClass\":3:{s:5:\"title\";s:53:\"Fix for – 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:422;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:423;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:424;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:425;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:426;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:427;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:428;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:429;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"How to Design Bullets & 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:430;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:431;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:432;O:8:\"stdClass\":3:{s:5:\"title\";s:76:\"How to Bulk Edit Astra Meta Settings on Multiple Pages & 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:433;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:434;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:435;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:436;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:437;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:438;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:439;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:440;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:441;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"How to Disable or Change 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:442;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:443;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:444;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:445;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:446;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:447;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:448;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:449;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:450;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:451;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:452;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:453;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:454;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:455;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:456;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:457;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:458;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'),(369,'_site_transient_timeout_browser_c2e8770a57bb05f02fa99fc10237a511','1684329213','no'),(370,'_site_transient_browser_c2e8770a57bb05f02fa99fc10237a511','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"113.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'),(371,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1684329213','no'),(372,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(373,'_transient_woocommerce_reports-transient-version','1683724413','yes'),(374,'_transient_timeout_wc_report_orders_stats_3e109a3a6a33754acdaf8a98ac8a81f4','1684329213','no'),(375,'_transient_wc_report_orders_stats_3e109a3a6a33754acdaf8a98ac8a81f4','a:2:{s:7:\"version\";s:10:\"1683724413\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2023-19\";s:10:\"date_start\";s:19:\"2023-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2023-18\";s:10:\"date_start\";s:19:\"2023-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(376,'_transient_timeout_wc_report_orders_stats_326824907944ae9dfe2e58166b500b48','1684329213','no'),(377,'_transient_wc_report_orders_stats_326824907944ae9dfe2e58166b500b48','a:2:{s:7:\"version\";s:10:\"1683724413\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2023-19\";s:10:\"date_start\";s:19:\"2023-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2023-18\";s:10:\"date_start\";s:19:\"2023-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(378,'_transient_timeout_wc_report_products_stats_49ab62f86ebf84635a8b417d94e30fa4','1684329213','no'),(379,'_transient_wc_report_products_stats_49ab62f86ebf84635a8b417d94e30fa4','a:2:{s:7:\"version\";s:10:\"1683724413\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2023-19\";s:10:\"date_start\";s:19:\"2023-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2023-18\";s:10:\"date_start\";s:19:\"2023-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(380,'_transient_timeout_wc_report_variations_stats_21a8117e3fd469676e965aef0d40ae25','1684329213','no'),(381,'_transient_wc_report_variations_stats_21a8117e3fd469676e965aef0d40ae25','a:2:{s:7:\"version\";s:10:\"1683724413\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2023-19\";s:10:\"date_start\";s:19:\"2023-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2023-18\";s:10:\"date_start\";s:19:\"2023-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(382,'_transient_timeout_wc_report_orders_stats_bca9ea258bd8efc732be965b5724419c','1684329213','no'),(383,'_transient_wc_report_orders_stats_bca9ea258bd8efc732be965b5724419c','a:2:{s:7:\"version\";s:10:\"1683724413\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:10:{i:0;a:6:{s:8:\"interval\";s:10:\"2023-05-01\";s:10:\"date_start\";s:19:\"2023-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2023-05-02\";s:10:\"date_start\";s:19:\"2023-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2023-05-03\";s:10:\"date_start\";s:19:\"2023-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2023-05-04\";s:10:\"date_start\";s:19:\"2023-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2023-05-05\";s:10:\"date_start\";s:19:\"2023-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2023-05-06\";s:10:\"date_start\";s:19:\"2023-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2023-05-07\";s:10:\"date_start\";s:19:\"2023-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2023-05-08\";s:10:\"date_start\";s:19:\"2023-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2023-05-09\";s:10:\"date_start\";s:19:\"2023-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2023-05-10\";s:10:\"date_start\";s:19:\"2023-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:10;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(384,'_transient_timeout_wc_low_stock_count','1686316413','no'),(385,'_transient_wc_low_stock_count','0','no'),(386,'_transient_timeout_wc_outofstock_count','1686316413','no'),(387,'_transient_wc_outofstock_count','0','no'),(388,'_transient_product_query-transient-version','1683845101','yes'),(1350,'_site_transient_timeout_community-events-ef669a8374928d0ab6342392fbd05ac3','1683887952','no'),(1351,'_site_transient_community-events-ef669a8374928d0ab6342392fbd05ac3','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"102.89.42.0\";}s:6:\"events\";a:0:{}}','no'),(1361,'astra_sites_cached_import_error','a:8:{s:3:\"url\";s:20:\"https://pallyagro.ng\";s:3:\"err\";s:205:\"{\"primaryText\":\"Importing Site Content Failed. - Import Process Interrupted\",\"secondaryText\":\"\",\"errorCode\":\"\",\"errorText\":{\"isTrusted\":true},\"solutionText\":\"\",\"tryAgain\":true,\"stack\":\"\",\"tryAgainCount\":1}\";s:2:\"id\";s:5:\"19808\";s:7:\"logfile\";s:116:\"https://pallyagro.ng/wp-content/uploads/astra-sites/import-11-May-2023-11-47-34-5635b2aceba9386fd7c74309040dd25c.log\";s:7:\"version\";s:5:\"3.2.1\";s:7:\"abspath\";s:26:\"/home/pallya5/public_html/\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\";s:6:\"server\";a:6:{s:11:\"php_version\";s:6:\"7.4.33\";s:17:\"php_post_max_size\";s:4:\"512M\";s:22:\"php_max_execution_time\";s:2:\"90\";s:14:\"max_input_time\";s:2:\"60\";s:16:\"php_memory_limit\";s:4:\"768M\";s:18:\"php_max_input_vars\";s:4:\"6200\";}}','no'),(1104,'_site_transient_timeout_bsf_analytics_track','1683999910','no'),(1105,'_site_transient_bsf_analytics_track','1','no'),(399,'can_compress_scripts','0','no'),(1063,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1683869390','no'),(1064,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1683826190','no'),(1065,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1683869390','no'),(1066,'_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:77:\"Post Status: WP 6.2.1 RC1 • Annual Survey Results • WCUS Scholarship Fund\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=149286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://poststatus.com/wp-6-2-1-rc1-annual-survey-results-wcus-scholarship-fund/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19386:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (May 8, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">WordPress 6.2.1 RC1 is now available for testing, and planning is underway for the 6.3 AND 6.4 release squad members. Head over to the Core team website for more information. <br /><br />Each year the WordPress community has an opportunity to participate in the annual survey. The results from 2022 are now available. <br /><br />Contributors that are a self-identifying female, have a financial need and have never attended WordCamp US are encouraged to apply by June 12, 2023, 11:00 pm Eastern time </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fas_rocket kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WP 6.2.1, Survey Results, WCUS Scholarship</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f680.png\" alt=\"🚀\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/05/09/wordpress-6-2-1-rc1-is-now-available/\">WordPress 6.2.1 RC1 is now available</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f50e.png\" alt=\"🔎\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\">2022 Annual Survey Results & Next Steps</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4b5.png\" alt=\"💵\" class=\"wp-smiley\" /> <a href=\"https://wordpressfoundation.org/news/2023/kim-parsell-memorial-scholarship-for-wordcamp-us-2023/\">Kim Parsell Memorial Scholarship for WordCamp US 2023</a></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\">WP Briefing: Episode 55: Happy Anniversary, WordPress!</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\">2022 Annual Survey Results & Next Steps</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/05/the-month-in-wordpress-april-2023/\">The Month in WordPress – April 2023</a></li>\n\n\n\n<li><a href=\"https://wordpressfoundation.org/news/2023/kim-parsell-memorial-scholarship-for-wordcamp-us-2023/\">Kim Parsell Memorial Scholarship for WordCamp US 2023</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-3\">\n<div class=\"wp-block-column is-layout-flow\">\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/05/10/kim-parsell-memorial-scholarship-for-wordcamp-us-2023/\">Kim Parsell Memorial Scholarship for WordCamp US 2023</a></li>\n\n\n\n<li><a href=\"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://make.wordpress.org/community/2023/05/03/community-team-training-8-boosting-wordpress-meetup-engagement-with-meetup-com/\">Community Team Training #8: Boosting WordPress Meetup engagement with Meetup.com</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/05/09/wordpress-6-2-1-rc1-is-now-available/\">WordPress 6.2.1 RC1 is now available</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/09/a-week-in-core-may-8-2023/\">A Week in Core – May 8, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/04/whats-new-in-gutenberg-15-7-03-may/\">What’s new in Gutenberg 15.7? (03 May)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/03/wordpress-6-2-1-planning/\">WordPress 6.2.1 Planning</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/05/whats-new-for-developers-may-2023/\">What’s new for developers? (May 2023)</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/05/11/developer-blog-meeting-summary-may-4-2023/\">Developer blog meeting summary: May 4, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/09/dev-chat-agenda-may-10-2023/\">Dev Chat agenda, May 10, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Design</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/05/08/design-share-apr-24-may-5/\">Design Share: Apr 24–May 5</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/05/08/documentation-team-update-may-8-2023/\">Documentation Team Update – May 8, 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/05/10/hosting-team-meeting-agenda-2023-05-10/\">Hosting Team meeting agenda 2023-05-10</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/05/10/day-3-wp20-from-blogs-to-blocks/\">Day 3: #WP20 From Blogs to Blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2023/05/09/day-2-wp20-from-blogs-to-blocks/\">Day 2: #WP20 From Blogs to Blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2023/05/08/day-1-wp20-from-blogs-to-blocks/\">Day 1: #WP20 From Blogs to Blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2023/05/08/faq-for-the-wp20-from-blogs-to-blocks-campaign/\">FAQ for the #WP20 From Blogs to Blocks Campaign</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2023/05/02/20-days-to-celebrate-20-years-of-wordpress-from-blogs-to-blocks/\">20 Days to Celebrate 20 Years of WordPress, From Blogs to Blocks</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/05/04/matrix-chat-summary-may-4-2023/\">Matrix chat Summary – May 4, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/04/mobile-team-update-may-3rd-3/\">Mobile Team Update – May 3rd</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/05/08/last-week-openverse-2023-05-01-2023-05-08/\">A week in Openverse: 2023-05-01 – 2023-05-08</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/05/03/priorities-meeting-recap-2023-05-03/\">Priorities Meeting Recap 2023-05-03</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/05/10/performance-chat-summary-09-may-2023/\">Performance Chat Summary: 9 May 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/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/09/plugin-review-team-update-8-may-2023/\">Plugin Review Team Update: 8 May 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"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/05/10/polyglots-monthly-newsletter-may-2023/\">Polyglots Monthly Newsletter: May 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/24/defining-the-polyglots-contributor-ladder/\">Defining the Polyglots contributor ladder</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/13/idea-translate-wordpress-org-tour/\">Idea: translate.wordpress.org tour</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/04/13/wordpress-at-20-in-print/\">Building Blocks: The Evolution of WordPress 2013-2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/04/19/showcase-content-moderation/\">Revitalizing the Showcase</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/05/agenda-for-may-11th-support-meeting-2/\">Agenda for May 11th Support Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/04/request-for-input-support-stats/\">Request for input: Support Stats</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/05/04/fse-program-build-a-block-theme-summary/\">FSE Program Build a Block Theme Summary</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/04/17/fse-program-testing-call-21-front-page-fun/\">FSE Program Testing Call #21: Front Page Fun</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\">Theme</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/05/08/themes-team-meeting-agenda-for-may-09-2023/\">Themes team meeting agenda for May 09, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/05/04/stacks-the-first-community-theme/\">Stacks: The first community theme</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/09/themes-team-update-may-09-2023/\">Themes team update May 09, 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/training/2023/05/09/brainstorm-wordcamp-europe-2023-contributor-day/\">Brainstorm – WordCamp Europe 2023 Contributor Day</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/05/09/training-team-meeting-recap-for-may-2nd-2023/\">Training Team Meeting Recap for May 2nd, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/05/05/proposal-creating-github-project-boards-for-smes-and-translators/\">Proposal: Creating GitHub project boards for SMEs and Translators</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/05/04/training-team-meeting-recap-for-april-25th-2023/\">Training Team Meeting Recap for April 25th 2023</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/learn-wordpress-may-2023-newsletter/\">Learn WordPress May 2023 Newsletter</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https://learn.wordpress.org/lesson-plans\">Lesson Plans</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/lesson-plan/it-choosing-and-installing-plugins/\">Scegliere e installare i plugin</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/lesson-plan/fr-setting-a-static-page-as-your-homepage/\">Définir une page statique comme page d’accueil</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/wordpress-editor-modes-for-streamlining-content-creation/\">WordPress editor modes for streamlining content creation</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/exploring-category-templates-with-block-themes/\">Exploring category templates with block themes</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/the-wordpress-request-lifecycle/\">The WordPress request lifecycle</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=working-with-version-control\">Working with Version Control</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-translate-content-for-learn-wordpress-org\">How to translate content for Learn.WordPress.org</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=%E3%82%AD%E3%83%A3%E3%83%83%E3%82%B7%E3%83%A5%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6%E7%9F%A5%E3%82%8D%E3%81%86%EF%BC%81-wordpress-%E3%82%B5%E3%82%A4%E3%83%88%E3%81%AE-cache-%E8%A8%AD%E5%AE%9A-2\">キャッシュについて知ろう! ~ WordPress サイトの Cache 設定 ~</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=%E3%82%AD%E3%83%A3%E3%83%83%E3%82%B7%E3%83%A5%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6%E7%9F%A5%E3%82%8D%E3%81%86%EF%BC%81-wordpress-%E3%82%B5%E3%82%A4%E3%83%88%E3%81%AE-cache-%E8%A8%AD%E5%AE%9A\">キャッシュについて知ろう! ~ WordPress サイトの Cache 設定 ~</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=lets-set-up-a-new-header-and-footer-block-theme\">Let’s set up a new header and footer (block theme)</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=testing-plugins-for-php-8\">Testing plugins for PHP 8</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=create-a-four-page-wordpress-website-4-design-templates\">Create a four page WordPress website #4: Design templates</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=series-create-a-four-page-wordpress-website-3-creating-effective-pages\">[Series] Create a four page WordPress website #3: Creating effective pages</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=series-create-a-four-page-wordpress-website-2-themes-fonts-styles\">[Series] Create a four page WordPress website #2: Headers & footers</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=series-create-a-four-page-wordpress-website-1-themes-fonts-styles\">[Series] Create a four page WordPress website #1: Themes, fonts, & styles</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/converting-a-shortcode-to-a-block/\">Converting a Shortcode to a Block</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wp-cli\">WP-CLI</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/cli/2023/04/05/wp-cli-v2-8-0-release-date/\">WP-CLI v2.8.0 release date</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\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://www.php.net/archive/2023.php#2023-04-13-1\">PHP 8.2.5 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-04-13-2\">PHP 8.1.18 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status’ <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It’s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://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:\"Thu, 11 May 2023 15:51:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"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: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:85:\"Do The Woo Community: Woo DevChat, Building Products with James Kemp and Ross Morsali\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=75100\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://dothewoo.io/woo-devchat-building-products-with-james-kemp-and-ross-morsali/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:455:\"<p>Our guest hosts James and Ross dive into what they are working on, the products they have built, and some other great dev insights. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woo-devchat-building-products-with-james-kemp-and-ross-morsali/\">Woo DevChat, Building Products with James Kemp and Ross Morsali</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, 11 May 2023 11:37:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: WP Engine Releases Frost, A Free Block Theme for Website Builders\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144600\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/wp-engine-releases-frost-a-free-block-theme-for-website-builders\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3635:\"<p>The WordPress Themes Directory is now hosting more than <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">300 block themes</a>, a milestone for the dedicated theme developers who have persevered through the growing pains and evolution of block theming. WP Engine is one of the newest theme authors who helped put the directory over the 300 mark with its submission of <a href=\"https://wordpress.org/themes/frost/\">Frost</a>.</p>\n\n\n\n<p>With its clean, minimal design, 36 patterns, and impeccable attention to detail on block styles, Frost is positioned to quickly become another blockbuster multipurpose theme. It already has more than 1,000 users as it has been in testing for awhile before landing in the official directory.</p>\n\n\n\n<img />\n\n\n\n<p>Frost’s typography features <a href=\"https://fonts.google.com/specimen/Outfit/about\">Outfit</a>, a geometric sans-serif font, for both header and paragraph text.</p>\n\n\n\n<p>The default color scheme is black and white with a vibrant blue accent color but Frost comes with eight different style variations. Frost designer Brian Gardner showcases a few in the tweet below, with Gutenberg’s full-screen previews for styles.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Feast your eyes on the latest Style Variations setting in the Site Editor, now with full-screen previews. It\'s currently in Gutenberg and will likely make its grand entrance in <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> 6.3! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f680.png\" alt=\"🚀\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /> <a href=\"https://t.co/r7r20GjcdS\">pic.twitter.com/r7r20GjcdS</a></p>— Brian Gardner (@bgardner) <a href=\"https://twitter.com/bgardner/status/1654472586619658242?ref_src=twsrc%5Etfw\">May 5, 2023</a></blockquote>\n</div>\n\n\n\n<p>When first installing the theme on a new WordPress site, clicking Customize takes the user to the Site Editor with the homepage template pre-filled so there’s no guesswork involved. Users can immediately start customizing any of the included templates. Frost packages all the usual ones – 404, archive, home, index, page, search, and single, but also includes a blank template and a “no title” template to help users with content that works better without the requirement of a title.</p>\n\n\n\n<img />\n\n\n\n<p>Frost includes 36 patterns for building everything from pricing tables to portfolios, calls-to-action, testimonials, a grid of team members, various heroes, feature boxes, and more. Many of them have dark and light variations. </p>\n\n\n\n<img />\n\n\n\n<p>There are also four full-page layouts that users can insert to build pages and launch websites faster, including About, Pricing, Home, and Links pages. </p>\n\n\n\n<p>Frost could easily be used for building agency websites, portfolios, business sites, and more. It’s easy to see developers using it as a starter for multiple projects given its minimal design. If website builders are looking for an even more minimalist starting point, Gardner’s <a href=\"https://wordpress.org/themes/powder/\">Powder</a> theme is a stripped down fork of Frost.</p>\n\n\n\n<p>Check out the Frost theme on its own website at <a href=\"https://frostwp.com/\">frostwp.com</a>, which includes examples of all the patterns, layouts, styles, documentation, and more. <a href=\"https://wordpress.org/themes/frost/\">Frost</a> is available to download for free from WordPress.org. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 May 2023 02:30: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: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:69:\"WPTavern: WooCommerce 7.7.0 Brings Multichannel Marketing Out of Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/woocommerce-7-7-0-brings-multichannel-marketing-out-of-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2356:\"<p><a href=\"https://developer.woocommerce.com/2023/05/10/woocommerce-7-7-released/\">WooCommerce 7.7.0</a> was released this week with Multichannel Marketing now out of beta. This is the first thing store owners see when they visit the Marketing page in the dashboard. It allows users to connect additional sales channels, such as Google, Amazon, and eBay, and automatically manage inventory across storefronts. </p>\n\n\n\n<p>This addition makes WooCommerce more competitive with platforms like Shopify Plus. Merchants can connect different channels to the store by installing plugins. WooCommerce has <a href=\"https://woocommerce.com/document/multichannel-for-woocommerce-google-amazon-ebay-walmart-integration/\">documentation</a>, including a quick start guide, for configuring Multichannel Marketing. </p>\n\n\n\n<img />\n\n\n\n<p>Version 7.7.0 also introduces updated shopper notices with new, more consistent styles for <a href=\"https://github.com/woocommerce/woocommerce-blocks/blob/313a259798a665a7329fd02e25cd129778e8fd4f/assets/js/base/components/snackbar-list/README.md\">Snackbar lists</a> and <a href=\"https://github.com/woocommerce/woocommerce-blocks/pull/8659#:~:text=and%20new%20styles.-,Docs,-SnackbarList\">Notice banners</a>. More details on targeting the new CSS selectors is in the release post.</p>\n\n\n\n<p>A few other highlights in this release include the following:</p>\n\n\n\n<ul>\n<li>Expanded styling options for<em>Product SKU</em>, <em>Product Price</em>, and <em>Product Image</em></li>\n\n\n\n<li>New Product Reviews block that can be inserted on the Single Product template</li>\n\n\n\n<li>More customization options for Add to Cart button</li>\n\n\n\n<li>Expanded Mini Cart block customization options</li>\n\n\n\n<li>New option to “Upgrade to Blockified Single Product template” from a classic template</li>\n</ul>\n\n\n\n<p>Check out the <a href=\"https://developer.woocommerce.com/2023/05/10/woocommerce-7-7-released/\">7.7.0 release post</a> to see all the new filters and template changes. </p>\n\n\n\n<p>WooCommerce is also running its <a href=\"https://developer.woocommerce.com/2023/05/08/developer-survey-2023-help-us-make-woo-better/\">2023 twice yearly Developer Survey</a>. The survey was designed to capture confidential feedback from developers who build on the WooCommerce platform in order to better understand their needs and make improvements.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 May 2023 20:31:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:89:\"WPTavern: #75 – Mark Westguard on Launching a Plugin Into an Already Competitive Market\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144812\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/podcast/75-mark-westguard-on-launching-a-plugin-into-an-already-competitive-market\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54725:\"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case launching a plugin into an already competitive market.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m very keen to hear from you, and hopefully you get you or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Mark Westguard. Mark is an agency owner and developer behind the WS Form plugin. And he’s on the podcast to chart his journey in the WordPress space, and the different ways he’s explored to grow the reach of the plugin.</p>\n\n\n\n<p>First up, we talk about why mark started to use WordPress. As you’ll hear he already had a successful agency, but he could see that the path to profitability was becoming harder each year. WordPress plugins offered the chance of recurring revenue, which was appealing.</p>\n\n\n\n<p>Users of WordPress will know that there are many form solutions. Both free and paid plugins are available, and can handle almost any scenario you might imagine.</p>\n\n\n\n<p>We get into what made Mark pick this as an area to invest in. Surely it would have been easier to work on something brand new? Mark does not think so. He could see gaps in the market and built his solution to cater to those. This involved plenty of market research and analysis of where to put his development efforts.</p>\n\n\n\n<p>We then move onto the subject of turning a well-developed plugin into a viable business. It’s one thing to build a product, but if you’re going to make it commercial, much of the work will revolve around ensuring that the world knows about it. Marketing is a relentless enterprise, and one that you should not ignore or underestimate.</p>\n\n\n\n<p>This might mean getting yourself out into the community to meet with other WordPressers, appearing on podcasts, or sponsoring WordPress events. There’s no perfect answer. Just run with what works and try out new things all the time.</p>\n\n\n\n<p>After that comes support. Mark’s pretty clear your product will succeed or fail based on how you handle support requests. He thinks that the development of a plugin inevitably leads to support tickets, and this needs to be factored in right from the start.</p>\n\n\n\n<p>We also get into the subject of pricing, and what Mark feels was the right price to pitch his plugin. Is the WordPress ecosystem guilty of expecting a lot from plugins at prices which are realistic? How much of the functionality, if any, should be given away in a free version? And how did he decide which features to charge for?</p>\n\n\n\n<p>Towards the end of the podcast we stray into the plugins use of AI, and how Mark was an early mover in this area. What can be done with forms and AI, and does he see AI as a technology which is going to grow in the future?</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Mark Westguard.</p>\n\n\n\n<p>I am joined on the podcast today by Mark Westguard. Hello, Mark.</p>\n\n\n\n<p>[00:04:34] Mark Westguard: Hey Nathan, how are you?</p>\n\n\n\n<p>[00:04:35] Nathan Wrigley: Very good, thank you. Mark is joining us today. We’re going to have a chat all about, well, I guess building plugins in what is a competitive marketplace. Marketing, launching, creating, having an idea for what plugin you’re going to decide to create. But before we do that Mark, I wonder if you wouldn’t mind spending just a few minutes, give us a potted history of yourself. Who you are. How come you’ve ended up developing on top of WordPress. All of that good stuff.</p>\n\n\n\n<p>[00:05:04] Mark Westguard: Yeah. About 26, 27 years ago out of university, I decided I was going to start a web agency. Back when we had to teach companies what the web was. Nowadays everybody knows what the internet is. Back then, we were trying to convince companies that they needed a website. And started an agency. We were quite successful. We were the UK’s second fastest growing web agency at the time. And went through the whole dot com boom and bust, and have been in the web industry ever since.</p>\n\n\n\n<p>And about, I want to say about 14 years ago, I actually got into the licensing game. I was marrying my wife and, I’m not a US citizen, my wife is. So we had a bit of an international wedding and we needed to RSVP guests from both countries. So I built an RSVP system, and I thought, oh, other people may want to use this. And I actually licensed it and ended up licensing that to a company called Condé Nast, which people may be familiar with.</p>\n\n\n\n<p>They produced Vanity Fair Magazine and also Brides Magazine. I White labeled it to them. And that was kind of my entry into the licensing world. And that company went on for about six, seven years. I had that company for about six, seven years. And then I got back into the web agency game again, and that’s when I started using WordPress.</p>\n\n\n\n<p>So that was around about, I want to say, probably about 10 years ago now. We were back in the agency game, building websites and sat down one day with my wife and I said, look, I’m building all these wonderful things for people, great websites, but also software development and apps and things like that. And decided I want to get back into the licensing game and building a plugin seemed to be a good way of doing that.</p>\n\n\n\n<p>And sat down with my team at the time and said, look, what do you not like about WordPress? What is, you know, a challenge for you when we’re building websites. And forms came up, and we thought, okay, let’s try and tackle the form problem. And that’s basically what started WS Form, and where I am now.</p>\n\n\n\n<p>So really it came from a lot of experience in the web industry, just trying to tackle an issue that we come across personally as a company and wanted to improve on. And that’s where WS Form was born.</p>\n\n\n\n<p>[00:07:15] Nathan Wrigley: Do you have a relationship with WordPress going back years and years? Or in your case, did you pick WordPress because you knew you wanted to create some sort of solution that you could sell into the market, and WordPress at the time was the dominant force, so that’s where you ended up? Or have you been building websites with it for many, many years?</p>\n\n\n\n<p>[00:07:34] Mark Westguard: We had been building websites with it, yeah, for quite a long time. I was not the one that introduced my company to it. It was actually one of my employees who went to a WordCamp. Really liked the WordPress product, was very keen about it. It took me, I’ll be honest, it took me a while to warm up to it because we were originally building websites from scratch. Literally from scratch, and building the admin things for them.</p>\n\n\n\n<p>So the idea of having a pre-built content management system was quite new to me at the time. So, it’s something that we’ve been using for at least 10 years. We’re not by any means like some other companies that have been there for the full 20 years. But yeah, 10 years of building websites, and then more recently getting very much more involved in the community and building plugins.</p>\n\n\n\n<p>[00:08:17] Nathan Wrigley: So the desire was to build a plugin, to sell something into the marketplace, give away a free version as well. And you’re casting around and you’re thinking, okay, what thing could we build?</p>\n\n\n\n<p>[00:08:29] Mark Westguard: Right.</p>\n\n\n\n<p>[00:08:29] Nathan Wrigley: Why forms? Of all the things it feels that in the last 10 years even, or more, there have been some incumbent players. I mean, some players have come, some players have gone. But there’s been some solid competition, some rivals in that space. What on earth were you thinking there? Launching into a marketplace which you could have already described as possibly saturated.</p>\n\n\n\n<p>[00:08:54] Mark Westguard: Partially madness I think. I think that we saw a genuine gap in the market there. There were some frustrations that we had and that other people had as well. You’re right, it was a very saturated area. It’s a very well established part of WordPress.</p>\n\n\n\n<p>Every website needs a form. We don’t particularly like building them. Without a form, you’re not going to get any feedback from your customers or from potential customers or whoever’s using your website. We saw that there were better ways that we could do certain things that were lacking in some of these form plugins.</p>\n\n\n\n<p>For example, mobile responsiveness, actually being able to build a fully responsive form with break points. We weren’t very happy with the number of plugins you had to add to get a form plugin to do what we wanted it to do. There were performance issues. There were styling issues. So all these things were things that we could improve upon. And so we embarked on that journey.</p>\n\n\n\n<p>We thought it was going to take, five, six months and four years later we’re still here building more and more for it. So it’s certainly been a big challenge. So basically we just saw a genuine need there and thought we’d go ahead and tackle it.</p>\n\n\n\n<p>[00:10:03] Nathan Wrigley: I wonder if you’d, if you had done any market research in the WordPress space, aside from forms? You know, whether you’d thought about building, oh, I don’t know, a page builder or a caching plugin. You know, all these other things where there’s lots of scope, there’s a lot of ways to differentiate yourself and so on.</p>\n\n\n\n<p>So the question really is, what kind of market research did you do inside the WordPress space, if any, to figure actually forms is it? You mentioned that you found a need and you described all of the different things that you felt were lacking. I wondered if you’d ruled out other types of plugins?</p>\n\n\n\n<p>[00:10:36] Mark Westguard: We did, we looked at other plugins in the space that we were using as well. I think the thing that attracted me to it personally is probably my programming background and my desire to integrate one thing with the other. Which has been a big part of WS Form. Before I had my agency, I was working for a company called Sequin, who are now owned by IBM and I worked in their communications team, and I worked on networking.</p>\n\n\n\n<p>So we would integrate one machine with another. The challenge of making that integration process easy with WS Form was something that attracted me as well. One very simple example, a lot of form plugins you have to go off, get an API key or set an app up. It was a very long process just to get your website connected to a third party platform. And I saw that a lot of these platforms we’re now using OAuth, which is a very simple way for users to be able to connect their platform well from one platform to another.</p>\n\n\n\n<p>And so I wanted to incorporate that into WS Form, which is one of the things that we’ve done. I think it was looking around at where we saw that there was a gap in the market. Granted, a small gap in the market because it was a saturated area. But also just a desire to build something that would interest me as well.</p>\n\n\n\n<p>[00:11:46] Nathan Wrigley: I’m wondering if there were people listening to this podcast who have a desire to get into WordPress plugin development. Let’s stick with plugins, particularly. I know there’s a whole range of different marketplaces, themes and so on. But if we just stick with plugins, I wonder what your opinion is of the marketplace. Whether or not the growth of WordPress, which inexorably seems to go up.</p>\n\n\n\n<p>It’s the low forties at the moment. I don’t know where it’ll be the next time we hear that figure. But it does seem to just sort of keep edging up. So the audience is growing, but equally the number of players getting in, developing plugins, it feels like there’s not just a plugin for that, but there’s often multiple plugins for that.</p>\n\n\n\n<p>And so speaking to people who are considering this as a career, do you have any pearls of wisdom? Any advice for people in that space? Is WordPress still a land of bounty, or is it more, as you might imagine everywhere else, a story of hard work, trial and error, occasional failure and so on?</p>\n\n\n\n<p>[00:12:55] Mark Westguard: I think that there are two distinct types of developers in the WordPress space. You’ve got people that just genuinely just want to build a bit of software that’s open source, and want to support the community that way. And they’re not necessarily interested in monetizing it. Those that do want to monetize it, you’ve really got to run that business like any other bricks and mortar business. Don’t think that you can just write a plugin, put it in the repo, and suddenly start making huge amounts of money from it, because it just doesn’t work that way.</p>\n\n\n\n<p>You’ve really got to market it properly. You’ve got to be, in my opinion, if you want to be successful in the WordPress space, you’ve got to be part of the community. And that means giving back. If you want to be successful, but also respected in the industry, you’ve got to give back in the community and be part of it.</p>\n\n\n\n<p>In terms of other advice I would give would be, and we can talk about this later, but marketing. And different things that I’ve tried with marketing that have worked and haven’t worked. It’s very easy to pump a lot of money into marketing and get nowhere with it.</p>\n\n\n\n<p>I’ve found that the whole WordPress ecosystem is a very different way of marketing. There’s a lot of established brands there. Be it people like yourself, Nathan, with podcasts. Or people in the hosting industry that they’ve got a big customer base there and you need to be in with those people.</p>\n\n\n\n<p>But you know, you don’t just approach them and say, hey, here’s my product. You’ve got to build genuine relationships with people. The WordPress community is just a wonderful group of people that all want to help each other and all want to respect each other. And you’ve got to be part of that. You’ve got to be respectful and you’ve got to be friendly and get on with these people and build genuine friendships and relationships with them in order to grow.</p>\n\n\n\n<p>[00:14:33] Nathan Wrigley: Let me just rewind a little bit, but I will come back to marketing that we’ve just mentioned, but you mentioned the community and how you thought being involved in the community was a good way to figure out the path that you want to take, but also to get some, I’ll use the word credibility in the WordPress space.</p>\n\n\n\n<p>What do you mean? What things have you done in the community which you feel have either given back, so that’s in one direction, but also have benefited you, so that’s other direction. What things have you undertaken? What events have you been to? Things have you sponsored, whatever it may be.</p>\n\n\n\n<p>[00:15:08] Mark Westguard: Yeah, I think in terms of relationships with people, that can certainly help you get exposure of a product. So maybe contributing to a podcast or something. It’s only small amounts The thing that I’ve found is there’s no single channel in the WordPress space where you can say, hey, here’s my product, and expect thousands of people to learn about it.</p>\n\n\n\n<p>It’s a very distributed community of lots of small channels. And you need to be involved with all those different channels to get a bigger voice. So, yeah, contributing to say podcasts. Just getting people using the product that enjoy using the product and those people can become almost brand advocates naturally because they like using the product.</p>\n\n\n\n<p>I mean, obviously you’ve got to have a good product in the first place. And that’s someone we can talk about. What product do you decide that you want to build in the first place? I think that, going back and then I’ll come back to your point, is there’s a lot of plugins out there that can be done better. There’s plenty of scope out there for improvement. You don’t have to become the next big thing that no one’s thought about. So I think that’s an important thing to consider.</p>\n\n\n\n<p>So, WordPress has like five for the future, for example. And I know that’s not very well defined at the moment. They’re still trying to work out other ways to say, hey, you know, you’ve done that. We’d like to recognize that as part of that five for the future. But doing WordCamps is one of the biggest things I spend money on.</p>\n\n\n\n<p>Primarily it’s to meet new customers. Demo the product. But it’s also building genuine relationships at these events, which has been really great for me. So, meeting people in all walks of life form hosting companies to other plugin companies. I’ve met people at other plugin companies at WordPress events, like WordCamp, and we’ve built an integration between us and then you’ve got co-marketing going on there.</p>\n\n\n\n<p>So anywhere where you can identify a business that has an existing customer base that you could potentially plug into by developing something that will genuinely help those customers is a good way of increasing your of sphere of influence.</p>\n\n\n\n<p>And it’s also just doing things like giving back to things like Big Orange Heart, for example. And we’re also doing something right now with GiveWP where they’re going to be giving away three websites to three nonprofits. And we try to donate licenses wherever we can to help out with that. That in turn, WS Form will appear on something, and it may only be seen by a handful of people, but the more and more you do of that, the more brand awareness you get.</p>\n\n\n\n<p>And I’m about doing that type of community work rather than trying to pump money into Google AdWords or a Facebook ad or you know, an Instagram ad or whatever it may be. Really you are pushing your product in people’s faces. I find that if people are recommending your product, you’ve got a much higher conversion rate, and really word of mouth business is the best business you can get.</p>\n\n\n\n<p>[00:18:04] Nathan Wrigley: You mentioned that you’ve been in different lines of work in the past, and I don’t know if in those lines of work you were customer facing. In other words, if you were selling directly into that market. So you may able to answer this question. But, in the round, broadly speaking, how easy or difficult has it been, in your estimation, to get a product to the point where it’s self sustaining. It justifies itself.</p>\n\n\n\n<p>It’s no longer a pet project. Something you do at the weekends and in the evenings. It’s now your actual core business. I wonder how easy that’s been or if it’s been surprisingly difficult. If there’s any challenges come your way and you’ve thrown your arms in the air and said, oh, wish I’d never got into this in the first place.</p>\n\n\n\n<p>[00:18:45] Mark Westguard: Yeah, it’s been a big challenge. And it’s been very different from a business model that I’ve been used to. I used to be a web development agency where I would get in the car, go to a meeting, meet a company and sell a website to them. Or I would join an RFP process, you know, and pitch myself against two or three other companies and hopefully win the business.</p>\n\n\n\n<p>With this, it’s been very, very difficult. I’m sure there are some plugins out there that come out that people have jumped on and have been very successful. But building a sustainable subscription-based business is a challenge. We are selling high volume, low price products. Our base price is $59, which doesn’t go a long way to pay the bills. So you need a lot of those in order to start building a sustainable business.</p>\n\n\n\n<p>The nice thing about it is when you get to the point where you’ve got that critical mass and you’ve got enough people renewing their licenses, and fortunately we have a very good license renewal rate, it starts to become a sustainable business and it starts to, in effect, snowball.</p>\n\n\n\n<p>But it’s taken us a good, I’d say three, four years to get to where I’d say that we’re in the clear, we’re profitable, we’re doing great. I actually went to a Post Status event, in Oklahoma a few years ago, and I met some other plugin developers there. It’s actually one of the first times I’d sat down and had the chance to have a beer with somebody about their WordPress business.</p>\n\n\n\n<p>And it was really interesting sitting and talking to them. And gauging from them where they are in their business. They were saying after year two, three, if you’re starting to make good profit then, then you’re on the right path. So it certainly wasn’t an overnight success, and I wasn’t expecting that. I expected this to be a much more long slog to get to where we are.</p>\n\n\n\n<p>And really, I guess it depends on your business model. There are other people in the industry, you know, take for example Newsletter Glue, a newsletter plugin for WordPress. They changed their business model from lots of small customers to much bigger customers and less of them. Which I think is really interesting and quite brave of them to do.</p>\n\n\n\n<p>But that seems to be working well for them. I guess it just depends on what plugin you’re developing and what your price point is and as to how long it’s going to take. But it’s certainly taken a lot longer than I expected it to.</p>\n\n\n\n<p>[00:20:57] Nathan Wrigley: But I guess you, having had those chats in the past, you were prepared for that. Let’s say two year slog. Where it wasn’t necessarily going to be a case of, okay, I’ll just toss this into the marketplace and by this time next year it’ll all be ticking over. There was hard work. Support to be done. We’ll get to that, but all of these things, continual development and so on.</p>\n\n\n\n<p>A takeaway from that would be, yeah, don’t expect riches quickly. Address the problem of the next couple of years, and I guess in your case, you had other work, other lines of work which you could rely on and develop this at the same time?</p>\n\n\n\n<p>[00:21:34] Mark Westguard: Yeah. This was very much a career change for me because I was in the agency space building websites. Which I love doing, but the web development space has changed significantly in the past five, six years. And that’s something I recognized early on. Another reason I wanted to get back into licensing.</p>\n\n\n\n<p>We had the likes of Wix. We had the likes of Squarespace, and to an extent now even WordPress making websites so easy to build. I mean, I’ve actually built a website for a friend yesterday. I used Kadence and I had something whipped up in an hour. 10 years ago that would’ve taken us three weeks and a team of five people to do it.</p>\n\n\n\n<p>So, my industry was dwindling in terms of the revenue that I could create from it, and that’s why I, you know, I moved to this space. But I think, going back to your point, there’s a lot of hurdles with building a plugin. You’ve got to find the good plugin that you want to build. You’ve got a development period to actually build that product, which can be a considerable investment.</p>\n\n\n\n<p>Then you’ve got a period of time where you’ve got to build that customer base up. Where you’ve not got the income coming in. So for me, I was looking at three, four years before I was breaking even. And I was very fortunate that I had my agency to fall back on. So I was running those in parallel. For some people that may be a need to get some investment. A loan or whatever to get through that period, and actually build the product.</p>\n\n\n\n<p>[00:22:53] Nathan Wrigley: Let’s get to the pricing piece before we return to the marketing, because I always think this is a curious conversation. On the one hand, you’ve got a really interesting crowd of people in the free open source software space. A large amount of things which are literally free as in beer. You don’t pay anything. You can use it how you like.</p>\n\n\n\n<p>And, then you’ve got obviously people like yourself who are developers and need secure an income and so, there’s this tension, this conflict between price high to ensure that you can survive and you don’t need to go through thousands of users in a year. You can do it with a modest amount of sales.</p>\n\n\n\n<p>And then there’s this constant pressure to drive down prices and make licensing as cheap as possible. A, because everybody likes things that are as cheap as possible, but also you’re in competition with other people and that slightly skewed marketplace, which free open source software, like WordPress, has. There’s definitely a little bit of tension in pricing created there.</p>\n\n\n\n<p>How did you decide on the pricing? You know, did you have that pang of, okay, I’ve got to go in low because that’s what the market can take. I’ve got price against what all of these other plugins are doing. I’m curious about how you make those decisions.</p>\n\n\n\n<p>[00:24:11] Mark Westguard: Looking at competitors in the space was a big part of that. Looking at what they were pricing themselves at. Because at the end of the day, somebody looking for a form plugin is maybe going to shop around at the, maybe the top four or five that they find online, right? And if my price was way over the others, they would’ve just chosen one of the other companies.</p>\n\n\n\n<p>Back then, it was harder for me to differentiate myself against those other plugin companies. That’s changed over time. I’ve really found a niche more in the kind of enterprise, developer level, form development. That price sensitivity, I saw it in Facebook groups, in even tweets and things like that. People saying, well, this is, you know, even $10 more than the other customer.</p>\n\n\n\n<p>So it’s a very price sensitive area, in all of the plugins that are out there. You’ll find that they’re very, they all have very similar prices. I am told constantly that I am too cheap, and that I should put my prices up. But I feel like I found a sweet spot and I’m happy with it right now. So I don’t really want to rock that boat and change things.</p>\n\n\n\n<p>The other thing to consider is what is your pricing model? There’s a lot of talk around lifetime deals and annual subscriptions, and I have stuck adamantly with annual subscriptions because I wanted to build a sustainable business. And I’ve seen far too many plugins, some of them fail, because of offering lifetime deals.</p>\n\n\n\n<p>They’ve got a critical mass of lifetime deal customers, and then there’s no additional income coming in. They’ve got to constantly find new customers to stay alive. Whereas having the annual subscription, that enables me to reinvest that money in the business. Enables me to continue providing good support to those customers on an ongoing basis. And it builds a firmer business. You’ve got that annual recurring payments coming in, which helps keep the business afloat.</p>\n\n\n\n<p>So, yeah, it was a combination of getting the pricing right, and also getting the actual business model correct. And also the products that you offer. So we have three different versions. We have a personal, which is $59, all the way up to an agency, which gives you everything for 249 currently. And getting those prices right across those different product levels was important too. But I think we’ve got a pretty good sweet spot now, and I’ve got no plans to rock the boat.</p>\n\n\n\n<p>[00:26:25] Nathan Wrigley: But it was a journey. You’ve arrived at this model over time.</p>\n\n\n\n<p>[00:26:30] Mark Westguard: Yeah, even the naming of the product types was a challenge as well. You know, what do we called it? And we decided with agency in the end, that seemed to fit quite nicely with the customers that we were working with.</p>\n\n\n\n<p>[00:26:42] Nathan Wrigley: Given the market that you’re selling into, and we talked about it just moments ago in terms of the pricing and, I don’t really know how to describe this, but the community that gathers around open source software, I think there is a slight difference to that community. And obviously WordPress is just dominated by that flavour</p>\n\n\n\n<p>Coming from commercial, enterprise clients, that kind of thing. I’m just wondering if your marketing had to shift. If there’s any sort of subtle difference or advice that you would give to anybody? Do you go in for the hard sell? Do you go big on Black Friday? Do you modify your language in a certain way that seems to be appealing to the WordPress community? It’s hard to encapsulate what that question means, but I hope you’re getting a flavour of what I’m trying to say.</p>\n\n\n\n<p>[00:27:24] Mark Westguard: It was interesting when we did our first WordCamp that in order to be at WordCamp, we weren’t allowed to say that we were the best form plugin out there, or that we were the ultimate form plugin out there. There’s always a tendency with businesses to say that isn’t there? To say, yeah, we’re the best.</p>\n\n\n\n<p>And I usually, if I ever see that, I’m like, okay, well then you’re not the best. But, that was interesting to me. We actually changed our slogan to just say, build better forms, rather than the best form plugin out there. That started me on a journey with WordPress in terms of being very careful about what we said as a product.</p>\n\n\n\n<p>And it also started me on the journey, obviously with WordCamps, about being very respectful of the WordPress industry. Being very respectful of the WordPress community, and finding out very soon on that they don’t like being told that you are the best product. They want to hear that from respected names in the industry.</p>\n\n\n\n<p>They want to hear that from other users that are in the community, or people that they work with. So I found that the best way for us to grow was genuinely to do two things. Build a good product, that worked well and did better than other products. And secondly, offering exceptional support. And that’s something that we’ve really, really focused on.</p>\n\n\n\n<p>So, support for us is our number one focus. And good support results in good word of mouth about your product. It results in good reviews. And it results in people wanting to talk about your product, and spreading the word about the product in the WordPress community.</p>\n\n\n\n<p>That in itself has made the process of getting the name of WS Form out there, a much longer process. But I feel that at the end of it, we’ve got a stronger brand name out there and we’ve got a stronger product.</p>\n\n\n\n<p>[00:29:14] Nathan Wrigley: You mentioned there good support, and obviously if I’m a purchaser of a plugin, nobody thinks that’s a bad idea. So on my side, customer, good support, great. On your side, supplier, good support, well, presumably that is a lot of hard work. It would be interesting to explore that message for people who may be wanting to launch a plugin.</p>\n\n\n\n<p>Is support a question of, you know, occasionally logging into your email and dispatching a few emails once or twice a week. Or is it more than that? I’m guessing that support is essentially, well, I’m going to make up a figure. Half time might be spent on it?</p>\n\n\n\n<p>[00:29:52] Mark Westguard: If you are building any type of plugin, any kind of significant plugin in WordPress. Know that in about two, three years, you’re going to be running a support business. That’s a very big primary function of what you’re doing. So I think you’re right. We’re probably about half the time developing the product, and probably half of the resources goes towards supporting the product.</p>\n\n\n\n<p>If you are not providing good support, I personally believe we provide exceptional support. We bend over backwards for customers to really try and help them out. We very much steer our products based upon the support that we’ve received from people and feedback that we get from customers. It’s a critical part of the business and, yes, ongoing development is a very important part of that.</p>\n\n\n\n<p>Every time you develop something else for your product, it’s something else you’ve got to support. So you’re constantly improving the product and causing more support for yourself.</p>\n\n\n\n<p>I think it’s important as a plugin developer to ensure that you provide as much front end content as possible to cut down those support requests, and make it easier for the customer to find what they want. So, for example, we have an extensive knowledge base. We also analyze what people type in when they’re making a support request to us, and we will fire back suggested articles back to them, to help them get to the information they want without having to raise a support ticket and wait for us to reply.</p>\n\n\n\n<p>So yeah, support is a critical part of the business, and will be a large part of what you do if you are in a similar space to what we are.</p>\n\n\n\n<p>[00:31:21] Nathan Wrigley: I suppose in a sense, if you are running a subscription business, an annual subscription business, where you are hoping that people when the renewal for the license comes up, you’re hoping that they happily walk through that process and, sign up for another year. So the support in a sense is about just maintaining that, isn’t it?</p>\n\n\n\n<p>If you secure the initial sale and then the support is lousy. You really are not giving yourself a fighting chance on next year’s set of scheduled payments.</p>\n\n\n\n<p>[00:31:51] Mark Westguard: Yeah. I always remember when I was at university and I did a year out in industry, and they had something written on the wall, and it’s always stuck with me. And it just said, easy to do business with, was one of their terms that they’d like to use with their staff.</p>\n\n\n\n<p>And that stuck with me. And I think if you are easy to do business with, which means providing good support, providing a good product. These people will renew, and they will continue to use you. I can say hand on heart, when we lose a customer, it is usually because, maybe an agency is no longer working with a customer anymore. Or they’ve had a website redesign or something like that.</p>\n\n\n\n<p>We don’t have people saying, don’t like the product, don’t like your support. And that is testament to the hard work that we’ve put in to building the product. And, you know, having the passion to provide that good customer service. So I think yeah, you know, in answer to your point, having that good customer service will absolutely bring people back, and keep them using your product.</p>\n\n\n\n<p>[00:32:44] Nathan Wrigley: Developing the plugin itself, that’s on your schedule, isn’t it? You can decide, right, I’m going to allocate this amount of time. But the support stuff, that just comes in when it comes in. You’ve got no control over that. I am genuinely curious what that does to your work-life balance.</p>\n\n\n\n<p>Now, I don’t know if you’ve got a support team, or if you handle all of that yourself. But how that is for you. Because it sounds like a large part of this podcast is really trying to speak to people who may be wanting to go into this, and this seems like a good rabbit hole to go down. It sounds like that’s a big burden, right? And you’ve got to be available during holiday time, weekends, all sorts.</p>\n\n\n\n<p>[00:33:21] Mark Westguard: Yeah, I think my personality doesn’t help either. If I see a support ticket, I want to help that person as quickly as I can. It’s weird, some days you can maybe get two support tickets. Other days there could be a huge flurry of 20, 30 tickets. There’s no average that happens every day.</p>\n\n\n\n<p>And when you get that big flurry, I like to clear our support queue every day. And that can sometimes mean late nights to get that. And being a small business, that’s what you do. You’ll have those late nights of helping people out with stuff, particularly if something maybe is a bug in the software that you really want to get fixed and make sure that that doesn’t affect anybody else.</p>\n\n\n\n<p>So, yeah, some days can be quiet. It’s funny because I have a lot of European customers. By the time I wake up in the US I can usually gauge how busy the day’s going to be, based upon the number of support tickets that I’ve got. But fortunately the vast majority of the tickets that we get are, how do I do this? And I can point them in the direction of a knowledge base article that we have. So those are easy to fix.</p>\n\n\n\n<p>If I find that we are getting one or two of the same question, I will write a knowledge base article and refer them to that, in the hope that that will then cut down that particular question in the future as well.</p>\n\n\n\n<p>So, support and building knowledge bases or help documentation is a massive undertaking. It’s taken a lot of time to get all that content put together and built. And that’s another thing that plugin developers should certainly take into account is, as well as building your product you’ve got to document it.</p>\n\n\n\n<p>Even on the small plugin, you know, some of these. WS Forms are huge plugin. It is tens of thousands of lines of code. There are much simpler plugins out there. But even though smaller plugins need maybe a good page documentation to make sure people understand how to use it.</p>\n\n\n\n<p>[00:35:05] Nathan Wrigley: You have got a lite version in the WordPress repository. So just to be clear, for anybody who’s listening to this podcast. There’s a paid version. You can go to Mark’s website, we’ll link in the show notes, but you can also go and download a free version. I’m always curious as to how you make the decision of what to, well, I’m going to say strip out. Maybe that’s completely the wrong way around.</p>\n\n\n\n<p>Maybe it’s more, okay, this is what we’re going to build for the repository and then we’ll add on other things. But forgive my language there. How do you come to decide that, okay, this is free. This is not free. What is the process that’s going on there? Because obviously you want to, in some way entice people. But you don’t want to make free version utterly useless otherwise, well, nobody’s ever going to dream of heading in the pro direction.</p>\n\n\n\n<p>[00:35:56] Mark Westguard: Yeah, and some plugin developers do make their plugins almost useless, so that you have to pay for the pro edition. We actually wanted to provide a lite edition that was fully usable. So for example, there are some plugins out there that won’t actually store the submissions so that you can view them in the WordPress admin.</p>\n\n\n\n<p>And I thought, well, that’s a bit mean. It’s a form plugin. You need to be able to see your submissions and have them as a backup in the database. So we gave a little bit back. We gave back a little bit more than maybe some of the other form plugins do, really to contribute again to the community. To enable people to use the product for free.</p>\n\n\n\n<p>And you can build a perfectly usable contact us form, or inquiry form, using our lite edition. And then it was really more of the technical, more advanced features, that we cut out. So things like conditional logic, e-commerce. Some of the field types that were a little bit more advanced, like Google address and things like that.</p>\n\n\n\n<p>Obviously we want people to upgrade to the pro edition because that’s how we pay the bills. But we wanted the lite edition to be usable and useful to a lot of people that just want to use a free product. So, you know, that’s another contribution that we give back. We don’t throw up huge admin notices that say, hey, upgrade.</p>\n\n\n\n<p>We’ve got very, very subtle things in the product that encourage people to upgrade. So we’ve tried not to be, you know, there’s a lot of plugins out there, a little bit over the top on the notifications on the admin panel. So we’ve tried to cut that down and be a bit more reasonable. We hope that people enjoy using the lite edition for that reason.</p>\n\n\n\n<p>[00:37:27] Nathan Wrigley: Although this isn’t directly related to the plugin necessarily. AI at the minute is all the hotness. And I did notice that you had taken the time to build an integration with OpenAI for your form plugin. And I’m curious, what was the thinking there? Because when I approach a form, I’m always thinking, okay, there’s blank fields. I just them out and click return, and obviously wait for a response to come back and so on. What thing does OpenAI or AI in general bring to a form?</p>\n\n\n\n<p>[00:37:59] Mark Westguard: Two things for us. So, first of all, from a purely commercial side of it, we like to integrate in with new systems because it opens up a new audience for us. And also OpenAI had a lot of marketing going on in the industry. People were very interested in it. I was as well, I was curious about it.</p>\n\n\n\n<p>I researched OpenAI and I found out that they have a moderation endpoint in their API, which means I can send it some content and it will tell me whether or not that content has bad language in it or bad words, or is it violent content or whatever. And I thought, hey, wouldn’t that be great for WordPress spam protection?</p>\n\n\n\n<p>So I looked into it more and I was able to integrate in that moderation piece, so that when a form is submitted, it analyzes what the person’s typed in. If there’s anything to do with violence or whatever in there, it will then reject that form submission. Then I looked at the other endpoints such as the image generator. So people may be familiar with that, with DALL-E. Where you can type in, you know, make a boat floating on the moon, or whatever crazy thing you want to create an image about.</p>\n\n\n\n<p>And I was able to pull that into a file upload field, and I thought, well, that’ll be great for creating an avatar for a new user or an image for a blog. So that got incorporated. And then I thought, well look, all these other endpoints that OpenAI offer or actually have a use case, on a form. So we use the, what they call a completion, which is where you type in a question and it will then give you a response.</p>\n\n\n\n<p>That has actually been very useful for our customers that have a supporting environment. You can actually tell OpenAI what your business is, where your support page is, et cetera, and it will actually respond almost as if they’re an employee of the company. And we’ve had some people using that application. So, after researching it, found it had quite a lot of application in the form industry.</p>\n\n\n\n<p>So that’s why we had the OpenAI integration. And we’ve just launched it with GPT-4. Which at the time is the latest model that they’ve released. So, it’s actually been a very popular feature. And that add-on incidentally is free of charge whilst OpenAI is still effectively in beta. We’ve got that add-on free of charge.</p>\n\n\n\n<p>[00:40:12] Nathan Wrigley: Yeah, it’s really curious. I’m fascinated by the whole AI debate. This is not necessarily related to the whole AI debate, but ever since the web came around, essentially we’ve been presenting pictures and words to people, and the only way to really respond to that is through some kind of form interface. That’s what you’ve got.</p>\n\n\n\n<p>But a few years ago, along come these devices which sit in the home, which you can talk to. And I just wondered what, it’s a really bizarre question. A bit of a random question. I wondered what your thoughts are about that kind of technology. Getting into the whole, speaking to the internet instead of filling out forms and, perhaps even putting on goggles and all of that kind of stuff. Whether or not you feel that this is something that you need to be mindful of. Do you have any sense that the world is moving more towards voice?</p>\n\n\n\n<p>I feel that, certainly from my perspective, I found that to be an interesting technology for a period of time, and now the interest in that has completely waned and those voice devices in my home really only get used for starting and stopping songs, that kind of thing.</p>\n\n\n\n<p>[00:41:19] Mark Westguard: It’s funny isn’t it? Because computers, as we know it, have been around for, what, 50, 60 years now. A keyboard and a computer. And I’ve still got a keyboard in front of me. I still like typing on a keyboard. I don’t like talking to computers.</p>\n\n\n\n<p>My children are very different. They like talking to computers. I think it’s a generation thing to a certain degree. To your point about keeping up with this technology. That’s very much another reason why we had the OpenAI add-on. I wanted to be familiar with that technology. It is changing the way that we are doing things. People are writing code with it now.</p>\n\n\n\n<p>They’re generating images with it. Like it or hate it, it’s changing the way that we’re doing things. It’s being incorporated into products. We are actually working on another AI integration into WS Form, which would almost enable you to develop a form based upon what you type in.</p>\n\n\n\n<p>They have a code model for OpenAI, and we’ve been able to take a prompt and actually build a form from what you’ve typed in. So you can say, build me a form for a doctor’s office for booking an appointment, and it will build a form for you. So something that we’ve got to be on top of and we’ve got to adapt and work around it and take advantage of it.</p>\n\n\n\n<p>[00:42:39] Nathan Wrigley: That’s so fascinating because in a way it doesn’t in any way cut out the need for a form solution. It merely creates that templating system. So I know that your form solution, for example, when you create a form, you’ve got loads of different templates for different scenarios, and you can click on a button and so that job’s done.</p>\n\n\n\n<p>In this case, you would be able to fill that out by just writing in plain text. So, I would like a form with three fields. It’s for my kid’s birthday party. And it’s highly unlikely that you’ll have got a template for whatever scenario I can contrive. But this potentially purports to do that and create a custom form based upon what you tell it. That’s fascinating.</p>\n\n\n\n<p>[00:43:19] Mark Westguard: At least a foundation for that. And then on the other side of it, the OpenAI add-on that we have can turn your form into an interactive component where they get an immediate response. And that’s done through prompt engineering with OpenAI. So prompt engineering is where behind the scenes you are giving OpenAI a little bit more context about the question, and then incorporating the question from the user into that particular prompt that you’re sending to them.</p>\n\n\n\n<p>And that kind of comes back to that customer support aspect I was talking about earlier on. So I can configure it, and if they ask a question, it can be asked as if it’s your company. So just for an a very quick example, you could say, hey, I am hosting company X, and then the customer may ask, please tell me what your hosting packages are.</p>\n\n\n\n<p>OpenAI will then use its knowledge of your business to respond to that and give you a list of the packages they have, directly in that form. Rather than them having to submit the form and wait for a response from a human. It can be used very much to compliment existing forms that you’ve got on your website, to make them more user friendly, and to give customers a quicker response. And if we didn’t have that OpenAI component, we would not be on that bandwagon. So I’m glad that we have that.</p>\n\n\n\n<p>[00:44:34] Nathan Wrigley: So it’s almost like a chatbot creation. Whereas at the moment chatbots are very much the realms of SaaS, you are saying that some of this technology can be pulled in. So obviously there is a SaaS side if you like, and it’s OpenAI. But you can bind that to a form and the form can then become much more interactive than it currently could ever be.</p>\n\n\n\n<p>[00:44:55] Mark Westguard: Correct. Yeah. It’s funny because people have said to us, can we use your form for a chat interface? This opens that up. This enables it to be a chat. Granted it’s an AI response, but tuned properly it can be very effective. It’s quite scary what you can get back from it.</p>\n\n\n\n<p>[00:45:12] Nathan Wrigley: The future is either bright or scary, depending on which side of the fence you sit there. Mark, we’ve probably used up the time that we’ve got available, so just before we pass it over to the audience. I’d like you to, to tell us where you can be found. That could be a social media platform or your website address. Whatever you like. Just tell us where we can find you.</p>\n\n\n\n<p>[00:45:32] Mark Westguard: Yeah, so the main website is wsform.com. You can find me on Twitter. I am at Westguard, that’s w e s t g u a r d. And for WS Form, it is w s _ f o r m.</p>\n\n\n\n<p>[00:45:46] Nathan Wrigley: Somebody had WS Form. Did they?</p>\n\n\n\n<p>[00:45:48] Mark Westguard: They did and they’ve done nothing with it.</p>\n\n\n\n<p>[00:45:51] Nathan Wrigley: Well, Mark an absolute pleasure chatting to you. Thanks for talking to us about your plugin development journey, and growing your business, and forms in general. I really appreciate it.</p>\n\n\n\n<p>[00:46:00] Mark Westguard: Yeah. Well, thank you for having me on the show. I appreciate it.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/westguard\">Mark Westguard</a>.</p>\n\n\n\n<p>Mark is an agency owner and the developer behind the WS Form plugin, and he’s on the podcast to chart his journey in the WordPress space and the different ways he’s explored to grow the reach of the plugin.</p>\n\n\n\n<p>First up, we talk about why Mark started to use WordPress. As you’ll hear, he already had a successful agency, but he could see that the path to profitability was becoming harder each year. WordPress plugins offered the chance of recurring revenue, which was appealing.</p>\n\n\n\n<p>Users of WordPress will know that there are many form solutions. Both free and paid plugins are available and can handle almost any scenario you might imagine. We get into what made Mark pick this as an area to invest in. Surely it would have been easier to work on something brand new? Mark does not think so. He could see gaps in the market, and built his solution to cater to those. This involved plenty of market research and analysis of where to put his development efforts.</p>\n\n\n\n<p>We then move onto the subject of turning a well-developed plugin into a viable business. It’s one thing to build a product, but if you’re going to make it commercial, much of the work will revolve around ensuring that the world knows about it. Marketing is a relentless enterprise and one that you should not ignore or underestimate. This might mean getting yourself out into the community to meet with other WordPressers, appearing on podcasts, or sponsoring WordPress events. There’s no perfect answer. Just run with what works and try out new things all the time.</p>\n\n\n\n<p>After that comes support. Mark’s pretty clear, your product will succeed or fail based upon how you handle support requests. He thinks that the development of a plugin inevitably leads to support tickets, and this needs to be factored in right from the start.</p>\n\n\n\n<p>We also get into the subject of pricing, and what Mark felt was the right place to pitch his plugin. Is the WordPress ecosystem guilty of expecting a lot from plugins at prices which are realistic? How much of the functionality, if any, should be given away in a free version, and how did he decide which features to charge for?</p>\n\n\n\n<p>Towards the end of the podcast, we stray into the plugin’s use of AI, and how Mark was an early mover in this area. What can be done with forms and AI, and does he see AI as a technology which is going to grow in the future?</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/ws-form/\">WS Form LITE</a> on the WordPress repo</p>\n\n\n\n<p><a href=\"https://wsform.com\">WS Form</a> website</p>\n\n\n\n<p><a href=\"https://oauth.net\">OAuth</a></p>\n\n\n\n<p><a href=\"https://www.bigorangeheart.org\">Big Orange Heart</a></p>\n\n\n\n<p><a href=\"https://givewp.com\">GiveWP</a></p>\n\n\n\n<p><a href=\"https://newsletterglue.com\">Newsletter Glue</a></p>\n\n\n\n<p><a href=\"https://www.kadencewp.com\">KadenceWP</a></p>\n\n\n\n<p><a href=\"https://openai.com\">OpenAI</a></p>\n\n\n\n<p><a href=\"https://openai.com/research/dall-e\">DALL-E</a></p>\n\n\n\n<p><a href=\"https://openai.com/product/gpt-4\">GPT-4</a></p>\n\n\n\n<p><a href=\"https://twitter.com/ws_form\">WS Form Twitter</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 May 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: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:122:\"WPTavern: WordPress Community Team Evolves WordCamp Format to Promote Adoption, Training, and Networking for Professionals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=144827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"https://wptavern.com/wordpress-community-team-evolves-wordcamp-format-to-promote-adoption-training-and-networking-for-professionals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6127:\"<p>WordPress’ Community Team hailed a new era of WordCamps in its recent <a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">announcement</a> outlining a significant shift in the purpose for the events. </p>\n\n\n\n<p>In the past, WordCamps have had a mostly predictable format of presenting inspirational talks on exciting things people are doing with WordPress, business topics, and the latest trends, with short networking opportunities and a contributor day appended to the event. </p>\n\n\n\n<p>“Connection, inspiration, and contribution are undeniably important to WordPressers,” Automattic-sponsored WordPress community organizer Angela Jin said. “However, as events have returned, communities see that people are much more selective about what events they attend and want to know what they will gain by participating.” </p>\n\n\n\n<p>After the pandemic, the number of WordCamps dwindled to a fraction of what they had been, as different areas of the world grappled with their own unique public health situations. The Community Team had loosened some of the requirements for WordCamps in order to foster a more welcoming environment for people to want to host in-person events.</p>\n\n\n\n<p>In an effort to modernize these gatherings moving forward, the team has proposed the following update to the purpose of WordPress events:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>WordPress events spark innovation and adoption by way of accessible training and networking for users, builders, designers, and extenders. We celebrate community by accelerating 21st-century skills, professional opportunities, and partnerships for WordPressers of today and tomorrow.</p>\n</blockquote>\n\n\n\n<p>Jin said she hopes a “period of innovation and experimentation will follow this critical shift in the purpose of our events” where events will be curated for more narrow audiences and have a focus on a specific type of content or topic. </p>\n\n\n\n<p>This shift also opens the door for more varied event formats, such as workshops, unconferences, job fairs, and pure networking events – which would have definitively been outside the traditional WordCamps of old and not officially supported by the project.</p>\n\n\n\n<p>Jin emphasized that WordPress will continue encouraging local meetups. Currently planned WordCamps (there are currently 14 on the <a href=\"https://central.wordcamp.org/schedule/\">schedule</a> for 2023) can continue as before but new WordCamp applicants will be encouraged to experiment with new formats.</p>\n\n\n\n<p>“Flagships (<a href=\"https://us.wordcamp.org/2023/\">WordCamp US</a>, <a href=\"https://europe.wordcamp.org/2023/\">WordCamp Europe</a>, <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia</a>): These will remain our largest, broadest event that fully capitalizes on the energy of a large crowd,” Jin said. “They will be the place to highlight the latest, greatest, and coolest in WordPress and where we are going.” </p>\n\n\n\n<p> Reactions to the change in the purpose of WordCamp have been mostly positive but the community has some questions about how it will work. David Bisset, who helped run WordCamp Miami for over a decade, asks how this will impact smaller communities:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I certainly would love to see more formats being tried, more standout content, etc. However, I’m trying to view this from a local and smaller WordCamp organizer mindset – what if I have a varied community and therefore a varied audience? Will having a particular audience in mind in setting content and promoting local WordCamps unknowingly not attract a more diverse audience? Many people come to conferences and WordCamps for certain talks and speakers and stay around for the rest.</p>\n</blockquote>\n\n\n\n<p>WordPress plugin developer David McCan <a href=\"https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/#comment-30874\">commented</a> that the new purpose statement reads more like educating and preparing a workforce in contrast to how WordCamps previously leaned towards empowering volunteers. </p>\n\n\n\n<p>Participants in the discussion are heavily in favor of giving more freedom to event organizers, but many have had irreplaceable experiences at WordCamps in their current format that they are reluctant to see it go. WordPress developer and contributor Ross Wintle commented that he hoped the change in purpose would not diminish the diversity at WordCamps.</p>\n\n\n\n<p>“While I think there’s some value in focussing on an audience, please don’t throw out the current WordCamps,” Wintle said. “I genuinely believe that one of the best things about these events is that I get to experience the diversity of the WordPress community and see the many, many different ways that WordPress is used, extended and developed for, and I get to meet the many, many talented people from across the spectrum of contribution who possess ideas, skills and experiences that I do not.</p>\n\n\n\n<p>“I’ve met so many amazing people who have different roles in WordPress, and I think the value of this is far higher than sitting in my bubble with the people that do the same things as me.”</p>\n\n\n\n<p>Marketing contributor Sé Reed asked Jin what team meeting, GitHub issue, or other documented discussion was available to follow the decision-making process for this major change to WordCamps, as no discussions were linked in the announcement. </p>\n\n\n\n<p>“To my mind, this kind of change (affecting the entire WordPress community and apparently effective immediately) is something that would make sense to discuss at the Community Summit,” Reed said. “As that ship has sailed, I’d like to at least see the discussion that led to it.”</p>\n\n\n\n<p>Jin has not yet responded to these questions but said in the announcement that as event organizers experiment with different formats for WordCamps, “the community team can reevaluate our full events program and how events coexist happily.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 May 2023 01:55: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: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: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:75:\"WordPress Foundation: Kim Parsell Memorial Scholarship for 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:41:\"https://wordpressfoundation.org/?p=456908\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpressfoundation.org/news/2023/kim-parsell-memorial-scholarship-for-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:1530:\"<p>The WordPress Foundation will once again offer the Kim Parsell Memorial Scholarship for travel to <a href=\"https://us.wordcamp.org/2023/\">WordCamp US 2023</a>.</p>\n\n\n\n<p>At each in-person WordCamp US, the WordPress Foundation honors Kim’s commitment and valuable contributions to the WordPress open source project. The Foundation’s goal is to further the efforts of contributors who demonstrate Kim’s spirit, by helping to ease the financial burden of travel to WordCamp US.</p>\n\n\n\n<p><strong>This scholarship is awarded to someone who:</strong></p>\n\n\n\n<ul>\n<li>Identifies as a woman</li>\n\n\n\n<li>Is a WordPress contributor</li>\n\n\n\n<li>Has never attended WordCamp US before</li>\n\n\n\n<li>Requires financial assistance to attend</li>\n</ul>\n\n\n\n<p>This scholarship provides financial assistance so that the recipient can attend WordCamp US, including travel from the recipient’s home city, hotel stay for the duration of the event, and a ticket to WordCamp US.</p>\n\n\n\n<p>If you meet these requirements and would like to be considered, please <strong>apply no later than Monday, June 12, 2023</strong> at 11:00 pm Eastern Time. All applicants will be notified by June 29, 2023.</p>\n\n\n\n<p>For more details, please visit the WordPress Foundation’s <a href=\"https://wordpressfoundation.org/projects/kim-parsell-memorial-scholarship/\">About the Kim Parsell Memorial Scholarship</a> page.</p>\n\n\n\n<p><a href=\"https://wordcampcentral.survey.fm/wcus-2023-kim-parsell-scholarship-application\">Apply for the scholarship today.</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 May 2023 00:17:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Julia Golomb\";s: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:68:\"Do The Woo Community: Innovations in AI and WordPress with Joe Hoyle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=75086\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://dothewoo.io/innovations-in-ai-and-wordpress-with-joe-hoyle/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:441:\"<p>Joe has been building some very interesting prototypes in WordPress and AI, digging into several tools and wrapping his brain around the possibilities.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/innovations-in-ai-and-wordpress-with-joe-hoyle/\">Innovations in AI and WordPress with Joe Hoyle</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, 09 May 2023 12:22: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: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:81:\"WPTavern: WordPress Contributors Discuss How Core Can Better Enable AI Innovation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-contributors-discuss-how-core-can-better-enable-ai-innovation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6668:\"<p>As AI-powered technology is rapidly evolving to exponentially extend human capabilities, WordPress contributors do not want the platform to get left behind. AI-powered website creation could even become a threat to its existence, more than a competing CMS, if WordPress doesn’t ensure the platform is easily pluggable for AI-powered extensions. A new <a href=\"https://make.wordpress.org/core/2023/05/02/lets-talk-wordpress-core-artificial-intelligence/\">discussion</a> on the Core developer’s blog asks what WordPress can do to better enable AI innovation.</p>\n\n\n\n<p>“WordPress Core always seeks to provide a stable foundation for folks to build upon directly and extend as they see fit,” Automattic-sponsored core contributor Anne McCarthy said. “Even if a new technology is not actually included in Core, the project aims to enable innovation and progress through extension (plugins, themes, etc.) wherever possible and sensible.”</p>\n\n\n\n<p>McCarthy shared a video of what it might look like to have AI integrated into Gutenberg’s experimental command center to build out pages based on AI-suggested designs. She asked three questions of contributors: </p>\n\n\n\n<ul>\n<li>How would you want to see Core updated so it can be extended in ways accessible to AI technologies?</li>\n\n\n\n<li>For those building, or trying to build, with AI today, how does Core currently enable or hinder this effort?</li>\n\n\n\n<li>Are there any concerns that you think the community should be aware of as this space is explored?</li>\n</ul>\n\n\n\n<p>WordPress co-founder Matt Mullenweg is optimistic about the prospect of further integrating AI into open source development.</p>\n\n\n\n<p>“In 2015 I told you to learn Javascript deeply,” Mullenweg <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1680473547032499\">said</a> last month in the Post Status Slack. “I don’t have a catchy phrase yet, but my message for 2023 will be to spend as much time leveraging AI as possible. The boosts to productivity and capability are <em>amazing</em>. This is not a web3/crypto/widgets hype cycle. It’s real.” </p>\n\n\n\n<p>Mullenweg also encouraged WordPress professionals to consider how AI and open source can work together.</p>\n\n\n\n<p>“Open source and AI are the two mega-trends of the next 30 years,” he said. “They complement each other, and you should think deeply about how. ChatGPT can’t ready Shopify’s code.”</p>\n\n\n\n<p>StellarWP-sponsored contributor Matt Cromwell <a href=\"https://make.wordpress.org/core/2023/05/02/lets-talk-wordpress-core-artificial-intelligence/#comment-44809\">commented</a> on the latest core discussion, suggesting that AI innovation is better left to plugin developers. </p>\n\n\n\n<p>“All AI options currently require integration with a 3rd party system, some sort of pricing and authentication, this feels to me to clearly be plugin territory,” Cromwell said.</p>\n\n\n\n<p>“The other concern here is that the current Core roadmap is very full. At what cost would the project chase an AI integration? At the expense of multi-editing collaboration features? At the expense of multi-lingual features? I find it hard to imagine pursuing the current roadmap with excellence and stability AND adding a huge AI integration as well.”</p>\n\n\n\n<p>Bluehost-sponsored contributor Jonathan Desrosiers, one of the reviewers of the post, clarified that the intention was to “fuel discussion around what AI looks like in the WordPress ecosystem and how that may be blocked currently.” </p>\n\n\n\n<p>“As you said, the roadmap is definitely full and adding new things should not be done unless there are extremely compelling reasons,” Desrosiers said. “But, if there are small “paper cut” changes that can be made in Core (new filter or action hooks, etc.) to allow plugins to better experiment and flesh out AI integrations in the WordPress world, I think that we certainly should consider these.”</p>\n\n\n\n<p>Cromwell suggested WordPress could add a settings panel for integrating various API’s, such as payment gateways and OpenAI API keys, to prevent conflicts and streamline API usage across multiple plugins.</p>\n\n\n\n<p>Rob Glidden proposed that contributors consider the possibility of having AI chatbots as a user type for the future collaboration workflow inside WordPress:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I would suggest looking at AI chatbots as (“just another”) user type in the upcoming Phase 3 of collaboration/workflow.</p>\n\n\n\n<p>I for one want an AI chatbot on my multiuser collaboration team in a phase 3 WordPress.</p>\n\n\n\n<p>In the multiuser collaborative workflows already described in “<a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Phase 3 Collaboration</a>” it seems like basically the same infrastructure should work for both human users and AI “users”.</p>\n\n\n\n<p>Indeed, it is not a huge stretch in reading that document to think of “users”, “collaborators”, and “creators” as also being bot-ish users, assigned and performing tasks within a workflow.</p>\n</blockquote>\n\n\n\n<p>CodeWP-sponsored contributor James LePage echoed Cromwell’s concerns that focusing too much on integrating AI might make WordPress less competitive on the features that have already been identified for Gutenberg’s Phase 3 roadmap:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>As some others said here, as a WP <em>user</em>, I’d much prefer a really strong focus on the existing Phase 3 roadmap items as I think it would make our CMS a lot more valuable and competitive to other tools out there, as opposed to integrating AI somehow.</p>\n\n\n\n<p>One other thing is that there aren’t really any standards here. There are large players, but they keep changing the way their AI works, and probably will continue to do so. We’d be trying to hit a moving target.</p>\n</blockquote>\n\n\n\n<p>As much as WordPress contributors are spread thin across the project’s current Gutenberg roadmap of goals and improvements, you don’t get to choose when new technology is bearing down on your industry, forcing you to act or become obsolete. The WordPress community has built a robust plugin ecosystem, but leaving it all to third-party integrations may not be enough to keep the software relevant in the coming years. Ensuring that WordPress is compatible with the future of AI-powered innovation is critical if contributors want the platform to continue to be the best CMS and website builder available on the web.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 May 2023 21:52:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:74:\"WordPress.org blog: WP Briefing: Episode 55: Happy Anniversary, 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:53:\"https://wordpress.org/news/?post_type=podcast&p=14949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-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:15023:\"<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 55th episode of the WordPress Briefing as she looks back at the 20 years of WordPress and how the open source community made WordPress what it is today.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\">The benefits of prioritizing and measuring performance in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/14/wordpress-6-3-planning-proposal-call-for-volunteers/\">WordPress 6.3 Planning Proposal & Call for Volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\">Preparing for the Next Women & Nonbinary Release Squad</a></li>\n\n\n\n<li>WordCamp Europe: \n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/call-for-volunteers/\">Call for volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/04/24/table-leads-needed-for-wceu-2023-contributor-day/\">Table Leads Needed for WCEU 2023 Contributor Day</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/24/defining-the-polyglots-contributor-ladder/\">Defining the Polyglots contributor ladder</a><br /></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14949\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00] </p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress Open Source project, some insight into the community that supports it, and get a smallest of big things coming up in the next two weeks.</p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40] </p>\n\n\n\n<p>In case you hadn’t heard yet. WordPress is celebrating its 20th anniversary on May 27th. </p>\n\n\n\n<p>There are a lot of celebrations and parties happening all across the world, hopefully with cake, because we all know that a party without cake is just a meeting and no one wants a year-long meeting about how old you are.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:59] </p>\n\n\n\n<p>But if you’ve not yet joined the celebrations, there’s still time to share your favorite WordPress merch, your favorite WordCamp memory, host a whole dang party if you want to, or share a video to post on wp20.wordpress.net. I’ve got links to everything you need in the show notes. So if you haven’t done it yet, you can do that while you listen to today’s episode.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:14] </p>\n\n\n\n<p>I’ve got links to everything you need in the show notes. So if you haven’t done it yet, you can do that while you listen to today’s episode.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:22] </p>\n\n\n\n<p>Today, WordPress is the leading CMS in the market. And according to W3Tech’s it powers 43% of the web. And that’s like 35% of the top 10,000 sites that are built using this software. And sometimes, that’s as a website, sometimes as a framework, but always as a way for people and businesses to find a space on the web to call their own. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:45] </p>\n\n\n\n<p>In 2021. The first-ever study on the WordPress ecosystem gave us an idea of just how large our ecosystem is. We already kind of had a sense that millions of people make a living through WordPress because we know that we are supporting small business owners and freelancers all the way out to agencies and content creators. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:06] </p>\n\n\n\n<p>But according to that study, WordPress at the time was powering 82 million websites and enabled an estimated economy of $597 billion. The success of an economy like this and various other alternative economies hinges on the success of invisible open source software that powers the web, just like WordPress, that has a tonne of growth and a lot of wins since that first Cafe Log fork way back in 2003. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:37] </p>\n\n\n\n<p>And WordPress could just say pencils down, everybody. Good job, team, and just kind of watch what comes next. But I’ve never met a word processor, emboldened as we are by our belief in open source freedoms, who stepped away from a challenge worth facing the recognition that everyone should have those freedoms whether they know they exist or not. Because I know that no one cares as much about open source freedoms as open source maintainers. But the recognition that everyone has the right to them anyway is built into the foundations of what WordPress is and who WordPress is. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:13]</p>\n\n\n\n<p>There are big plans for WordPress future, many of which are grounded in the promise of a new block editor within WordPress that aims to lower the barriers to entry for people at any point in their learning curve. So let’s take a look at what this means for WordPress, the software, and follow up about what it means for the WordPress community. </p>\n\n\n\n<p> [Josepha Haden Chomphosy 00:03:31]</p>\n\n\n\n<p>Firstly, the software right at the end of 2018, the Gutenberg editor was merged into WordPress Core. And it’s subverted the way that people had always managed their content. It brought with it this new concept of site building that focused on blocks as the primary mode of creation. It was modular and required very little code knowledge. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]</p>\n\n\n\n<p>Arguably also very little skill with design. Although if you’ve ever seen me tried to design something with blocks, you will know it takes some skill. But still, the ultimate goal was to make those fundamental user interactions of managing the block and apply them in any place you could manage your site using WordPress. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]</p>\n\n\n\n<p>And if you think about the possibility to create media-rich content without having to work with shortcode, without having to know HTML workarounds, it opens the opportunity for many of us in the WordPress community to own our digital presence. In case it wasn’t already clear, this, my friends, is an audacious project, and it’s even more so if you remember that we have this existing and massive ecosystem that is enabled and empowered by our software. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:42]</p>\n\n\n\n<p>And as we look forward to the third phase of the Gutenberg Project, collaborative editing inside a WordPress installation will soon be a reality, which if you are like me and you never work on a website alone, you’re probably just dying to have. I say all this not to toot the horn have WordPress or belabor our success but rather to emphasize the importance of what I’m going to say next, which is how this CMS got to where it is, namely through the work of the community. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:12]</p>\n\n\n\n<p>WordPress has survived, and I would dare to say thrived through decades of constant economic, cultural, and technological shifts. And I believe that the thing that keeps us innovating fast enough to stay relevant but slow enough to be ethical, is how the community actively engages with the open source project. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:32]</p>\n\n\n\n<p>We know that our strength is directly tied to the resilience of our contributors. And we know that the software we ship is shaped by the people who are willing to tell us what they love, what they hate, and what they hope to see. When the WordPress project started, we mainly had code contributions as a way to give back, but over time, the project has grown to include contributions to learning, community building, and translations, among other things, but all of that exists alongside the CMS-focused contributions. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:03]</p>\n\n\n\n<p>Because WordPress as an organization understands that it is an integral part of an ecosystem of 1000s of global companies and millions of individual people who are building careers, starting businesses, learning new skills, and becoming part of something meaningful. I know that I talk just all the time about the greatness of WordPress as a software and community, which makes sense. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:29]</p>\n\n\n\n<p>I really do love the work I do with you all. But I am equally in awe of this open-hearted journey of disruption that WordPress represents as an open source project. WordPress and its community is part of a long line of disruptors; blogs made publishing available to everyone, which maybe doesn’t sound like a big deal right now because you’ve been around blogging forever. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:51]</p>\n\n\n\n<p>You’ve been able to just put your thoughts on the internet with almost no effort for as long as you have known the internet existed, but WordPress, at the time, was and honestly remains the low code open source CMS of choice. It has been for years. And so, let me backtrack you through the 10,000-foot milestones of our journey here. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:14]</p>\n\n\n\n<p>Gutenberg has been around since 2013. It’s 10 years. I know, don’t get scared, we’re celebrating 20 years. So it’s been around for half of our time as a concept. Open source as a concept was formalized in the 1980s. Though it definitely has been around longer than that as a concept and a way of working. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:34]</p>\n\n\n\n<p>And this low-code, no-code movement that we hear about from time to time that has been around since the 1970s, and just because we first became aware of it in the 1970s doesn’t mean that that’s when it actually first was discussed or thought about or used. Which means that you are in this moment, decades deep into projects that changed our entire understanding of the web. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:59]</p>\n\n\n\n<p>So grab a slice of cake, and raise a glass to 20 great years of WordPress, and I am going to raise a glass to 20 more years of continuing our journey together.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:17]</p>\n\n\n\n<p>Which brings us effervescently to the small list of big things. Yeah, I said effervescently. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:24]</p>\n\n\n\n<p>So there are a lot of things happening in the WordPress project over the next couple of weeks. There is a lot of testing going on. There are a lot of releases that are getting underway. There are events and things. So here’s my rundown of stuff you should take a look at. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:38]</p>\n\n\n\n<p>So firstly, there is a post out about performance improvements from 6.2. That is just inviting an open discussion so that we can get more of those improvements in better shape to get into the 6.3 release. And speaking of the 6.3 release that is coming, just last week, we announced the release squad that we have. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:58]</p>\n\n\n\n<p>It is an extra heavy release squad because we also are working toward the 6.4 release just at the same time. So there’s the folks who are running the 6.3 release, and they have committed to working openly and in public channels as much as possible so that the 6.4 folks have a chance to really take a look at what goes into a release, the questions that we ask, the philosophies we believe in, and then that 6.4 release oil pick up probably, my guess is August-ish, mid-August or so. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:32]</p>\n\n\n\n<p>That 6.4 release is specifically going to be made up entirely of diverse genders. People that we historically see are underrepresented in technology, but as always, we accept contributions from everyone for all releases. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:48]</p>\n\n\n\n<p>The third thing is that we have WordCamp Europe coming up, that is June 8 and 10th. So a little bit past the two-week mark. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:54]</p>\n\n\n\n<p>However, there is a final call for volunteers for anyone who wants to be able to help at the event. I personally have always enjoyed doing that kind of volunteer work. It helps you get to know your community even a bit better. And I don’t know; I’m just kind of an extroverted people person. So, of course, I always want to volunteer, but that call is still open. And they’re in the last phases of that. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:17]</p>\n\n\n\n<p>There is also a team or two that needs some help with getting leads for the contributor day that happens leading up to WordCamp. Europe, I know that the testing team needs a lead for the table, and so if you enjoy the process of triaging or testing or helping people get their environment set up, that is a great opportunity. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:37]</p>\n\n\n\n<p>And the final thing on my small, my big small list of big things is that we have a kind of a review of the currently defined contributor ladder for the Polyglots team. There are a number of posts over the years where we talk about the ways that people move through being a contributor. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:57]</p>\n\n\n\n<p>One of the things that we know about almost all contributor ladders is that there’s no time requirement between the steps, but in general, it functions like a ladder. So you do have to have, like, rung one. And then, rung two, if you try to skip from rung one to rung three, you will have a lot of difficulty. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:17]</p>\n\n\n\n<p>Not impossible, but it’s harder than going 1, 2, 3 In the normal sequential order. And so that’s a whole discussion that’s happening over there. There’s a link to all of these things in the show notes. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:28]</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 May 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:\"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: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:100:\"Do The Woo Community: What Will Be the Biggest Impact on WordPress and WooCommerce Builders with AI?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=75067\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/what-will-be-the-biggest-impact-on-ecommerce-with-ai/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:434:\"<p>As a member of the WordPress and WooCommerce builder community, share your insights on AI and it\'s impact.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/what-will-be-the-biggest-impact-on-ecommerce-with-ai/\">What Will Be the Biggest Impact on WordPress and WooCommerce Builders with AI?</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, 08 May 2023 09:00: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: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: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:102:\"Gutenberg Times: Gutenberg 15.7, WooCommerce Blocks 10.1, and 299 block themes –Weekend Edition #253\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=24060\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://gutenbergtimes.com/gutenberg-15-7-woocommerce-blocks-10-1-and-299-block-themes-weekend-edition-253/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20968:\"<p>Howdy, </p>\n\n\n\n<p>It was a short week for me, yet fully packed with updates. After assembling a loaner sleeper sofa bed, my husband and I spent our first night in the new apartment. We called it the <em>MUC-Life Achievement #2</em>. If you are interested, <em>MUC-Life Achievement #1</em> was getting the Internet into the place and the router to work. Apart from the sofa bed, we took out a loan from friends and family for two chairs, two tables, a small set of plates, silverware, and kitchen tools. Now we are ready to camp out at our apartment until our furniture arrives from the US. </p>\n\n\n\n<p>In the meantime, planning for WordPress 6.3 and 6.4 is in full swing. I expect to read more about both release cycles in the coming days. A new Gutenberg plugin version is now available and new block themes were released. </p>\n\n\n\n<p>That and more you’ll find below in the round-up of news. Don’t consume it all in one sitting, the next Weekend edition won’t arrive until May 20th, 2023, due to my travel schedule. </p>\n\n\n\n<p>Be well and enjoy. </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></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/gutenberg/\"><strong>Gutenberg 15.7</strong></a> is now available via the WordPress plugins repository. </p>\n\n\n\n<p>You can read more about the highlights in the release post <a href=\"https://make.wordpress.org/core/2023/05/04/whats-new-in-gutenberg-15-7-03-may/\">What’s new in Gutenberg 15.7? (03 May)</a>. “For the latest release of the Gutenberg plugin, contributors continued improvements to existing UI and UX for content creators, site owners working on their own site, or theme developers creating new themes. Users will find small changes for streamlined workflows, fixed bugs, and refined responsiveness, just to name a few. ” </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/05/04/whats-new-in-gutenberg-15-7-03-may/#site-logo-replacement-via-the-sidebar\">Site Logo replacement via the sidebar</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/04/whats-new-in-gutenberg-15-7-03-may/#duotone-filter-controls-in-block-sidebar\">Duotone filter controls in block sidebar</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/04/whats-new-in-gutenberg-15-7-03-may/#fluid-typography-scales-giant-fonts-to-small-screens\">Fluid Typography scales giant fonts to small screens</a></li>\n</ul>\n\n\n\n<img />\n\n\n\n<p>For the WPTavern, <strong>Sarah Gooding</strong> reported on additional features in <a href=\"https://wptavern.com/gutenberg-15-7-adds-site-logo-upload-to-inspector-controls\"><strong>Gutenberg 15.7 Adds Site Logo Upload to Inspector Controls</strong></a>. </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><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-82-gutenberg-15-6-and-proposed-schedule-for-wordpress-6-3/\">Gutenberg Changelog #82 – Gutenberg 15.6 and proposed schedule for WordPress 6.3</a> with Birgit Pauli-Haack and special guest Nick Diego</p>\n</div></div>\n\n\n\n<p><strong><a href=\"https://twitter.com/raemoreywrites\">Rae Morey</a></strong> of The Repository reported: The <strong>WordPress Marketing Team</strong> this week launched <a href=\"https://make.wordpress.org/marketing/2023/05/02/20-days-to-celebrate-20-years-of-wordpress-from-blogs-to-blocks/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>From Blogs to Blocks</strong></a>, an initiative designed to encourage folks to reflect and act on their personal connection to WordPress in the lead up to its 20th anniversary on May 27.</p>\n\n\n\n<p><strong>Sarah Gooding</strong> has the details: <a href=\"https://wptavern.com/wordpress-marketing-team-launches-from-blogs-to-blocks-campaign-ahead-of-20th-anniversary\"><strong>WordPress Marketing Team Launches “From Blogs to Blocks” Campaign Ahead of 20th Anniversary</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>Anne McCarthy</strong> published the <a href=\"https://make.wordpress.org/test/2023/05/04/fse-program-build-a-block-theme-summary/\"><strong>Summary of Build a Block Theme exploration</strong></a>, The high-level conclusions by McCarthy are: </p>\n\n\n\n<ul>\n<li>Using the Site Editor alongside the <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme plugin </a>supercharges the experience, mainly by filling in gaps around font management and offering more nuanced creating/exporting options. </li>\n\n\n\n<li>With these added features, the Site Editor is both left to shine as a theme building tool and the current known pain points impacting regular site building come to the surface, like needing more clarity around where layers of styles are coming from. </li>\n\n\n\n<li>This all underscores how addressing key points of current feedback about the base experience of the Site Editor, including on mobile, will cascade to improve broader use cases, like using it as a theme building tool. </li>\n\n\n\n<li>Basic options for mobile, like undo/redo or top toolbar options, remain painful and made up the majority of bugs found.</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>The first theme from the Community Theme Project was released. <a href=\"https://wordpress.org/themes/stacks/\">Stacks</a> can be used for creating slide decks and is available in the WordPress theme directory. The description reads: “Stack your story. This theme is designed specifically to create slide decks that can be used as a presentation. The “Stacks” pattern can be included on any page or post.” </p>\n\n\n\n<p><strong>Sarah Gooding</strong> gave it a swirl and posted her review on the WPTavern: <a href=\"https://wptavern.com/wordpress-themes-team-releases-stacks-a-community-theme-for-building-slide-decks\"><strong>WordPress Themes Team Releases Stacks: A Community Theme for Building Slide Decks</strong></a></p>\n\n\n\n<p><em>The Community Themes project began on March 10, 2023, with over 20 members of the theming community joining <a href=\"https://make.wordpress.org/themes/2023/03/10/summary-community-themes-project-kickoff/\">the kickoff meeting</a>. The goal of the gathering was to gauge interest in creating block-based themes under the official WordPress.org banner, much like the default themes that ship with core.</em> </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>For the latest edition of the Torque Social Hour, <strong>Doc Pop</strong> invites <strong>Brian Gardner</strong> to talk about <a href=\"https://torquemag.io/2023/04/torque-social-hour-frost-theme-comes-to-the-wordpress-repository/\"><strong>Frost Theme Comes To The WordPress Repository</strong></a>. On the heals of former WPEngine engineer, <a href=\"https://olliewp.com/introducing-the-ollie-wordpress-block-theme/\">Mike McAlister’s OllieWP beta release,</a> Brian Gardner published <strong><a href=\"https://wordpress.org/themes/frost/\">Frost Theme</a>, </strong>and it became the 299th block theme. The <a href=\"https://frostwp.com/\">separate website</a> demos all the additional features, like patterns, layouts, styles and variations that come with the theme. It’s certainly more than a simple theme and could be a base theme to build expressive sites on top of it.</p>\n\n\n\n<img />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The theme and design team at <strong>Automattic</strong> also three new block themes: </p>\n\n\n\n<p><a href=\"https://wordpress.org/themes/storia/\"><strong>Storia,</strong></a> helps creators to tell a visual story with 6 style variations, which mostly change the background color, and three patterns. </p>\n\n\n\n<p><strong><a href=\"https://wordpress.org/themes/hey/\">Hey,</a></strong> is a minimalist, personal blog theme, in two style variations and five equally minimalistic patterns. </p>\n\n\n\n<p><strong><a href=\"https://wordpress.org/themes/paimio/\">Paimio</a></strong> is a minimal blogging theme inspired by architects and designers <a href=\"https://en.wikipedia.org/wiki/Alvar_Aalto\">Alvar</a>, <a href=\"https://en.wikipedia.org/wiki/Aino_Aalto\">Aino</a> and <a href=\"https://en.wikipedia.org/wiki/Elissa_Aalto\">Elissa Aalto</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post, <strong>Munir Kamal</strong> gives you an <a href=\"https://gutenberghub.com/overview-of-wordpress-group-block/\">Overview of WordPress Group Block</a>. He explains the two powerful variations, Stack and Row blocks, and the various features available in the Block Toolbar as well as the sidebar. Especially the Layout options and Positions are fairly new additions to the Group block and if you haven’t worked with them, this is a great introduction to learning more about it. </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/bfintal\">Benjamin Intal</a></strong>, the founder of the <a href=\"https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/\"><em>Stackable plugin</em></a>, launched the new site: <a href=\"https://wpblocktips.com/\">WPBlockTips</a> where he and Alex Yap post WordPress Tips in general and abouot the block editor specifically. They also invite the community to submit their tips as well. The articles are mostly short and sweet answering common user questions like: <a href=\"https://wpblocktips.com/tip/how-to-switch-between-visual-and-code-editor/\">How to Switch Between Visual and Code Editor</a> or <a href=\"https://wpblocktips.com/tip/how-to-create-a-custom-post-template/\">How to Create a Custom Post Template</a>. Check it out. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>WooCommerce Blocks released a new version. In the <a href=\"https://developer.woocommerce.com/2023/04/26/woocommerce-blocks-10-1-0-release-notes/\"><strong>WooCommerce Blocks 10.1.0 Release Notes</strong></a>, Alexandre Lara, JavaScript wrangler at Automattic, highlighted: </p>\n\n\n\n<ul>\n<li>Theme-level Global styles for Cart and Checkout blocks, </li>\n\n\n\n<li>the product counter filters revamped, </li>\n\n\n\n<li>the new patterns, </li>\n\n\n\n<li>Global Styles support for Product Stock Indicator, and </li>\n\n\n\n<li>more customizations for Mini Cart</li>\n</ul>\n\n\n\n<p>Check it out. The full changelog for the release is also available in the post. </p>\n\n\n\n<img />\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><a href=\"https://twitter.com/jon_bossenger\"><strong>Jonathan Bossenger</strong></a>, developer educator and <a href=\"https://twitter.com/eatpaintchic\"><strong>Emily Rapport</strong></a>, designer and agency owner from Chicago, collaborated on the designs for a new block theme, called <strong>Sendig</strong>. </p>\n\n\n\n<p>Bossenger will start on <strong>May 9th, 2023 at noon UTC</strong>, to build the theme matching the designs on his <a href=\"https://www.twitch.tv/jonathanbossenger\">weekly live stream on Twitch.</a> Starting next week, Bossenger will also <a href=\"https://github.com/jonathanbossenger/sendig\">share his code on GitHub</a> and should you miss an episode, you can always catch it on the rerun on his <a href=\"https://www.youtube.com/@jon_bossenger/videos\">YouTube Channel</a>. You can learn more about the Genesis of this collaboration and project via the post: <strong><a href=\"https://jonathanbossenger.com/2023/05/06/introducing-sendig-a-new-wordpress-block-theme/\">Introducing Sendig – a new WordPress block theme</a></strong></p>\n\n\n\n<img />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Tammie Lister</strong>, early design lead of Gutenberg, published post called <strong><a href=\"http://nownextlab.com/2023/04/30/the-future-of-the-term-theme/\">The future of the term theme</a>. </strong>“There are many sources for styling beyond just the theme. You can draw from a full site editing setting, a pattern, a custom block style, a copied-in style, or a generated pattern. The theme is the bundler, the package – the wrapper that all this great stuff gets put in to share and activate. That is what ‘the theme as the package’ means, it is the method to carry everything, and it’s almost a de-escalation of the term.” she wrote. </p>\n\n\n\n<p>Later in the post, Lister also raises the issue of confusing terms and that there should be more distinct, more granular filters than just the one called “block themes”. It suggests that all block themes are the same, yet, not all themes come with patterns or style variations or many block styles. Maybe now with almost 300 block themes in the repository, adding additional feature filters might need to contemplate. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Snow</strong> published a short video tutorial on <a href=\"https://learn.wordpress.org/tutorial/importing-widget-areas-from-a-classic-theme-to-a-block-theme/\"><strong>Importing widget areas from a classic theme to a block theme</strong></a>. The 6.2 WordPress release brought an exciting new feature that allows you to import widget areas from a classic theme into a block theme with a few clicks of a button. Find out how in this tutorial!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Are you a theme developer on a quest <a href=\"https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/\"><strong>Converting a classic theme to a block theme</strong></a>? Contributors updated the documentation page with the same name. You can read on how to enable block features. Specifically: </p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#adding-theme-json-in-classic-themes\">Adding theme.json in classic themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#adding-block-patterns-in-classic-themes\">Adding block patterns in classic themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#enabling-template-editor\">Enabling template editor</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#disabling-template-editor\">Disabling template editor</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#adding-block-template-parts-in-classic-themes\">Adding block template parts in classic themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/block-themes/converting-a-classic-theme-to-a-block-theme/#customizer-options\">Customizer options</a></li>\n</ul>\n\n\n\n<p>The additional resources list assists you with deciding on your the next steps. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Doc Pop</strong> discussed <strong><a href=\"https://torquemag.io/2023/04/press-this-wordpress-62/\">what’s new in WordPress 6.2</a></strong> with Automattic-sponsored contributor <strong>Justin Tadlock</strong> on the latest episode of the Press This podcast, and touched on what’s coming up in the next collaboration phase of the Gutenberg project. They discuss the improvements to the Site editor, the new Stylebook, Custom CSS for blocks and Global Styles. </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\">“Keeping up with Gutenberg – Index 2022”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<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>Brian Coords</strong> introduced the <a href=\"https://wphelpers.dev/icons\"><strong>WordPress Icons Library</strong></a>, as a searchable guide to the complete icon library from the block editor. He <a href=\"https://twitter.com/briancoords/status/1654479220167573504\">tweeted</a>: “The WordPress Block Editor comes with an SVG icon set that replaces the old Dashicons icon font (sorry, no palm tree). You can use these icons when building custom blocks or extending the functionality in the block editor.” Coords aimed at a simple reference site, including a “click to copy” feature, so developers can quickly grab the icons they need. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> updated his YouTube Channel with the recording of his latest Twitch Streams.</p>\n\n\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=gN0GU2yC1xQ\"><strong>Reviewing Gutenberg 15.5 Features | Bring Me Your Issues #4! </strong></a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=F2LBSQVL80Y\"><strong>Bring Me Your Issues #5!</strong></a> </li>\n</ul>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’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’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: Chicago River South Branch from the Cityscape Bar by Chris Smith – found on Openverse.org</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 May 2023 19:00:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:75:\"WPTavern: Advanced Custom Fields Plugin Patches Reflected XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/advanced-custom-fields-plugin-patches-reflected-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1128:\"<p>Advanced Custom Fields (ACF) has patched a reflected XSS vulnerability that affects versions 6.1.5 and below of ACF and ACF Pro, potentially impacting more than 2+ million users. It was discovered by Patchstack researcher Rafie Muhammad in May 2, 2023, and patched by ACF developers in version 6.1.6 on May 4, 2023.</p>\n\n\n\n<p>Patchstack <a href=\"https://patchstack.com/articles/reflected-xss-in-advanced-custom-fields-plugins-affecting-2-million-sites/\">published a security bulletin</a> and Muhammad described the vulnerability as follows:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>This vulnerability allows any unauthenticated user to steal sensitive information for, in this case, privilege escalation on the WordPress site by tricking a privileged user to visit the crafted URL path. </p>\n</blockquote>\n\n\n\n<p>The vulnerability was given a high severity CVSS score of 3.1. Muhammad outlined a proof of concept in the security bulletin. At this time, the vulnerability is not known to have been exploited. ACF free and ACF Pro users should update to the latest 6.1.6 version of the plugin as soon as possible.</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, 06 May 2023 03:51: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: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:68:\"WPTavern: Gutenberg 15.7 Adds Site Logo Upload to Inspector Controls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144692\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gutenberg-15-7-adds-site-logo-upload-to-inspector-controls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3841:\"<p>Gutenberg 15.7 was released this week, <a href=\"https://github.com/WordPress/gutenberg/pull/49992\">adding Site Logo upload and replacement</a> from the inspector controls sidebar. This feature is still available in the block toolbar but it feels like a natural addition to the inspector, as it was previously available in a similar fashion in the Customizer. Here users can easily adjust the logo width and set whether the image links to home, opens in a new tab, and more.</p>\n\n\n\n<p></p>\n\n\n\n<img />\n\n\n\n<p>Version 15.7 changed the behavior of the top toolbar fixed setting to address a few issues <a href=\"https://github.com/WordPress/gutenberg/issues/40450\">outlined</a> by Gutenberg lead architect Matias Ventura. </p>\n\n\n\n<p>“The top toolbar has stagnated a bit while the feature set of the editor has evolved,” Ventura said. He identified the two most important issues this design change solves – the lack of a parent selector for nested blocks and the overall increase in the editor’s UI footprint. The toolbar has been updated in the following ways: </p>\n\n\n\n<ul>\n<li>updates on desktop sized viewports the position of the fixed toolbar</li>\n\n\n\n<li>updates the z-index of the interface header to be lower to that block toolbar shows up on top</li>\n\n\n\n<li>implements a toggle expanded/collapsed for block contextual toolbar</li>\n</ul>\n\n\n\n<img />Image Source: <a href=\"https://github.com/WordPress/gutenberg/pull/49634#issuecomment-1501597370\">PR updating Top Toolbar fixed setting</a>\n\n\n\n<p>This change will require feedback from Gutenberg plugin users, as feedback among contributors has been mixed so far. WordPress core committer and accessibility contributor Andrea Fercia weighed in on the PR, suggesting it requires more testing:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>A11y-wise there are more issues with this implementation at the point that I wouldn’t know where to start. Some quick testing with the keyboard surfaces only some of the most evident ones. I’d encourage everyone to test this new UI with the keyboard first to get an idea of the main issues so that we can continue the conversation with some more context.</p>\n\n\n\n<p>On top of keyboard navigation, there are other issues related to the <code>NavigableToolbar</code> ARIA toolbar usage, placement of elements in the DOM, usage of the icons, etc.</p>\n</blockquote>\n\n\n\n<p>If you have been following the progress on the experimental Command Center, <a href=\"https://wptavern.com/gutenberg-15-6-introduces-experimental-details-block-and-command-center-for-site-editor\">introduced in version 15.6</a> as a quick search for jumping to other pages or templates, the <a href=\"https://github.com/WordPress/gutenberg/pull/49681\">design has been updated</a> to match new mockups. Users will notice subtle differences, like tweaks to the radius and borders, icons for each command, and results only available when the input is not empty.</p>\n\n\n\n<img />image source: <a href=\"https://github.com/WordPress/gutenberg/pull/49681\">PR #49681</a>\n\n\n\n<p>A few other highlights from version 15.7 include the following:</p>\n\n\n\n<ul>\n<li>Duotone filter controls added to block sidebar (Prior to this change, the only place to edit the duotone filters was on a block level.)</li>\n\n\n\n<li>Fluid typography updated to scale large fonts down for smaller screens using a logarithmic scale factor to calculate a minimum font size</li>\n\n\n\n<li>Image placeholders now show custom borders</li>\n\n\n\n<li>Template pattern suggestion modal now uses a masonry layout</li>\n</ul>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/05/04/whats-new-in-gutenberg-15-7-03-may/\">Gutenberg 15.7 release post</a> and changelog for more details on all the changes in tooling, code quality, performance, accessibility, documentation, and more.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 May 2023 19:13: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: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:64:\"Post Status: Launching a WordPress Product in Public: Session 12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=149236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-12/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59154:\"<div class=\"wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> continue the development of their new WordPress plugin, <a href=\"https://crop.express/\">Crop.Express</a>. They discuss the current state of WordPress, its future, and what it means for WordPress professionals. Discover the top takeaways for developers, designers, and business owners in the WordPress ecosystem. Expect to gain insights on navigating the evolving WordPress landscape and staying ahead of the game. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n<span class=\"span-reading-time rt-reading-time\"><span class=\"rt-label rt-prefix\">Estimated Reading Time:</span> <span class=\"rt-time\"> 34</span> <span class=\"rt-label rt-postfix\">minutes</span></span>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> and <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> discuss their experiences and opinions on the current state of WordPress. They delve into topics such as WordPress’ evolution over the years, its strengths and weaknesses, its place in the market compared to other website builders, and its potential future. Learn from their insights and advice for WordPress professionals on how to stay relevant and successful in the industry.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Adapt and Upskill.</strong> The WordPress ecosystem is vast and constantly evolving. This growth brings challenges, such as increased competition and the need for WordPress professionals to continuously adapt and upskill to stay relevant in the industry. Keeping up with the latest trends and technologies in the WordPress ecosystem is critical. This includes learning new programming languages and frameworks, as well as staying up-to-date on design trends and best practices.</li>\n\n\n\n<li><strong>Engage the Community. </strong>The WordPress community is a supportive and collaborative group of individuals and organizations. WordPress professionals can benefit greatly from participating in the community, whether that’s by attending local WordPress meetups, contributing to open-source projects, or joining online communities like the WordPress subreddit or the WordPress Slack channel. By building a strong community around your WordPress website or business, you can establish yourself as a trusted authority in the WordPress space and create long-term relationships with your audience.</li>\n\n\n\n<li><strong>Content is STILL King.</strong> When it comes to building a successful WordPress website, you need excellent, engaging content. To stand out in the crowded online marketplace, WordPress professionals need to create valuable, high-quality content that resonates with their audience.</li>\n\n\n\n<li><strong>Security Should Be a Top Priority.</strong> Since WordPress is the most popular CMS in the world, it’s also a popular target for hackers. Ensuring you take all necessary security measures to protect your websites and your clients’ websites is essential.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://ithemes.com/\">iThemes</a></li>\n\n\n\n<li><a href=\"https://www.liquidweb.com/\">Liquid Web</a></li>\n\n\n\n<li><a href=\"https://wpengine.com/\">WP Engine</a></li>\n\n\n\n<li><a href=\"https://www.godaddy.com/en-ca\">GoDaddy</a></li>\n\n\n\n<li><a href=\"https://automattic.com/\">Automattic</a></li>\n\n\n\n<li><a href=\"https://www.gravityforms.com/\">Gravity Forms</a></li>\n\n\n\n<li><a href=\"https://zapier.com/\">Zapier</a></li>\n\n\n\n<li><a href=\"https://slack.com/\">Slack</a></li>\n\n\n\n<li><a href=\"https://stripe.com/\">Stripe</a></li>\n\n\n\n<li><a href=\"https://woocommerce.com/\">WooCommerce</a></li>\n\n\n\n<li><a href=\"https://twitter.com/chrislema\">Chris Lema</a></li>\n\n\n\n<li><a href=\"https://twitter.com/photomatt\">Matt Mullenweg</a></li>\n\n\n\n<li><a href=\"https://twitter.com/asmartbear\">Jason Cohen</a></li>\n\n\n\n<li><a href=\"https://twitter.com/andrewnorcross?lang=en\">Andrew Norcross</a></li>\n\n\n\n<li><a href=\"https://twitter.com/rebeccagill\">Rebecca Gill</a></li>\n\n\n\n<li><a href=\"https://twitter.com/bradt?lang=en\">Brad Touesnard</a></li>\n\n\n\n<li><a href=\"https://twitter.com/pippinsplugins?lang=en\">Pippin Williamson</a></li>\n\n\n\n<li><a href=\"https://twitter.com/syedbalkhi\">Syed Balkhi</a></li>\n\n\n\n<li><a href=\"https://twitter.com/carlhancock\">Carl Hancock</a></li>\n\n\n\n<li><a href=\"https://twitter.com/jeffr0?lang=en\">Jeff Chandler</a></li>\n\n\n\n<li><a href=\"https://twitter.com/Krogsgard\">Brian Krogsgard</a></li>\n\n\n\n<li><a href=\"https://twitter.com/matt_medeiros?lang=en\">Matt Medeiros</a></li>\n\n\n\n<li><a href=\"https://twitter.com/chriscoyier?lang=en\">Chris Coyier</a></li>\n\n\n\n<li><a href=\"https://twitter.com/koriashton?lang=en\">Kori Ashton</a></li>\n\n\n\n<li><a href=\"https://twitter.com/nathaningram?lang=en\">Nathan Ingram</a></li>\n\n\n\n<li><a href=\"https://twitter.com/jenniferbourn?lang=en\">Jennifer Bourn</a></li>\n\n\n\n<li><a href=\"https://twitter.com/troydean?lang=en\">Troy Dean</a></li>\n\n\n\n<li><a href=\"https://twitter.com/wpmodder?lang=en\">Adam Warner</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2 class=\"wp-block-heading\">Session 12 Corey & Cory Launch a WordPress Product Live</h2>\n\n\n\n<pre class=\"wp-block-preformatted\">Corey Maass: [00:00:00] Or at least that\'s what it looks like behind you. Yeah, there you go. It gets weather, it gets windy in Switzerland.\n\nOr at least that\'s what it looks like behind you. Yeah. \n\nCory Miller: Well that\'s a good effect. \n\nCorey Maass: This is our backyard gets, weather gets windy in Switzerland. Yeah. \n\nCory Miller: When I get you back out here, we\'ll, uh, you\'ll see the, \n\nCorey Maass: that\'d be amazing. You have lots of echo. This is our back hair against wind Indian Switzer.\n\nOkay. \n\nCory Miller: Always fun going live. Uh, well, hey, it is, uh, session 12. We\'re talking about corn Corey on WordPress products. So Corey, forgive me for letting this slip off my calendar, but we\'re live, I\'m outside enjoying the weather while the wind cooperates. If it gets too windy or [00:01:00] something, \n\nCorey Maass: I\'ll go inside. All right.\n\nMakes sense. I should be outside. It\'s beautiful. But it is also windy here too. The dogs are starting to enjoy it anyway. \n\nCory Miller: Well, um, you\'ve been busy, man, working on the new product. \n\nCorey Maass: Yeah, so, uh, omg, I m G is coming along very well. Um, I, at this point we\'ve got almost a working plugin. I think I\'m down to, as we had talked about, um, the.\n\nThe goal for a first version is to be able to create an image and then save it as the open graph image for a site. Um, I\'d already marched pretty far down the trail for making images for posts, and so using that as a starting point. [00:02:00] Uh, at this point you can edit images for posts, save them as the featured image, and then, um, I\'m close to being able to save as the open graph image.\n\nAnd then I, because the code is basically gonna be the same for if you\'re editing posts or like, it\'s, it\'s kind of like signing into Canva, which I think is our, um, analog, um, the, you sign in, you see projects, you click on a project, you edit a project, meaning an image, and then do something with it.\n\nDownload it. Save it as a featured image, save it as an open graph image. Um, so I abstracted that out so that there\'s basically an instance of, of the app, um, attached to a post or attached to the overall site. Um, and so now it\'s just a matter of like connecting the last, basically the last few wires to save an [00:03:00] image as the open graph image for a site, um, without, and initially without, uh, any assumptions about having Yost or all in one s e o or any of those installed.\n\nUm, and then I will, uh, look into, like Yost has a, a really nice filter that makes it easy to overwrite the, their open graph image for the site. Um, and, and I, I\'m hoping that the other s e o plugins do too. So at that point we\'re, we\'re off and running. Um, I also, uh, I don\'t remember why, um, but I, I think just cuz I needed something different to do but wanted to feel productive, I installed e D D on O M G I M G and so that\'s kind of, that\'s the basics are set up.\n\nOh cuz I wanted to [00:04:00] plug in, um, a bank account and stripe and stuff like that. So that\'s all ready to go. Um, there\'s nothing, I haven\'t, I haven\'t actually set up the plugin to, to use a license key yet, but that\'s, e d d makes it pretty easy. Um, they\'ve got a class that just gets abstracted, so, um, so yeah, probably another week of hacking.\n\nAnd, um, I mean we do need, we need a logo. I. We need, um, some decisions to, uh, we, I think we\'ve, we\'ve both sort of in the context of discussion, not decision. We both sort of have said that we, with this will in INI at least initially, will forego a free version in the repo. Um, and just, I always wanna say and just punt, but I\'ve been told that that\'s an, uh, improper use of the, the sports analogy.\n\nBut anyway, we\'ll kick it down the road. Um, or we\'ll [00:05:00] just, we\'ll just go whatever. \n\nCory Miller: Yeah, no punt works for me. Um, okay. So let me, let me get back and make sure I\'m clear on what you said regarding where the work that you\'ve done. Yes. So the site default open graph image is ready. Close. Close. And then you started working on the per post.\n\nCorey Maass: Work. Uh, I mean, the other way around really the, because I, I had already gone down the trail of per post. Um, that one\'s actually more flushed out, but it was great because it was, it\'s easy, it\'s actually easier to attach images to a post than to attach images to a site, right? Because yeah, posts have featured images, sites don\'t, and so it\'s, it\'s a little more abstract.\n\nUm, so yeah, posts. [00:06:00] Um, but then, uh, so the, so posts can now, so you can make an image and attach it to a post as a featured image, and then, uh, and then I\'m looping back to essentially set the open graph image for either a single post or for an entire site. And that\'s what I think we can launch with.\n\nBecause the idea, the idea is like, you know, for most blogs, most WordPress websites, the homepage is a page. It might be an archive page, it might be a page page. Um, but there\'s no, there\'s no featured image attached. Uh, well, I guess there is sometimes for a page, but, um, you know, that\'s what, um, but you want an open graph image, right?\n\nLike if I share the post status homepage, you know, that image has to come from somewhere. Um, but then if [00:07:00] you go into a blog post on post status and you share it, By default, it should be the same open graph image as the entire site. But you might, you might want to create a individual open graph image for that post.\n\nSo it\'s like, if you go to the post status homepage and share it, you see post status is awesome. But if you go to a blog post a, where you\'ve interviewed Corey, this awesome developer, you want, and you share it, you want it to say, post status is awesome. Read about Corey. Yeah. Okay. \n\nCory Miller: So I think I understand where you\'re at with all that.\n\nUm, regarding the decisions, last thing you said there, what does, what do we need to make? So, sorry, I think I\'m, I\'m getting this, but for launch, I think what you\'re saying is for launch we\'ll have default site and host option.\n\nCorey Maass: [00:08:00] Okay. Yeah. I think cuz it\'s, you know, we, we essentially, we have a builder. That.\n\nOkay. You, you see a dashboard full of projects. You create a project where you say you select a channel, I\'m calling it a channel. We\'ll have to come up with something better. Um, but a channel being like an Instagram host, so 10 80 by 10 80 or an open graph image, which is like 1300 by 60, 6 30 or something like that.\n\nUm, and then we\'ve got right now just a couple of templates, um, which is a layout. And so you\'ve got a, you know, I showed you a couple of weeks ago, uh, a featured image background and a title in a footer. Um, or for the open graph, kind of what you\'d mocked up on the on slides was a logo on the left and a title on the right.\n\nUm, and so, you [00:09:00] know, using those as simple prototypes, like we will, we will spend the rest of eternity cranking out templates and refining templates, but I\'m making it so that it\'s really easy for us to make templates and then also for, um, potential customers to make their own templates, which I think is really, I think a lot of developers are going to want to do that.\n\nUm, you know. Yep. So anyway, so that\'s, that\'s all set up. Yep. Okay. Awesome. And we will, so sorry to finish the thread, we\'ve, so we\'ve, you\'ve got a screen, so it\'s like from, um, you\'re editing a blog post. There\'s a button somewhere that says, you know, OG O O M G I M G, and you open it up and there\'s all the images that you can make or will make.\n\nAssociated with that post. Um, I\'ve also added it as a link [00:10:00] in the, when you see the list of posts, you know, edit, delete, there\'s now a little om, G I m G link there for the sake of simplicity where you j it just throws you straight to the builder. Um, and then that\'s excellent. \n\nCory Miller: Just wanna say that\'s a hundred thousand percent awesome.\n\nThank you. Uh, because for those people that have a lot of content to go back and create those easily, that\'s excellent. \n\nCorey Maass: Yep. Um, and then, uh, under media, in the WordPress admin, there\'s now a new, so it\'s, you know, media library add new, and there\'s now under there there\'s a menu item that\'s om G i mg, which is, you know, site media basically.\n\nUm, and it, and again, when you click on it, it looks the same. So we may, we may wanna. Like it says Sitewide images versus the, the name of the post when you\'re in the, you know, our, our app. Um, [00:11:00] but it, it essentially looks the same. So we\'ll have to differentiate that a little bit somehow, but Okay. Um, but you go in and you say create, you know, create a new project, a new image, um, and then once you\'ve made it look the way you want, you say save as OG image.\n\nUm, and, and it\'s set. And somehow we\'ll, we\'ll denote that, that, you know, this project that you\'re looking at is currently set as the OG image, um, for your site. Thank you. Okay. \n\nCory Miller: When we get this, I was trying to look at your screenshot Slack too. Um, when we get it where you\'re ready, I\'d love to take a look and give comments there.\n\nIt\'s, I\'m, yeah. Following along I think conceptually, and then when we see all that, um, when I get to see it, I think I\'ll have better. Better help on that. Yeah. Uh, okay. Because I, if I put my post status hot hat on as a customer, [00:12:00] easily create that o OG site image that displays by default and all those things, platforms.\n\nAnd then as I\'m creating the post, I can go in and create an OG image for that post that, that nails that basic value prop for me, right. Was my post dose. \n\nCorey Maass: Yeah. And, and to me it\'s, um, I mean as much because it was the easy, easier first option. Um, like you can save as featured image, but it\'s, to me, that\'s the, that was the first problem we identified, which was, um, you know, for every blog post you want, you want, you need a featured image, but you are in the co when you\'re looking at a blog post, the featured image is, you know, a bunch of people in a [00:13:00] boardroom or a handsome person typing on a laptop.\n\nBut when you share that, you see a person typing on a laptop and it has no context to, um, you know, to the blog post. Um, so that\'s where we said, okay, you know, we want, we want, if you share it, there\'s your OG image. But also, wouldn\'t it be nice if, frankly, if the featured image had more value, As well. So, you know, so you can, you can create one image and save, set it as the featured image, which might get pulled in as the OG image.\n\nYou can set it distinctly explicitly as the OG image. They could be two different things. Um, you know, and then down the road we will have things like copy, you know, so it\'s like you create an OG image that is just the title of the blog post, but you\'ll say copy, save it at, you know, save this one as the o as the featured image, and that one has the bullet points or whatever.\n\nSo you can, [00:14:00] you know, mix and match. Again, sort of following the, I, I don\'t want to keep saying Canva, but um, you know, where it\'s like easy to go in and, and create a new image and edit and create a new image and tweak it. And um, the other thing that I just added yesterday, which is pretty slick, is you can, um, Change channels.\n\nRight? So, and this is where the responsiveness comes in that we\'ve talked about. So it\'s like if you have an image that\'s, you know, wide 16, nine or something good for a featured image, good for an OG image, excuse me, changing it to Instagram, it makes it square, you know, and it might not be perfect, but it, you know, the left and right, stay on the left and right.\n\nOr if you go to a mobile view, they go to top and bottom, um, in the same way that a website does. And all this seems to work. So. Okay, cool. \n\nCory Miller: So I think when you get it, [00:15:00] um, beta ready, I want to put it on post-test and start using it, and I think that\'ll be really good data back. Just a note on that real quick is we\'re trying to switch, we\'ve.\n\nSwitch your platform over and, um, I think by the time this is ready, I\'ll be able to put it on our new environment and, uh, and then give a lot of feedback and notes from, from using it. Uh, a lot of this I keep asking your you how this works because I think I put on this a piece of content. It\'s like, what is open graph and why should I care?\n\nMm-hmm. The marketing side, um, I, I tend to, in any project, try to embody the customer, but I am the customer here. Sure. Um, and so even as versus people might think I am on the web, I still have a ton of questions and I think that\'s gonna, so I, I\'m writing some notes as we go about some of that content stuff [00:16:00] to say, you know, um, to help people understand and make, connect the dots to ogm and Gs.\n\nThis it\'s Scraper Oak Graph plus. Just want a nice image done fast for a piece of content. We got you. \n\nCorey Maass: Yeah. Yeah. And I, I mean, you, you asking these questions like I, I, we\'ve talked a little bit about how I am a very intuitive product developer. Um, like things just occur to me as I\'m ba bashing at my keyboard.\n\nAnd so I\'m, I\'m adding things and I try to be a little disciplined about adding features and whatnot, but it\'s at, at the end of the day, You and also me, um, have to go forth and sell this and, you know, and, and as we\'ve talked about early on, like I\'m relying on you down the road to take the, the reins for setting up the marketing site and uh, marketing copy and all that kind of stuff.\n\nSo, you know, you asking questions. I mean, any, any good [00:17:00] salesman needs to know how it works, even if they\'re not, you know, explaining a, um, internal combustion engine to the, the, you know, the person trying to buy a car. They still, it helps to know how it works and be able to answer those questions because it also, it\'s gonna float to the top all of the actual value props that ultimately we\'re gonna talk about.\n\nI mean, it\'s cuz we\'re, we\'re building a really neat image builder. Okay? And, and I think people are gonna go, wow, you know, whizbang, but at the end of the day, we\'re selling it. We\'re selling value, just like anything. And so that value needs to be clear. And if people don\'t know that how important it is for when sites get shared and that, how that relates to this thing called an open graph image.\n\nAnd that\'s also part of why like, I think, um, you know, setting a good, creating a, a more valuable featured image, [00:18:00] which is something we had talked about early on too. Like, you know, just adding the title to a featured image. People don\'t realize how amazingly valuable that is because that usually is the image that gets sucked in as the default OG image if there isn\'t one explicitly set.\n\nSo, and all of these things I think are, these are, these to me are patterns. Thank you. You reminded me. I need to stand up. Um, I think all of these are patterns that we will unearth as we, as it gets used, right? Like, we\'re gonna find that a lot of people. Are setting images or are not setting images or don\'t know what, that these images should be set, you know?\n\nAnd so we, there\'s gonna be some education, but it\'s also like we, we need to just speak their language. If, if they\'re not thinking about it this way. But they are all, I mean, anybody who\'s promoting a site is in fact concerned about shareability and that kind of thing. Like, we need to understand what language they\'re using.\n\nOkay. \n\nCory Miller: [00:19:00] Um, okay, so put, I\'m gonna put on the post back, on the post set for a second. I\'m the customer and for V1 launch, um, I go AMA post hit OG image to create the, the image. Um, then from that point, I\'ve created that image. Yeah. And then I go to sh share on social. How does that work for me as customer? How, how do you it the nuts and bolts of like, Do I download image, go over to Facebook, whatever, my social platform.\n\nCorey Maass: Okay. No, not at all. And that\'s, I mean, that\'s the nice thing about this. And, but also it\'s, it, it\'s the nice thing. Technically it\'s the bad thing humanly. Um, because it, it, it\'s one of those things that just works. It\'s like, you know, people logs have r s s feeds, right? Like there is this Yeah, this big, [00:20:00] there\'s a, a file of code, it\'s plain text and it\'s just gobbledy g to your average person.\n\nUm, but that\'s how, uh, you know, an r s s feed used to be really popular for sharing blog posts, right? And that\'s still the backbone. I was, this is in my head, which is why I bring it up because I was setting up a podcast for a client this morning. Like that\'s still how podcasts work. But to most people, it\'s just magic, right?\n\nLike, You know, but you can\'t, um, you don\'t just put a piece of audio on the internet and, and it\'s a podcast. Like there\'s these, you know, this magic tech stuff that happens behind the scenes. Um, offloaded. \n\nCory Miller: Okay. So I\'ve created my post, created my OG image publish. I take that link \n\nCorey Maass: and go. I\'m sorry. So No, you do nothing.\n\nYou do nothing. So, um, if you, sorry, I was, I was talking analogously. [00:21:00] Um, in you, you know, if you look at any, if you look at the source of any website, um, then wait, \n\nCory Miller: wait, sorry. I think I know where you\'re going there. Let me pause for just one second. So my, my workflow would be we create a post on post status, um, and then we want to go out and share it.\n\nI would just do my normal thing and OG image is gonna display in Correct. Those social networks. Yeah. Okay. It\'s just, that\'s great news because I w I thought at some point, um, I was gonna have to download, go over here to, uh, tweet deck, whatever it is, or the social channel itself. Upload, put post link, get my update ready on my social post.\n\nBut that\'s all baked in. So like I just do my normal scheduling OG image is gonna appear naturally. \n\nCorey Maass: Yeah, it\'s, it, it\'s the same as if you, if you share a URL on Twitter, on Facebook, anywhere. Yeah. [00:22:00] And, and a, and a URL might or might not have any information in it, right? Like there\'s a, it\'s possible that a, you share a u r url that that is, yeah.\n\nYou know, post status.com/ 1 23. Yeah. Which means nothing to anybody. Yeah. But, um, but Twitter, Facebook, Instagram, everybody will, what they actually do behind the scenes is that, is that the computer goes and visits the website Yeah. And pulls metadata. The title tag, the metatags. So there\'s a description, there\'s a, and um, and if there isn\'t, and this is what, why the O OG images were created and all the O OG tags, open graph tags was Yeah.\n\nUh, by default. So it\'s like if you shared a U R L on Facebook, it would automatically suck in the first image it found. Well, a lot of the time, the first image it, um, it finds is a logo. Okay, fine. But if you\'re on a blog post and you wanna share the featured image, [00:23:00] you\'d have to manually go inject that.\n\nAnd so what you can do instead is you can explicitly set the open graph image, which is the image that, you know, when you paste a URL URL into Slack or into Twitter or any of it, that little preview comes up. It\'s sucking in that, that open graph info. Okay. Um, except for now, Twitter. Twitter sucks in a Twitter card info, but it\'s hidden to the average user.\n\nCory Miller: So for this part, you don\'t have to explain the plumbing necessarily, but workflow as a customer, I go, okay, I\'ve installed O M G I M G, I probably go Okay, create my default, what I think of as like my website, business card, kind of online business card. Yep. Yep. And then behind the scenes doing all that awesome magic.\n\nSo then I\'ve just helped got the previews, so like professional and visible and the search engines and all these other channels. Then post, it\'s doing that magic for me. I just go worry about [00:24:00] scheduling my link and content updates on the social platforms and these appear. So I would think as a customer, so post using Postes is our customer for a second.\n\nUm, we do Twitter and LinkedIn. Those are our two primary channels. So probably somewhere we\'re setting OG images for all the networks, but you know for sure our output for those blog posts. When I do the schedule workflow, what I do, what we do, uh, we probably wanna make sure those, that builder section is okay, create your LinkedIn version, create or tweak whatever your Twitter version.\n\nYep. And then when I go to do my normal content promotion side on the socials, it\'s all displayed magically right there. Corey, you made it effortless for me. To do that as a customer. And I mean, there we go. Cuz I was writing some messaging on that, but I just wanted to con confirm that customer workflow, so like you\'re doing [00:25:00] all the magic behind the scenes with OG stuff, but for the user it\'s like you\'ve just taken out huge amount of time, an effort that takes to go over to a canvas or fire up, Photoshop, whatever you\'re doing, and it\'s appropriately sized for each of your major channels.\n\nCorey Maass: Yep. So, uh, like I said, I mean the, the most, most channels use the same, um, you know, same image. Right. Twitter now is, uh, is a little different, but yeah, the what\'s nice and it\'s, and, and from a, from a user workflow, there\'s sort of a, a trickle down, right? Like Yeah. The first thing we\'ll have you do is we\'ll set up a Sitewide OG image, a business card like you said.\n\nSo right there, no matter what, if your site, any a any page on your site is shared, there\'s at least something better showing, or at least something predictable and something you know, truly marketable showing. [00:26:00] And then you can, and then you can get better, right? Where you can go into specific pages or posts, create images that are specific to that page.\n\nSo then you are, you know, you\'re adding icing on top of icing. And then you can go even, even further where you are, um, copying the OG image. But, um, Or a specific post or something, but then you\'re, you\'re creating a version for Instagram, because Instagram doesn\'t pull in OG images, you have to upload an image.\n\nBut we just, what we just took a co uh, an image that you know you like that\'s shaped like this and, and Z made a square out of it with, with one click. And now you\'ve, at again, you\'ve at least got a basic image to share on Instagram that, you know, will be the right size and shape and has your, your marketing assets.\n\nYou might need to tweak the logo a little bit or something, but, um, \n\nCory Miller: so if I put my mindset back in post status, we create, you know, weekly content, [00:27:00] um, and then we share on the socials. Um, I want to think for a second before I get access to the product. Um, I would want like LinkedIn and Twitter. Those are our two biggest channels.\n\nUh, I get your, you\'ve set up the response on this, which is awesome. Yeah. Um, but what would I want? I\'m, I\'m asking myself as a post customer, what would I want a display there? So I\'m really, I think I told you I\'m leaning into LinkedIn and like when I was doing that with my ma, I showed you and thank you for your helping that.\n\nCause I was like, oh, this is a great use case right here. Um, so LinkedIn, I\'d go to myself, like the, the default, some of the images that come up take way too much screen space in LinkedIn. Mm-hmm. Yep. Um, so I\'d want to say, I\'m gonna guess some kind of image featured image [00:28:00] that it\'s thematic to the content that I\'ve pulled from other source.\n\nUm, headline\n\nmaybe. Maybe that\'s it. \n\nCorey Maass: Like, well, and this is, this is what you decide, right? Like you Yeah. You know, when, when you and I were look, doing a bit of research on this, like we went and looked at WP Beginner, uh, we looked at Free\'s blog. We looked at just kind of let you know, let\'s Google some random things and see what comes up.\n\nUm, and one of the ones that we liked, um, had, you know, essentially what was their featured image on the left and the title on the right, but the whole thing was an image. And so when you shared the story, that\'s the graphic that got used. It was a, an image that was relevant, but put in context because it included the title.\n\nUm, and this is where again, like I\'m trying to build this picture of, [00:29:00] um, Hmm, I don\'t know what you call it, but how, the way that users grow with a product, right? Like the first time you buy Photoshop, you open it and you, you know, take out the power lines and you\'re like, okay, great, I\'m done. But you know, six months later you\'re adding layers and you\'re adding some text and then six months later you are, you know, tweaking the alpha channels and I\'m trying to think of what other, using masks and embedded objects and all this stuff.\n\nLike you, you grow with a product. And so for us, The immediate value people are gonna install this thing. We\'re gonna walk you through ba building a business card for your website and, and right there if nothing else, you know your, your website\'s gonna be represented better anytime that it\'s shared. And then you can, and then you can build business cards for specific posts and pages.\n\nSo it\'s getting more and more relevant and, and more and more valuable to be shared. And then past that you\'re going, okay, well I actually, every time I create a blog post, [00:30:00] I wanna, you know, I can, I can share this on Twitter, Facebook, LinkedIn, and it\'ll suck in that OG image, but I can\'t do that on Instagram.\n\nI need a dedicated image. Yeah. So you\'d say click copy, you know, change it from og, change the channel from OG Image to Instagram. Whoop, it\'s square. You download and you upload. Cuz you have to do it, you have to manually do it with Instagram. So, you know, but we\'ve, we\'ve, you are now, every time you create a post, There\'s a default OG image, then there\'s an OG image relevant to the post.\n\nAnd then it\'s with a couple of clicks. You\'ve got images that are specifically sized for other channels like Instagram. And then down the road you\'re like, like we talked about, we\'re like, oh, we want, you know, if I\'m really pushing hard on a blog post, I want slides, I want numerous different images cuz I\'m gonna tweet about this every day for a week.\n\nAnd I don\'t want to keep using the same image. So I\'m gonna copy, paste, copy or, or copy, copy, copy. And I\'m gonna say, use these [00:31:00] three bullets on Monday. Use this pull quote on Tuesday, da, da, da. And download all of those five images. And so now it\'s like, again, as you grow with the product, you\'re gonna just bang, bang, bang, you\'re with any piece of content you create, like your blog post, you\'re gonna have five images, 10 images that all have specific purposes.\n\nUm, and if you are just a site owner, if you\'re just one person, You do the basic, you do what you\'ve got time for. But if you\'re like one of my clients that has a dedicated social media manager, they\'re going to own this tool. They\'re gonna become a pro with this tool, and they\'re gonna be generating a dozen images for every post because they\'re wheeling and dealing.\n\nCory Miller: And that part is what I was just trying to think, ask myself, okay, uh, I want this to show up. I\'ve now, I\'ve got an easy way to do it. And I was just trying to do a little bit of thought about what would be valuable to me when I am, I\'ve done all this work, and now I want it to be an [00:32:00] image that kind of entices someone to come back to the content.\n\nUm, at a base, I\'d want to say, you know, there\'s an image, kind of some of those templates we saw, middle part logo, maybe the featured images in the background are like top five accessibility firms and WordPress, you know, and, um, with, with the brand. On this, on that image, I think would be the minimum things I\'d want for any post that we did like.\n\nSo we do just kinda right side of this when we get to this for the template phases. Um, so we have two columns, basically three I guess business, tech and community. And you know, we do a tech every week and it\'s like, that\'s probably not a good example here, but, uh, something interesting in tech, I\'ll say it like this, maybe this is a good example.\n\nWe do a make word WordPress column every week that [00:33:00] summarizes links off to things happening on the project. So she always does a title on there. So it\'d probably be series name this this week at Make WordPress. And her title, and it would just be like 6.2 campaign release, Gutenberg project updates or something actionable.\n\nYep. But it\'s branded as that this week column idea. I hadn\'t thought about that with this product, but I go, that\'s probably good. Like this week in pro, these three happens. And right there with the title, they\'re kind of going, okay, I ne I\'ve already got value. I\'m gonna click through and see what is in that post.\n\nAnd then Michelle does a, a column me tweak. So, you know, might be whatever her column title is. Um, trying to think once you did last podcast, sequels community or something like that. So it\'d be title, [00:34:00] category, title, this, it\'s her, her community section, whatever we call it. Then whatever her headline is, So they know like, click here.\n\nThis is the magic package to get more. So I think that\'s probably, I think that works. I was trying to test it out and just say, what would my minimum request be from, from you when you\'re building it. \n\nCorey Maass: Sure. So, you know, we haven\'t introduced, I haven\'t introduced like saving templates yet, but you\'d, you\'d, another way to approach this is you\'d create a template that has the post status logo on the left and some piece of text on the right, right.\n\nYeah. And then you\'d save that, um, for, as a, as an overall template. And so Michelle goes in and creates a community [00:35:00] post, let\'s say. Yeah. And so she says, use the standard template post status logo automatically on the left. It sucks in the title of her. Her post that week on the right. Okay. Corey, who\'s in charge of the tech at this point?\n\nYou, uh, yeah, me, I guess. Me. Yeah. Yeah, yeah. Um, you know, Corey goes in and creates a tech column this week. You know, use the standard, the standard, uh, template, post status image on the left, you know, this week in tech on the right. Um, now if you, uh, take this further, right, you could, um, automatically, you know, or, or Michelle creates a sort of a sub template that, so it says post status image, it says community, and then her title.\n\nAnd week over week, the, the logo stays the same. The word community stays the same, but the title changes. You know, week, [00:36:00] the week of April 12th. In, in commu in WordPress community, the week of April 5th, WordPress community. The other one over here says Post status logo tech, and then your title, right? Um, so that\'s one per column.\n\nYou also put out a newsletter if that newsletter is a post. Essentially, it doesn\'t matter if you\'re putting out a newsletter. The newsletter has a make section, a text section, a community section. So every time you create a newsletter, you would create three images, you know, taking that original saved template and just say, copy paste, copy paste, copy paste, hashtag community, hashtag make hashtag tech.\n\nPut in a few, you know, bullet points and then you download that as the okay. This week we put out our newsletter and then we also have three shareable images. And so as the newsletter comes out on Friday, on Monday you, [00:37:00] you tweet about the tech one and you use the tech image, you tweet about the, the, the make one and you use the make image.\n\nAnd so it\'s just automat, you know, makes it very easy to over and over and over create a whole bunch of images that are used in whatever way makes sense for you. Yeah, okay.\n\nCory Miller: So I was trying to use that to think it through and I think it broadened it out a little bit. So I would want maybe like a series category thing.\n\nI was trying to think this, cause I was like, next step I want to do some actual templates to mock this up a little bit. Mm-hmm. That\'d be great. So up here that sets up like a top here. Lemme do this.\n\nSo if this is the card, I\'d probably [00:38:00] want\n\ndo the make work, press something conceptually up here that\'s like, Hey, this is the category content. Like we have just like your magazine client has numerous topics, uh, categories. We would have something like that. Okay. And then headline. Um, I think an option to go.\n\nWhich might be the excerpt.[00:39:00] \n\nYeah, I was thinking like, let me actually pull this. God. Oh my God. Okay, so you get it? Yeah.\n\nWhile we\'re moving our hosting environment. This, come on. Okay. Anyway, so where am I at?\n\nJust wanna work this through, cause I think this is, uh, So Gutenberg 6.2 candidates, uh, feedback needed. Trying to put it in an actual thing. I\'m gonna remember. Okay. So series up here, like they\'re kind of having this expectation. This is a category, topical content. We could even create [00:40:00] different backgrounds like we do in our newsletter, different sections.\n\nTech has blue. I can\'t remember the colors offhand. Um, and then we\'d probably want some kind of logo, branded logo. Yep.\n\nI just put here Freeflow just because like maybe a lot of this is only the headline make it mm-hmm. Peeling to the headline. But if they wanted something like, you know,\n\nPutting my content hat on here. Um, that would just give a free flow area join, you know? \n\nCorey Maass: Yeah. Join the conversation. Feedback needed. Join the conversation. And this is, and this is where, so you might create a template that says, um, that, that has, [00:41:00] has a hard coded title in the left serious title Make WP never gonna change, right?\n\nSo when you created this template, you\'d go in and type that in. But in the middle is a variable, right? Is a placeholder. And so when any, anytime you created a new newsletter or a new whatever, you\'d say, copy that template. And that placeholder automatically sucks in the name of the blog post and your free flowing text.\n\nIt might automatically suck in the excerpt from the blog post. Now you can then go in and, and edit it, overwrite it, change it, you know. But, but at, at the, the minimum, if you\'ve created a template and then said, um, it\'s kind of like a page builder, right? Like, I use Beaver Builder, so I have a, I have page templates like use a, this, you know, header and content template [00:42:00] for any page that I create.\n\nAnd so I create a new page and right away it has a header up here and the content down here. But then I say, well, I really want this two, this one page. I really want it two columns, or I want to add a form. Then I go in and I tweak it, you know, to be specific to that page. But when I\'ve initially created the page, that template gets applied.\n\nIt sucks in the header, it sucks in the content. And right away I\'ve got a branded page. You know, with no effort. I\'ve, I\'ve created that template once and now creating every subsequent page, just, it\'s just formatted the way I want it to be. Yeah. \n\nCory Miller: I, I\'m doing this not necessarily for marketing, but for more the template functionality, like, cause what I want to do is get these little things here.\n\nMm-hmm. Put in enough. Uh, sample content and have someone do a treatment, you know, create our templates because I know if this is [00:43:00] attractive, it\'s gonna like, in an impactful and useful, it\'s gonna be really different. But I could be like, okay, so designer for the template, you know, think of the background option.\n\nWe\'ve already done some of this. Like we\'d want to say, you know, tagline for us would be,\n\num, or something like that. We\'d want the logo here to kind of brand that image. But primary thing is like, this happened, we connected to some topic that\'s of interest to our users. And like in that social update and LinkedIn, up here in the text copy is, you know, a summary. But right there they\'re like Gutenberg something that hits that category.\n\nThey see it\'s branded. We get some brand awareness with the logo, the business we\'re doing this for. Um,\n\nyep, man, I like that. [00:44:00] Um, so that was for me more for the template side of things and just playing around this cuz I, if we nail this, um, people are gonna be like, how\'d you do it? \n\nCorey Maass: I love that you\'re, you can\'t stop tweaking. You\'re like, logo on the left, no logo on the right. No logo on the center tagline.\n\nYeah, because I \n\nCory Miller: know if we can get this looking really nice, people are gonna, how\'d you do that? Well, it\'s this plugin called \n\nCorey Maass: Om, G I M G. Um, um, yeah, I mean, I think I, I, I think the, you know, the, these little mockups that you keep doing are great. I think you, instead of like, Instead of logo on the left, and then you move it, I think you duplicate the page and move the logo.\n\nAnd then these are all templates that we will create, or, you know, we will, if, if most of them are similar or if, you know, three of them are similar, but you\'ve got logo left, right, center, [00:45:00] then uh, you know, then I make that a little toggle that says, do you want your logo in the, you know, which corner do you want your logo in?\n\nOr, or that kind of thing. Um, so we do need, do you have, do you have a designer that you work with? \n\nCory Miller: Yeah. \n\nCorey Maass: Um, maybe. Sort of. Kinda. I do, I do. Um, well, just so we need, I mean, right now we find ourselves needing two things. One, we need a logo for this plugin overall. Um, and then, you know, so if, and then it would be great to have somebody, like you said, like if we give them essentially what you\'re doing as wire frames, um, and say, You know, here\'s what we need.\n\nDo some, do some designs. And then I go and I actually h t mli HT mli them, you know, make them actual templates. Then, you know, and we start with three that are very distinct. You know, the dark theme, the [00:46:00] light theme, and the rainbow theme or whatever, um, you know, that use different fonts and different treatments.\n\nAnd one is, you know, emphasizes the title and one emphasizes the logo and one emphasizes, you know, the business card or whatever. Then those could be the first three templates that we, we start with. Yeah. So that\'s kind of what I\'m thinking. Yeah. \n\nCory Miller: I like using this sample. Like we def I think we need something up above, whether it\'s centered, whatever, you know, the toggle button.\n\nYep. I kind of like, this is the topic. Um, See, I, I can give this right now to the designer. Like this is the headline. Yep. Um, freeflow. Yeah.[00:47:00] \n\nYeah. See that\'s really big. See that? We got that. So we need something there like an upper. Mm-hmm. Can\'t remember what they called it in the newspapers, but it\'s the category name or just a generic text area \n\nCorey Maass: here. Right. The section of the newspaper. You\'re in news, you\'re in auto, you\'re in classifieds, you\'re in, I don\'t remember what it\'s called.\n\nYeah.\n\nCory Miller: Yeah. See, this is good too because, you know, they clipped that stuff and you do too much text. So like \n\nCorey Maass: Right. But they don\'t clip images, so that if that image had your, your headline, you know, and, and I mean, it\'s exactly what we\'re talking about. Like, you\'ve got the image, you\'ve got an image treatment. And so again, like if you create that once in om G I M G, which by the way, abbreviates to OI or ooi, [00:48:00] which I like, um, so, uh, in ooi, uh, or oi, um, nice.\n\nInstead of ai, we are oi. Um, okay. But, uh, you know, there\'s that background image, right? That black and white faded into the back background image. So you know, that could automatically be your featured image. So every time you create a blog post, a featured image appears in the black, in the background in black and white.\n\nYou know, with, with a mostly black layer over the top of it. So you\'ve got a text, essentially a textured background automatically generated, but from the featured image of every post. And then it has the headline in orange or white over the top and your logo in the top left done, essentially auto-generated for every blog post you create.\n\nSo, \n\nCory Miller: like\n\nI was trying to flesh this out for the design and whoever we hand this off [00:49:00] to. So this right here is an OG image, I guess, cuz it\'s pulling in this text. \n\nCorey Maass: Not necessarily The text is pulled in from, you know, either, either a meta description or an OG description tag cuz there\'s, you know, in, in old school html, there was a bunch of meta tags.\n\nThere\'s title description, there was a tags tag, so you used to put in keywords and you know, but people would, would abuse that. And so they took that out. And so again, now OG Open Graph has the similar tags where you\'ve got author description image, so this, so here they, they could be pulled in from a couple of different things.\n\nAnd then that image again is coming from, it\'s either the featured image or, yeah, it\'s the, it\'s the OG image. \n\nCory Miller: Okay, so I get this, we got that. We\'re creating that with OMG here [00:50:00] though it just made me think like, what if we wanted, you know, Yost has its own SEO compliance stuff. This just made me think is like, I wonder, this could be downstream roadmap wise, but I\'ll let them tweak what the open graph is.\n\nThis text. \n\nCorey Maass: At that point we say install Yost. Like I don\'t, I, to me we wanna be a image generating plugin. Not an SEO plugin,\n\nCory Miller: but like when she posts whoever did this Yep. When she posts this link, um, here, it pulled in the image, cuz I know this is a created image. Yep. It\'s the featured image of the post. And this comes from Yost. Cause that\'s what we got on the site. \n\nCorey Maass: [00:51:00] Yep.\n\nSo at least to tweak that if she wanted to update it is in Yost. \n\nCory Miller: So, okay. When we do the design, Templates. We need to factor in that. Like mo like LinkedIn for instance. I\'m sure the others are gonna pull in this data. Yeah. That like really I need to tell the designer. Remember like LinkedIn, however else it shows, there\'s gonna be this pulled in.\n\nSo there might not be like I was doing tagline and everything, uh, on the image. Maybe it\'s just the logo. Like, like mm-hmm. She\'s got here. Um, and we don\'t worry about all that tagline stuff cuz like it\'s right here. Right.\n\nOkay.[00:52:00] \n\nRight. Because I\'m getting, I\'m thinking, uh, I know how to clear that now.\n\nCorey Maass: Um. \n\nCory Miller: Okay, so for design we need the logo.\n\nWe need some basic, we need a single post. And then I\'m just trying to flesh out what to get the designer so they know the elements they have to work with.\n\nLike they just need to know that\'s the frame. [00:53:00] Yep.\n\nSo does Designwise, do you. Do you have somebody you wanna work with? I have somebody we can work with that I think would give us good start, give us a lot of variations. Mm-hmm. Options. Yeah. \n\nCorey Maass: I mean, I think, I don\'t have anybody offhand. Um, we can, you know, and, and I\'ve created now two templates that are dead simple.\n\nUm, but, you know, I, I\'m conflicted. We d we need a logo. Um, and if that sets us up, like if we\'ve got somebody that, that can, can, can get us one, great. Um, you know, I have no problem jumping on fiber. I\'ve done that before many times. Um, and then ideally, yeah, we\'ve got a. A relationship that we start to build because it\'s like we want, you [00:54:00] know, one or two templates to start with.\n\nWe could even start with like the post status template essentially, so that you\'re using it and then, and then you\'re like, well, we really, it would be great if we had a different version that was, you know, totally different. And it\'s like, okay, well then, you know, that\'s two. Um, but if somebody, if we\'re working with a designer who\'s got a sense of what can be done and what we\'re looking for, um, you know, then they can just start cranking them out.\n\nLike once we\'re ready to do that, you know, cuz it\'s like, we want, we want 10 and then we want a hundred, and then we want, you know, different ones specifically for different channels, you know? Yeah. Instagram, square, whatever. Um, some are gonna be, you know, really only relevant to a sitewide and some are really only gonna be relevant to a specific post.\n\nUm, You know, and then also along the way, like, we\'re I what I, what\'s that? [00:55:00] I was coughing, sorry. Oh, sorry. Um, what I\'d benefit from is, um, somebody saying, basically showing me a bunch of different treatments by creating a number of different templates. And I\'m gonna be like, oh, right, like a gradient, you know, coming up from the bottom that\'s black to transparent, so that when the text is on the bottom, it stands out more.\n\nOr, um, you know, we add a little gradient builder and so people can design their own gradients to use as backgrounds or if we want, um, you know, if people want text that has, you\'ve seen text that\'s like, uh, changes color, you know, like as a rainbow across the text. It\'s like, oh, right. I, you know, like, let\'s figure out how to do that treatment.\n\nAnd so it\'s like we will benefit not only from very specific designs, but also just conceptually like, oh, here\'s a, a treatment that we can add to text or we can add to images that we hadn\'t thought of before. Let\'s look at ad, you [00:56:00] know, adding those as options.\n\nCory Miller: Okay, let me take Post Status as our base. And I think \n\nCorey Maass: that\'s the way to start.\n\nYeah. Work with \n\nCory Miller: this stuff to, uh, with a designer to create some, show \'em back. You let them kind of like have a little bit of wildness just a little bit and then you go, okay, I need this better. I need that. What, what\'s this? Like, you know, you put us back in the container of what can be done. Mm-hmm. I think I have everything you need that I can do with post TEUs.\n\nUh, this comment here is just Emily\'s creating those in Canvas. So I want to just touch base with her before I talk to the designer. Like, Hey, as you create these, like she\'s, she does that all the time for content journey. Um, so let me take that and let me start on that. Work with designer. Um, give you those options back and you tell me n I need that, what about this?\n\nAnd then I can go back and I [00:57:00] really think that\'s gonna be great. Where, cuz if we, like you said, if we do it for posts, why I kind of put this hat on, like really embodying, um, I want this to show up professional in some of the things you\'ve seen. I\'ve been trying to, in the next brand version of post test, make it a different, uh, design a little bit more lighter.\n\nAnd so I just wanna connect those dots too. And then, um, I\'ll get those as soon as I can over to you to give feedback back what you need better. Oh, wrong proportions. Something like, whatever that is. Yeah, that\'s perfect. Thanks for letting me do that. Cause that was helping me flesh out what I need to go ask for.\n\nCorey Maass: Yep. Yep. And I think if we start with yours, like there\'s no reason that that can\'t be, you know, at the end of the day, it\'s, it\'s not, it\'s unique because of the image treatment of, because of the orange on black. But if it was green on yellow, then that\'s somebody else\'s brand, and so it\'s still [00:58:00] all reusable.\n\nCory Miller: Okay. Last thing I didn\'t ask is ratios. \n\nCorey Maass: Yep. We need do, do, do, do, do. Where is it? How badly did I break this thing? Doesn\'t matter.\n\n1200 by six 30.\n\nIs that the default OG image? That\'s the default OG image. And it\'s, it\'s technically, it\'s not 16, nine. It\'s. 1.91 to one, but that doesn\'t matter. Just do 1200 by six 30. That\'s, that\'s the image we want.\n\nPerfect.[00:59:00] \n\nCory Miller: Okay. That\'s great. We\'ll walk on that.\n\nCorey Maass: Um, now how many, how many thousands of dollars are we gonna charge for this? Is that one of the decisions you want? 10,000, a hundred thousand? Yep. Um, no, but I do think, I think we should start thinking about it. Um, we, you had been tasked with doing some, um, competitive analysis and so, um, I think start thinking about, we can either talk about it, um, we should probably wrap up here shortly, but you know, next call next week or another call in between, but start making those kinds of decisions.\n\nCuz I think if we are deciding that we are launching with a pro version, like I wanna already start plugging some of that stuff in. Um, it\'s just things I can get ahead of while we\'re, um, [01:00:00] you know, waiting on graphics or if I\'m, um, stuck on something else, you know, because I\'ll plug in Ed D\'s class that manages licensing and then, and all that stuff and just get that set up prior to that.\n\nSo. Okay. Sorry I didn\'t discussion to a discussion to have a discussion. \n\nCory Miller: Yeah, I didn\'t do the pricing cuz I was probably thinking to myself that\'s the faster conversation. But let me, let me go back and do that cause I\'ll try to hit you with that. I think we discussed some of that in Slack. So I\'ll, I\'ll review that and just kind of look at some of these other competitors.\n\nUm, I\'ll get working on the post status templates. Um,\n\nCorey Maass: cool. Yeah, I, I, I appreciate you talking all this stuff through. I know I\'m throwing a lot of abstraction at you. [01:01:00] I\'m, I\'m, of course living in it, and, and then I\'m dropping you into, in, into the barrel with me and, and going, you know, okay, here\'s how everything works. And, and you haven\'t actually really seen much yet.\n\nSo my expectation is, yeah, within the next week or something, you\'ve actually got buttons to click on, you know, screens to look at, and, um, and it\'ll, I think it\'ll immediately become clear what\'s, what\'s missing, what\'s needed, what\'s gonna work, and what isn\'t. Okay. \n\nCory Miller: And now vice versa. Uh, and I took some notes here.\n\nUm, from my perspective, it\'s always user flow and messaging. Um, but today I really, the user flow was good for me to know. Now I understand what I need to go make at post at this. So I, I\'ll see Emily probably in the next hour anyway, and I\'ll, I\'ll talk her, I\'ll talk through this with her. Like [01:02:00] she\'s creating these all day, every day.\n\nShe can probably share some templates and then I\'ll reengage the designer. I\'m thinking for this, that would give us some options. \n\nCorey Maass: That\'d be great. And pricing. \n\nCory Miller: Roger that, dude. Awesome. \n\nCorey Maass: I love it. This is awesome. Yeah. I\'m, I\'m psyched. Like the, the deeper I dig into this and the more I play with it, the more I\'m like, you know, I\'m still, uh, I\'m still very much in the laboratory, but, you know, seeing, seeing, laying the groundwork, seeing how it\'s all wired together and seeing the potential for how we can build it out, I, and I\'m really excited.\n\nI think there\'s, there\'s a lot of amazing things we can do here. Cool. \n\nCory Miller: I\'ll let you know how that session goes. I\'m gonna co-work with them, the peop that my marketing assistant and content training that does all this type of work. So I get some intel back for us and, uh, rock on.</pre>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 May 2023 13:28: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:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"Do The Woo Community: Do the Woo Friday Show with Rob Cairns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=75047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/do-the-woo-friday-show-with-rob-cairns/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:427:\"<p>Rob joins me today and wants to chat about how you should still make money building products and services even if you are using a free open source tool. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/do-the-woo-friday-show-with-rob-cairns/\">Do the Woo Friday Show with Rob Cairns</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, 05 May 2023 09:22: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: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: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:87:\"Post Status: WordPress Products in the Enterprise with Crowd Favorite-Post Status Draft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=149232\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-products-in-the-enterprise-with-crowd-favorite-post-status-draft/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:62265:\"<div class=\"wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">In this episode, <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> talks with <a href=\"https://twitter.com/karimmarucchi?lang=en\">Karim Marucchi</a>, <a href=\"https://twitter.com/pat_ramsey/\">Pat Ramsey</a>, and <a href=\"https://twitter.com/_al_esc\">Alex Nitu</a> of <a href=\"https://twitter.com/crowdfavorite\">Crowd Favorite</a>. They share their insights on scaling WordPress for the enterprise. Their discussion includes the challenges of managing large WordPress sites, tips for optimizing site performance and security, and advice for hiring and managing a WordPress development team. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n<span class=\"span-reading-time rt-reading-time\"><span class=\"rt-label rt-prefix\">Estimated Reading Time:</span> <span class=\"rt-time\"> 29</span> <span class=\"rt-label rt-postfix\">minutes</span></span>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> is joined by <a href=\"https://twitter.com/karimmarucchi?lang=en\">Karim Marucchi,</a> <a href=\"https://twitter.com/pat_ramsey/\">Pat Ramsey</a>, and <a href=\"https://twitter.com/_al_esc\">Alex Nitu</a> of <a href=\"https://twitter.com/crowdfavorite\">Crowd Favorite</a> to discuss the evolution of WordPress, its growing importance in the enterprise space, and the challenges faced by WordPress professionals. They also talk about the future of WordPress and the impact of emerging technologies on the platform. Overall, the speakers highlight the need for continuous learning and adaptation in the rapidly changing world of WordPress development.</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"><strong>Top Takeaways:</strong></p>\n\n\n\n<ul type=\"video\" class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">\n<li><strong>Freedom for Growth. </strong>One of the benefits of WordPress at the enterprise level is its customization and flexibility. It allows enterprises to build a site that is tailored to their specific needs and requirements. Another important aspect of WordPress at the enterprise level is its ability to integrate with other enterprise tools and systems. This can include tools for content management, customer relationship management, analytics, and more. By integrating with these tools, enterprises can streamline their workflows and improve their overall efficiency to maximize growth.</li>\n\n\n\n<li><strong>Connection is the WordPress Way. </strong>WordPress has a large and active community of users, developers, and designers. Networking with other professionals and participating in the community can help you learn from others, stay informed about industry trends, and build valuable relationships. As a WordPress professional, building and maintaining strong relationships with your clients is key. This involves not only delivering quality work but also communicating effectively, being responsive, and understanding their needs and goals. By doing so, you can build a loyal client base and generate repeat business.</li>\n\n\n\n<li><strong>Mindset Matters. </strong>By practicing mindfulness, you can learn to observe your thoughts and emotions without judgment, which can help you develop greater self-awareness and emotional resilience. Cultivating a growth mindset can help you overcome challenges and achieve your goals. By focusing on learning and development rather than fixed abilities, you can approach challenges with a sense of curiosity and a willingness to learn, which can help you persevere through difficult times and ultimately achieve success.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"wp-block-columns has-theme-palette-8-background-color has-background is-layout-flex wp-container-8\">\n<div class=\"wp-block-column is-layout-flow\">\n<h3 class=\"wp-block-heading\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/a2-hosting\">A2 Hosting</a></h3>\n\n\n\n\n\n<p>A2Hosting offers solutions for WordPress and WooCommerce that are both blazing fast and ultra-reliable. WordPress can be easily deployed on ANY web hosting plan from A2: Shared, VPS, or Dedicated. A2 also offers Managed WordPress and WooCommerce Hosting. Take a look at a2hosting.com today!</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<img width=\"752\" height=\"470\" src=\"https://poststatus.com/wp-content/uploads/2022/08/imageedit_1_6433774706-752x470.png\" alt=\"A2 Hosting\" class=\"wp-image-104073\" />A2 Hosting\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show<strong>:</strong></h3>\n\n\n\n<ul>\n<li><a href=\"https://crowdfavorite.com/\">Crowd Favorite</a></li>\n\n\n\n<li><a href=\"https://automattic.com/\">Automattic</a></li>\n\n\n\n<li><a href=\"https://www.gravityforms.com/\">Gravity Forms</a></li>\n\n\n\n<li><a href=\"https://ninjaforms.com/\">Ninja Forms</a></li>\n\n\n\n<li><a href=\"https://www.wpbeaverbuilder.com/\">Beaver Builder</a></li>\n\n\n\n<li><a href=\"https://www.liquidweb.com/\">Liquid Web</a></li>\n\n\n\n<li><a href=\"https://pagely.com/\">Pagely</a></li>\n\n\n\n<li><a href=\"https://wpengine.com/\">WP Engine</a></li>\n\n\n\n<li><a href=\"https://www.godaddy.com/en-ca\">GoDaddy</a></li>\n\n\n\n<li><a href=\"https://getflywheel.com/\">Flywheel</a></li>\n\n\n\n<li><a href=\"https://kinsta.com/\">Kinsta</a></li>\n\n\n\n<li><a href=\"https://www.wpbeginner.com/\">WPBeginner</a></li>\n\n\n\n<li><a href=\"https://www.elegantthemes.com/\">Elegant Themes</a></li>\n\n\n\n<li><a href=\"https://wpmudev.com/\">WPMU Dev</a></li>\n\n\n\n<li><a href=\"https://ithemes.com/\">iThemes</a></li>\n\n\n\n<li><a href=\"https://theeventscalendar.com/\">The Events Calendar</a></li>\n\n\n\n<li><a href=\"https://gravityflow.io/\">Gravity Flow</a></li>\n\n\n\n<li><a href=\"https://formidableforms.com/\">Formidable Forms</a></li>\n\n\n\n<li><a href=\"https://wpforms.com/\">WPForms</a></li>\n\n\n\n<li><a href=\"https://twitter.com/photomatt\">Matt Mullenweg</a></li>\n\n\n\n<li><a href=\"https://twitter.com/taylorotwell\">Taylor Otwell</a></li>\n\n\n\n<li><a href=\"https://twitter.com/pippinsplugins?lang=en\">Pippin Williamson</a></li>\n\n\n\n<li><a href=\"https://twitter.com/bgardner\">Brian Gardner</a></li>\n\n\n\n<li><a href=\"https://twitter.com/syedbalkhi\">Syed Balkhi</a></li>\n\n\n\n<li><a href=\"https://twitter.com/chrislema\">Chris Lema</a></li>\n\n\n\n<li><a href=\"https://twitter.com/funnybrad\">Brad Williams</a></li>\n\n\n\n<li><a href=\"https://twitter.com/helenhousandi\">Helen Hou-Sandí</a></li>\n\n\n\n<li><a href=\"https://twitter.com/nacin?lang=en\">Andrew Nacin</a></li>\n\n\n\n<li><a href=\"https://twitter.com/perezbox\">Tony Perez</a></li>\n\n\n\n<li><a href=\"https://twitter.com/miriamschwab?lang=en\">Miriam Schwab</a></li>\n\n\n\n<li><a href=\"https://twitter.com/wpbuilds\">Nathan Wrigley</a></li>\n\n\n\n<li><a href=\"https://twitter.com/BobWP\">BobWP</a></li>\n\n\n\n<li><a href=\"https://twitter.com/danmaby?lang=en\">Dan Maby</a></li>\n\n\n\n<li><a href=\"https://twitter.com/josephhhoward?lang=en\">Joe Howard</a></li>\n\n\n\n<li><a href=\"https://twitter.com/ChristyChirinos\">Christie Chirinos</a></li>\n\n\n\n<li><a href=\"https://twitter.com/richard_tabor\">Rich Tabor</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/karimmarucchi?lang=en\">Karim Marucchi</a> (CEO of <a href=\"https://twitter.com/crowdfavorite\">Crowd Favorite</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/pat_ramsey/\">Pat Ramsey</a> (Director of Technology at <a href=\"https://twitter.com/crowdfavorite\">Crowd Favorite</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/_al_esc\">Alex Nitu</a> (Project Manager at <a href=\"https://twitter.com/crowdfavorite\">Crowd Favorite</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p>Cory Miller: [00:00:00] Hey everybody. Welcome back to Post Status Draft . This is gonna be a<br />great conversation. One I’ve been wanting to have as I’ve learned and explored more about<br />WordPress on the enterprise. And so this is under our agency, kind of both agency series and<br />product. Cuz it, it’s, it’s both because of what our, uh, the three people that are here today do,<br />uh, full-time for crowd favorite.<br />Um, but so we’re gonna be talking about WordPress enterprise products. I spent, uh, my career<br />in WordPress building. Products, not me personally, but leading a team that built products. But it<br />was different from the enterprise base as I told these gentlemen, they know very well. Um, that’s<br />whole different set of, um, Product uses and customers and needs, frankly.<br />So we had a product that had, was on the repo and had a million installs. That’s way different<br />product than what we’re talking about today, which is why I wanted to have this conversation. I<br />want to have more of [00:01:00] these WordPress on the enterprise conversations because I<br />think it’s so critical to WordPress overall.<br />Um, for years. Friends like Kreme, who I’ll introduce in just a second. Um, Have done this cool<br />work and I get to, and members of post status get to brag about my friends that do these cool<br />sites, that everybody knows what they are and I go, that’s about as much as I know. I know they<br />use WordPress. I know these are awesome people building for it.<br />And these are brand names that you know. So anyway, I’m excited for this conversation. Um, so<br />I have my dear friends, Karim and Pat, who I’ve known for, I don’t know, 10 plus years, and my<br />newest friend Alex, who I get to meet all from Crowd favorite. Uh, but I’m gonna let you all<br />introduce yourself. Um, Karim, I know your background go is vast.<br />Even before WordPress, you were doing some cool things in business that you took over when<br />you started, um, your agency, way back in the day before, it was called Craft Favorite. But I’m<br />gonna let you introduce yourself. All that to say it’s gonna be a fun [00:02:00] conversation<br />today.<br />Karim Marucchi: Corey, thank you so much.<br />It’s an absolute pleasure to be here. Uh, I love hanging out with you and having these<br />conversations with you because they’re amazing. Um, You mentioned I’ve, I’ve been around<br />since before WordPress. Yeah. Uh, at the end of this year, I’ll be, I’ll be celebrating my 30th year<br />of delivering c m s solutions for the enterprise.<br />That’s been way too long.<br />Uh, I’ve only been in the WordPress space for about 13 years. I’ve, I’ve found open source like<br />you find religion and I love it. Um, it’s been the best thing for our enterprise clients. So I’m CEO<br />of Crowd Favorite. Um, just for those of you who don’t have a, a deep WordPress history.<br />Crowd favorite was founded by Alex King. Um, one of the first contributors to the WordPress<br />project after, uh, Matt and Mike, um, and crowd favorite, uh, under the leadership of Alex King,<br />really did some of the [00:03:00] first big scaling publishing sites, um, in the WordPress world.<br />So we are proud to carry that name forward today.<br />Cory Miller: You know, you mentioned Alex and when I was a, just using WordPress in 2006,<br />when you install it, this is how far Alex and Cry favorite go back to is. You know, you install<br />WordPress, you get a blog roll by default. There’d be a bunch of names. You’re like, oh, who’s<br />all these names? Yeah. But there’s always Alex on there and, uh, I got to meet Alex in 2010 and<br />then I was excited when you all joined forces.<br />And became crowd favorite cuz what you’re doing in the space too. I think I met you right about<br />2011 maybe Karim. I mean, it was pretty early. Yeah. And I was like, who’s this guy who is, is,<br />uh, knows his stuff and quite charming And, uh, that led to, I don’t know, gosh, has it been like<br />hundreds of times we’ve had dinner together and, uh, Stopped by during Covid and got to hang<br />out on the back porch as you’re [00:04:00] going across the country.<br />Uh, and then, and of course, right on the tails of Karim is Pat, who I’ve known just as long so,<br />and excited when Pat was a part of Crowd favorite as well. But Pat, uh, could you introduce<br />yourself?</p>\n\n\n\n<p>Pat Ramsey: Yeah, uh, Pat Ramsey, uh, director of Technology here at Crowd Favorite. Um,<br />I’ve been here a little over eight years, but, um, I was scratching my brain there because I think<br />it was Word Camp Dallas 2009 when I met you and your team Corey, um, back in the day there<br />at, uh, I think it was UT Dallas at that conference center that was there.<br />That’s right. Yeah. Yeah. And you were showing, you know, you guys were, you guys were doing<br />all of the theme work on the back end where it was all user configurable. Uh, and, uh, I had a<br />very, uh, it was a short but intense conversation with one of your devs about the pros and cons<br />of doing that and allowing that on the back end versus not.<br />Um, here we are now still, so it’s, it’s fantastic. [00:05:00] Um, you mentioned that, uh, Alex King<br />showing up on the blog roll. It was 2005 or 6 . And, uh, he answered one of my support<br />questions on WordPress back then. Um, and I remember seeing him in that, uh, I think it was<br />that, that old green blocky looking default theme, uh mm-hmm.<br />And being in that sidebar. So that was, uh, that was fun.<br />Cory Miller: Gosh, I, so Karim Pat predates our friendship.<br />Karim Marucchi: It does, it does. Pat is one of the, the OG WordPress people in the<br />community.<br />Cory Miller: Absolutely. That was a good time. I do remember that. That was historic time for us<br />too, because we were doing Ithe builder at the time, I think is what you’re talking about.<br />Yep. That was Then if you’ll remember real quick piece of nostalgia, Alex and everybody else,<br />um, uh, that Deb, you’re talking about Christine, who, who’s now automatic. Came to me and he<br />goes, Hey, I just met this 16 year old kid doing some incredible stuff, like mind blowing. I was<br />like, Chris, you’re one of [00:06:00] the smartest people I know, so you’re telling me somebody I<br />gotta go meet this person.<br />It was Clay Griffiths of Headway themes. So that was a historic one for us too, in your<br />friendship. All right, thanks Pat. Alex.<br />Alex Nitu: The new kid bringing up their year.<br />Cory Miller: My newest friend. Yes.<br />Alex Nitu: Yeah. So I’m Alex Nitu . I’m a product manager at Crowd Favorite. Um, I’m always<br />been a techie ever since I was a little. That millennial, millennial generation that just grew up<br />with, uh, computers and the internet developing as I did.<br />Um, and so yeah, I bounced around between startups, government agencies, uh, boutique<br />agencies until I finally found God favorite. And that was really, uh, a kismet moment that I’ve, I<br />felt like I found my tribe. I’m like, yep. These are the, the guys that I’m gonna build great things<br />with. Uh, and so yeah, now I’m super passionate about open source and, uh, what, uh, what<br />we’re building, uh, [00:07:00] at our favorite.<br />I think it’s, uh, very interesting and can’t wait to share it with you and everybody else.<br />Cory Miller: Absolutely. Well, I got to meet Alex last week and he showed me the product<br />they’re working on and I was really impressed and particularly his passion and vision for what,<br />what he’s doing with the product. So, nice.<br />Okay. Thanks for sharing a little bit about yourselves. Let’s dive right into the topic, which is<br />WordPress Enterprise Products. Um, like I say, Karim, this is compelling to me because I’ve<br />always been proud of. An envious of my friends that operate in the enterprise space, but I just<br />go, I don’t even know what it’s like to work like with some of the huge companies I know you all<br />work with.<br />Mm-hmm. Um, but I know your passion for open source, the open web, and down to Word<br />Press, paired with vast experience working with these huge companies. So when we’re talking<br />about WordPress products in the enterprise, what comes to your mind? Why are we even<br />talking about this? I think I know what I’m, why we’re talking about it, but I’m curious to know<br />your [00:08:00] perspective on this.<br />Karim Marucchi: Yeah, so the biggest, the biggest difference when I talk to folks who’ve come<br />over from the, from the comer world, is less than 10% of enterprise software products. I’m not<br />talking about SaaS, I’m talking about software products. Less than 10% of software products for<br />the enterprise are turnkey. You install them, you hand over an interface and they just use it.<br />Most are what we call an 80% solution. Um, a great example of this was even, um, in, in the<br />early days of Crowd favorite, um, Alex King released a product called ramp, which was for<br />moving content from one complex environment to another, and they could never get that last<br />interface right, because in the enterprise, everybody’s workflow is so different.</p>\n\n\n\n<p>Yeah, that you have to customize that last 20% on every install. [00:09:00] So even though this<br />sounds crazy, in the comer world, we’re building products that we are just doing 80% of the<br />product, and then we may install it 3, 4, 5 times, not 5,000 or 6,000, but those three, four or five<br />times, it’s a custom installation each time.<br />It’s a custom process. That’s the best.<br />Cory Miller: So, Yeah. And, and I know from talking to you in the past about that, that I, you<br />know, the comer type products we released, you go, okay, it’s mostly one s fits all, you know?<br />Mm-hmm. There’s edge cases that’s not gonna work. But on the enterprise presents a whole<br />different set of, um, challenges I’m sure.<br />So I get that too. And where the needs are just really vastly different and need that kind of<br />customization. You mentioned something that’s interesting to me. You said software product<br />versus SaaS. Mm-hmm. So te tell me that distinction because there’s one I just picked up on. I<br />go, okay. I need to dig into that one [00:10:00] because that’s different.<br />I, I, I understand software versus SaaS, but on the enterprise perspective.<br />Karim Marucchi: Well, on the enterprise perspective, you absolutely have SAS products that<br />are ready to go, uh, more likely than not, though. Even large software implementations that you<br />expect to be sas. If you’re an enterprise that has enough money, you’re getting your own custom<br />version of even that SaaS product.<br />But you know, there’s Salesforce, there’s uh, HubSpot, there’s a lot of products out there that<br />they, they promote the fact that they have an enterprise product that’s just, you log in and you<br />go. But reality of the top tier of enterprise is that they want whatever product they’re using to be<br />adapted to their workflow.<br />Yes, so that’s why we make a distinction. Sometimes there are plug and place SAS for the<br />enterprise, and then there’s also just the traditional sort of software architecture where you have<br />to do this last 20%. [00:11:00] And then there’s what Alex and our team is playing with right now.<br />We’ve been working on, uh, personalization products for about six years now for our clients<br />directly, and each time they’re different.<br />But we started playing around with progressive profiling and, uh, conditional content, all these<br />types of concepts. So we started releasing in a public, uh, in a, in a, uh, plugin on the repository,<br />just some of the codes to play with. First it was on GitHub, then we moved to repository, and<br />now lately we’ve been trying to see what does it look like to actually hook up some of these APIs<br />to third parties.<br />And actually try to create a little bit more of a standardized product. But still we’re finding that<br />the customers who are enterprise clients will download our um, D X P toolkit product, the free<br />version from the repository. Then they’ll contact us and they’ll say, we need X, Y, Z<br />customizations, and it ends up being something that [00:12:00] is completely custom for that<br />client.<br />Cory Miller: See, I’ll hold this question, but that, that presents a whole different, it feels like<br />pricing monitor from b2c, which is, Hey, buy this. Good to go. Um, but I’ll save that for later on in<br />the conversation. Um, but I’m curious, I know you’ve told me too, this is the next frontier. Or<br />WordPress. Mm-hmm. Um, in the enterprise specifically, but you’re seeing things and, and even<br />if you’ve been working on these things for six years, I know you’ve been talking about it since<br />we’ve met.<br />Right. Uh, because we, we tried to figure out, okay, you know, this space, we do products. How<br />do, how do we do this? You’ve been thinking, working on these things for a long time, but you’re<br />obviously seeing things. What are you seeing out there, the opportunities, uh, I’m sure through<br />your actual enterprise clients.<br />Karim Marucchi: So the, the largest opportunity we’re seeing is clients pushing the limits of<br />what their expectations are with SaaS products. [00:13:00] Or with installed versions of CMSs,<br />whether it’s WordPress or something else. Because, you know, in the WordPress world, we’re<br />used to looking at the the, the uh, dot org repository, and we have 65 to 70,000 plugins in there<br />now.<br />And what ends up happening is, Um, we’re thinking about that as our world, but in the<br />enterprise, um, I think that over the last 12 years, it’s gone from something like 1200 SaaS<br />products to over 10,000 SaaS products and. The enterprise is going, I want to try these<br />innovations. How do I try these innovations?</p>\n\n\n\n<p>And they’re stuck with like, how do I churn away from one SaaS to another? What do I do? Yes.<br />So there’s this opportunity at the moment, right now, if you think of the concept of a bicycle<br />wheel, we can use the WordPress project and open source as a hub to use spokes to [00:14:00]<br />connect out. To any number of sass,<br />but keep the experience in the roadmap of where you want to go within the WordPress project<br />and what you’re doing in WordPress.<br />And then if you wanna move from one CRM package to the next CRM package, as long as you.<br />Connecting in the right way and having the right data policies. You can detach and reattach, you<br />can do all sorts of things. It’s a little bit more complicated than I’m making it sound, but the<br />bottom line is that the enterprise clients have the opportunity to try things and maintain their<br />roadmap.<br />So this is a giant opportunity for the WordPress project to say, we’re gonna be a Swiss Army<br />knife, we’re gonna be a hub. So that way.<br />Enterprise customers can connect to one thing, try the next, try the next, and still maintain their<br />own vision of what their roadmap is. Does that make sense?<br />Cory Miller: Yeah, it does.<br />Um, [00:15:00] Alex, you came off mute. Do y’all two have have a comment on that?<br />Alex Nitu: Oh, I could talk for days, uh, on this, uh, that’s a loaded question. Uh, yeah. Yeah, I<br />like going a lot, uh, a lot of what you guys are saying. Uh, cuz really it’s about, um, breaking<br />that, that tip of the iceberg and democratizing all of these, uh, uh, these solutions that don’t<br />necessarily are, are necessarily easy to, to implement, be it by cost of ownerships, by, uh,<br />difficulty of implementation, by, uh, by, in a, by a case by case manner where.<br />Your infrastructure or your your needs need to be, uh, uh, solved in a, in a bespoke manner. Uh,<br />so that’s really about, uh, finding that middle ground where, uh, you don’t need all that resources<br />or you are able to own your data or own your infrastructure and, uh, and your digital, uh, digital<br />[00:16:00] presence.<br />Cory Miller: I, I love what you said too, Karim.<br />Um, and we’re gonna have a conversation in a couple weeks about. More, uh, broader topic in<br />WordPress and the enterprise, and I really appreciate your leadership in, in our community, uh,<br />for WordPress and the enterprise, making sure the concerns, the needs, the challenges are<br />heard. And then at Crown Favorite, I love what you’re doing and providing some solutions to<br />meet those needs you seen on, um, the enterprise.<br />Karim Marucchi: But if I may, there’s, there’s a specific opportunity for everybody out there<br />who’s looking at what products they could come up with to not only think about how do I make a<br />product that I’m gonna make for an end user, but you can make a customizable product. There’s<br />lots of examples out there these days, but you can make a customizable product where you<br />could be solving a deep problem rather than a wide problem.<br />Mm-hmm. And you’re not, you’re not charging the comer level prices. There’s so much<br />[00:17:00] opportunity for, for connecting to other SAEs, to other, uh, solutions that are next to<br />WordPress and outside of WordPress that just haven’t even been tapped. The plugin community<br />in WordPress has traditionally stayed within.<br />How do I help the self-service? Um, the self-service web designer manager, uh,<br />Admin, right. Um, there’s so many more things that can be done.<br />It’s just a matter of seeing deep rather than wide. I think that’s where I start that conversation.<br />Yeah. I know Pat views on this too, so I’m gonna shut up.<br />Cory Miller: Yeah, no, I like that deep, that that’s a perspective shift for a lot of, uh, developers<br />as you know, Karim in the space.<br />Um, pat, I’m curious, you’re taking all this, um, yeah. What you’re seeing too.<br />Pat Ramsey: Well, I think, uh, Karim said it earlier. You know, we’re seeing people push the<br />boundaries with these things and the explosion in sass, [00:18:00] especially since 2020. And<br />everybody going home and staying outta the office and deciding to build everything online.<br />Uh, you just saw this, this exponential explosion in, uh, services that are out there, data<br />services, data, you know, services for moving data services for transforming data services for<br />connecting to this, uh, drop ship place service for calculating something. It, it’s not even, you<br />know, it, it’s, it’s very minuscule.<br />You know, uh, unit tasker type things that are out there now that you just didn’t see before. Um,<br />and so there’s 20 million of them, uh, and everybody wants to connect to ’em and do this and do</p>\n\n\n\n<p>that, and do, you know, do the other thing with it. Um, I think, you know, one of the, one of the<br />biggest challenges is, uh, you know, wading through all of those that are out there and finding<br />what that set is that your, your customer needs.<br />So that makes productization a little bit difficult. You can’t just. Oh, install this and it’s gonna<br />magically [00:19:00] connect. Um, you know, one of the, the phrases that I’ve, I sort of hate<br />these days is this no code. The idea of no code. Somebody wrote code for no code to work. Uh,<br />it’s just, you know, uh, uh, I, I said this to the guys earlier, you know, even the Rosetta Stone,<br />which translated, you know, three or four of the world’s foremost languages.<br />Somebody had to sit there and carve all those things in the rock. So you gotta write code to<br />make these things work. And that’s where a lot of the work that we do in this space comes into<br />play is you’ve got sass that are out there and you’ve got your c m s and Andre’s exactly right.<br />WordPress is uniquely positioned to be that central connecting piece through its API and<br />through its open architecture to connect to X, Y, and Z and bring it together, uh, for, for your<br />customers to be able to do the things they need to do.<br />And so, uh, it, it is a really rich space. It is a different space than what you see in 95% of the<br />product [00:20:00] conversations that have happened in, in, you know, since the days of, of, of,<br />you know, the first page Lee, uh, you know, over a decade. It’s, it’s, uh, been a challenge to hit<br />that explosion in the enterprise space for products as it as it has been for mass market, simply<br />because the requirements are far more complex.<br />Cory Miller: Hmm. It’s like Karim said, they want to try things. That’s really compelling to me.<br />They want to try the things they’re seen out there and, and then, but to have this massive, I can’t<br />even imagine the roadmap. You all, you, particularly Pat, I know, manage those teams and<br />services and how they could try it.<br />Something they see out there, want to try it, but it’s big, massive thing they’ve got going in their<br />roadmap that they’ve, they’re want to try out and figure that out. Um,<br />Pat Ramsey: And They’ll push the limits on ’em too. You know, like said, they’ll push the limits.<br />You know, they’ll, they’ll find a way to break, uh, to break a server, you know, because of just,<br />you know, the sheer amounts [00:21:00] of, of data that they have to deal with.<br />They’ll find a way to push an API to time out simply because there’s just too much that has to<br />happen. You know, there, there will be a business case in there somewhere that prevents. 90%<br />of the answers that you read about in any tech site on how to fix the problem, you can’t because<br />of a business case that exists.<br />So you’ve got to sit there and figure out another way around it. And it, it might sound, you know,<br />bubblegum and rubber bands, but, uh, you know, that’s, that’s the world that you, you know,<br />that, that you live in, in this space. You can’t just say, oh, well, you know, you just have to do<br />this. No, you can’t. There’s a security policy, there’s a, there’s a business requirement, there’s a,<br />you know, a, a absolute critical system that can never be turned off or, or, you know, shut down<br />or something like that.<br />So you have to, you have to sit there and stand on your head, you know, lay upside down,<br />whatever it is, to, to try to figure out how do we go from here to here? Cause it’s not the path<br />that<br />Cory Miller: everybody else is [00:22:00] taking. And it seems like that when they wanna try,<br />like Karim was saying something, some department within an organization goes, we wanna do<br />this.<br />We like this, we want to do this. They need a safe environment and a safe place to be able to do<br />those things. It doesn’t disrupt all those other things. Yeah.<br />Karim Marucchi: Um, one of the things that I. Alex can speak for himself, but I’m sure, um,<br />what I hear him say is that he loves the fact that he’s solving problems one at a time for clients.<br />He gets to go deep so that he’s constantly trying to figure out whether it’s our service clients or<br />how to productize what we’ve done for one client and install over 3, 4, 5, 6 other clients like<br />trying to solve that problem deeply for clients. Is is something that’s a different world than comer,<br />but it’s not harder, it’s just different.<br />You can’t charge the lower rates that you would [00:23:00] charge for a comer product, but you<br />can solve that problem on a large scale.<br />Cory Miller: Right. It’s, it seems like it’s product with service. I mean, dependent on some of<br />those service-based customizations you need to do.</p>\n\n\n\n<p>Alex Nitu: I feel as though, uh, it’s, uh, it’s absolutely right.<br />There’s two completely different, uh, roadmaps for a, a general comer product and an enterprise<br />focused, uh, product. And, uh, with our favorite, I think we are fortuitous enough to, um, be able<br />to have this data set where, uh, we can, uh, Uh, drive a roadmap that is lean and it is, uh, spec<br />particularly focused for, uh, the enterprise needs and use that to, to provide that, uh, that white<br />glove, uh, enterprise, uh, uh, service and, uh, and experience, um, with, uh, with the product to<br />match that, um, gives you that flexibility for innovation, for, um, for testing and for, uh, [00:24:00]<br />Um, of, uh, essentially volatility and, uh, and ease of expansion.<br />Cory Miller: It’s almost like they want to go to Everest and you’re helicoptering in to base camp.<br />That’s, that’s the product. And then, Hey, this is how we want to climb Everest. And, uh, you all<br />are, are the people that help them get there. So Alex, that’s certain, yeah. So Alex, I, I’m curious,<br />now we’ve heard from Pat and Karim, now when we get down to the level of like, Karim’s<br />highlighted the general topic personalization, but as the product manager for Crowd favorite<br />building a product, tell us what that is and what are those problems you’re solving for?<br />Alex Nitu: Sure. So, um, it’s really, um, it’s an integral part of a dxp, a digital, uh, a digital<br />experience platform. Um, and if you break it down into its, uh, into its, uh, founding, uh,<br />[00:25:00] parts personalization is, uh, is quite a large piece of that pie. Um, and what<br />personalization really is, it’s really just dynamic content displayed, um, For a, for a, uh, custom<br />tailored, uh, user, right?<br />So that, uh, is your user segments. And all of that starts from, uh, from your dataset. And this,<br />uh, feeds back into the idea of, uh, data ownership and, um, being able to, as a company to, to<br />fully own your data. Um, so that, uh, encompasses a lot more than just having access to it or<br />being able to, to view it or, um, or export it.<br />Uh, so going from that, you. As if you know your user base and you know your user personas<br />and the the target audience that you’re, that you’re, uh, mainly interested in and focused on, uh,<br />it’s that much easier to, to provide, uh, a tailored than, uh, bespoke, uh, a bespoke experience<br />to, to each of those, uh, of those, uh, user types.<br />Uh, and then, uh, After that, it’s really, [00:26:00] uh, all about the, the content, the editorial<br />experience. Um, so with, uh, with our personalization product, um, we, we, uh, do our best to,<br />um, not add additional steps to your workflow or, um, Impact your, your day-to-day, uh, your<br />day-to-day, um, uh, job. Um, and it’s meant to expand on it.<br />To improve on it, and to, uh, to make it that much, um, that much more, uh, beautiful and, and<br />captivating, um, uh, that much more engaging really. Um, and then that’s, uh, that’s reflected in<br />the, um, the, the products interface as well as the, uh, general user experience for it. So,<br />whereas with, uh, different set services, and don’t get me wrong, I absolutely, uh, likes us, uh,<br />so solutions and, uh, I absolutely believe there are, uh, time and a place for them.<br />But with this type of enterprise focused, bespoke product, [00:27:00] you get to keep your<br />workflow. You don’t have to have that long onboarding experience where you need to<br />completely revamp your methodology. Uh, you get to maintain your, uh, your own, uh, your own<br />set of, uh, steps to accomplish and then, and then just, um, amplify them or augment them.<br />Uh, it’s still part of your, uh, your same workflow. So that’s what I believe we’ve, we’ve managed<br />to accomplish with, uh, with the XP toolkit.<br />Cory Miller: What are a couple of the things that you’re excited about with this particular<br />product that you’re working on or, or have done with it?<br />Alex Nitu: Sure, sure. So, uh, again, it feeds back into, into owning your data, right?<br />So if you think about it, where can you best, uh, identify these, uh, these user personas? Well,<br />that comes from your analytics engines, that comes from your CRMs, that comes from all these<br />types of, of, uh, customer experience or. Or, um, uh, management, uh, uh, platforms. So what<br />we [00:28:00] did was, um, again, focusing and using the dataset that we have access to, we’ve<br />identified all of these, uh, major, uh, integration components and, uh, and tackle them one by<br />one.<br />So we are now able to fully integrate with, uh, your analytic services with Salesforce, with all of<br />these types of CRMs and platforms that are data driven, driven. To then use all of that, all of<br />those data points to effectively personalize your content and display it for a particular use case<br />or user persona.<br />Thank you. What I feel is, is most exciting, having all of those user segments and all of that data<br />already existing and reporting and to your liking, and then just, uh, as simple as a, with a click of</p>\n\n\n\n<p>a button, being able to, um, Personalized content for that particular, uh, subgroup of, of visitors<br />or users.<br />Karim Marucchi: So Alex just went deep on something that I think needs to be called out<br />because it’s second nature. [00:29:00] Some of us sometimes are dealing with our clients, but<br />folks might not realize it on the comer side. Um, when I said earlier about solving a problem<br />deeply, Alex just gave a great example. Um, We work on a lot of personalization and, um, the<br />progressive profiling for clients and we actually use the plugin we have on the WordPress<br />repository, um, as a sort of a sandbox, a place to play around with certain aspects.<br />We package the things there that we can package and our sort of, you can install it and use it,<br />but you’ll notice that we’re trying to solve a problem even in that deeply, so we’re not building<br />our own little analytics piece within the personalization. We’re saying this is gonna do content<br />rules. If you wanna see what’s coming out of the content shifts you’re making on your website<br />when you’re customizing page A or page B.<br />[00:30:00] Or, you know, block A or block B, um, go check out your mamo installation because<br />we plug into that. Go check out your GA four because we plug into that. In the comer world<br />there’s a lot of, um, plugin and application bloat because developers tend to try and create more<br />and more and more features, again, wide rather than deep.<br />Do what you’re doing best, solve your problem well and in a performant fashion, and then<br />connect to a best of breed solution for analytics. So Alex said that very quickly, so the<br />developers on this conversation pick that up. But for, for the folks who are talking about creating<br />products, you know, think that way.<br />There’s a way to go deep. Yeah Pat .<br />Pat Ramsey: Well, there, there, there is. Exactly. But I think you, you’re illustrating perfectly that<br />difference between mass market audiences and the enterprise, uh, audiences. Uh, you know,<br />there’s absolutely nothing [00:31:00] wrong with something like, uh, like a jet pack stats that’s<br />out there for your, your mass market audience.<br />There’s nothing wrong with that at all. The WP Analytics, uh, some of the little analytics plugins<br />that have been out there, that have built that bring analytics into your site because, You know,<br />you, you need that, that’s that democratization of the ability so that anybody who can get that<br />code and install it can get it up and running and have a, have a website with those tools there.<br />We don’t see that in the enterprise space though, because in the enterprise space, they’re<br />gonna be, they’re gonna look at, they’re gonna look at that and go, no, we’ve got 12 years in an<br />Adobe analytics system that we’re not getting rid of. We’ve got a decade in Google Analytics.<br />You know, we’ve got our own install of p WIC before it became me tomo.<br />And we cannot get rid of that data. You can argue whether or not some of that needs to go or<br />stay. That’s different conversation. But the point is they’re not going to change. To a turnkey little<br />solution that that sort of one size fits all type of things that [00:32:00] works in the mass market<br />space. That’s, that’s the perfect example of that paradigm shift that we have to deal with.<br />So our approach has been, we’re not gonna tell you to use this c r m or that C R m or this<br />analytics tool, or that analytics tool or, or what have you. This mail’s platform versus this mail<br />platform. Does it have an a p I. Do the endpoints exist that are, are gonna get that data that we<br />need. Let’s build all that up and get that connected in here so that now you’re as a marketing<br />team, not so much the tech team, but over here to your marketing team, you can be creating<br />content and reading the results and the impact and the reach and the effectiveness of all of that.<br />And based on that, do do content, do different journeys, do different things. So it’s, it’s bridging<br />the data, the analytics and everything together in your cms.<br />Cory Miller: Yeah, I love that. Doing the one thing, um, because I can [00:33:00] also just kind<br />of, Predict or look, see that when you can’t bloat with some of these sites we’re talking about,<br />you can’t bloat, you don’t want to bloat.<br />It’s going to have performance issues as Karim mentioned. Um, before we get to the money<br />question, here’s the thing I want to ask because I’ve heard this a couple times. Um, this, I love<br />that you’re doing personalization cuz that really triggers my marketing side. I go, oh, I love<br />WordPress. One of the.<br />Awesome benefits of WordPress is you can put your things online, you can test ideas, you can<br />test new marketing things. And many of our, um, agency members who serve the enterprise talk</p>\n\n\n\n<p>a lot about what I hear is they love WordPress on the enterprise cuz of two things. It’s faster and<br />it’s probably cheaper.<br />And I don’t mean that to, to downgrade. It’s like they can deli, get the products they want faster<br />and more affordably than they can from proprietary. And the third thing, when. You said this,<br />[00:34:00] and I keep coming back to it. When you hear, when you say the word try, I think<br />marketing, I wanna be able to try this new concept, try this new idea, try this new strategy or<br />tactic.<br />Um, and so it seems like under personalization, you’re camping out with what I think is a<br />strength of WordPress overall, but especially in enterprises marketing. People love WordPress<br />on the enterprise because of these things. Mm-hmm. Right,<br />Karim Marucchi: right. Yeah, that’s exactly the case. We’re able, we’re able to create a feature<br />for a client that is sometimes a third of the cost of an enterprise product or SaaS platform out<br />there.<br />I won’t name any names to piss people off. Um, but then when you said cheap, it’s not about<br />cheap because if they’re saving 30, 40, 50, 60, 70%. Because they’re using WordPress. It’s not<br />that they’re being cheap. They’re actually putting that money back into trying [00:35:00]<br />something new. Just like you said, they can put that money back into marketing.<br />They can put that money back into, well, there’s a new email solution out there that does<br />something different. Let’s try that. There’s a new thing<br />that’s out there. How do we hook up to that?<br />So the cheap conversation goes away and it becomes of. How am I spending my money if I’m<br />saving money because I’m using an open source framework, because that’s how we describe<br />WordPress in the enterprise.<br />An open source framework. If I’m gonna save money by using an open source framework, how<br />can I make the money, give me a better return on investment in my marketing? It’s, it’s a no<br />brain, no brainer sale.<br />Cory Miller: One more thing before we talk about money. Um, actually two things. One, another<br />phrase you said was, own your data.<br />And that seems to be extremely powerful, especially in the age, increasingly more and more,<br />um, privacy. Uh, issues coming on. You know, GDPR was a big, it was a big [00:36:00] wave<br />and I think it was a good wave, but it was a big wave for a lot of us to do online work. Um, but y<br />you know, Alex, could you speak to a second?<br />There’s two, two avatars. You’re kind of two people groups. You’re kind of hitting with this, and I<br />wanna give you a second to speak to that. It seems like there’s the developer on team at the<br />company. That you’ve like, Hey, we’re not gonna blow. Like Pat said, we’re, we’re gonna get in,<br />do our job. We’re not gonna try to recreate Google Analytics for you.<br />Like, no, you just need this bridge. You need, we’re gonna do our job, do a fast, slim, secure,<br />um, not bloated. And then the other side is these is marketers sitting there going, please give<br />me these tools so I can do these things and try these things to, to grow our company. Would you<br />speak to a second from a product perspective to those two avatars, what you’re trying to do?<br />Alex Nitu: Absolutely. Yeah. So, uh, from my P o V, um, it’s really a completely different<br />[00:37:00] value proposition when you’re talking about, uh, enterprise. Um, and from, uh, what I<br />found, it’s, uh, it’s all about, um, The cost of onboarding and the cost of ownership, that<br />particular solution. Right. Um, and the advantage with these, um, open source composable, um,<br />um, uh, products is that you do, uh, have, um, a minimal footprint on what it means to, to, um,<br />Onboard, offboard, move around, experiment and um, um, confirm and, and do reiterate.<br />Right? Um, and then in the case of, of personalization with, uh, with these two main, again, user<br />personas, uh, speaking back in the personalization terms, um, we need to, uh, to identify what.<br />Really are the, the, the pain points or the the costs of, of, um, building or, uh, creating content<br />that is personalized with the exp toolkit.<br />Um, and from the one end is the actual usage [00:38:00] and uh, um, the creation of that<br />content. So that’s where the marketer comes in. Where you don’t need to have a technical<br />background to be, just be able to create content and, and effectively target that content to your<br />desired user base. Um, so, uh, this, uh, um, ties back into what I was saying about that, uh, that<br />intuitive and fluent user experience.<br />Where it doesn’t detract from your, uh, your current workflow or current methodology of, of<br />building up that content and publishing it. Um, and that’s, uh, where, um, our, uh, page builder</p>\n\n\n\n<p>integration come in, come in where, uh, we are natively integrating with, uh, Gutenberg Beaver<br />Builder and our mentor. So, uh, you get your pick of the letter for, uh, For how you want to<br />create your content.<br />And that’s just the, the out of the box solutions, obviously. That’s, uh, it’s, uh, the whole<br />architecture is built to, to allow for that, uh, uh, customizability and extensibility. Uh, and that<br />moves over [00:39:00] into the section, the second part of, of the cost of, of owning, uh,<br />composable solution like this. Um, and that’s managing it.<br />Uh, and that’s where developers come in. So you need to be able to provide a, uh, reach, um,<br />exhaustive this, uh, uh, documentation there and have all the, the checks in place and the, the,<br />the hooks in place to, to be able to accurately and, and efficiently extended or modified it to your<br />particular needs. And with DB toolkit that’s built into it, and it’s, uh, One of the, the main, uh, the<br />main concepts that, uh, that we’ve identified when, uh, in, uh, first architecture in this, uh, uh,<br />this product that it should, um, allow for, uh, for customizability for that, uh, white glove service<br />where, um, you are able to, um, extend it or modify to suit your, your actual needs.<br />Um, that comes into play with code standards as well, with the architecture itself, with, uh,<br />performance of. And, [00:40:00] uh, all the other, uh, bits and pieces that make for a, a great<br />software product.<br />Karim Marucchi: But you, Corey, you mentioned, um, data ownership and Pat can explain it<br />more than I can, but business-wise, we have seen more and more of our clients say, yes, we’re<br />now connecting to all these things.<br />We’re now using these APIs. We wanna own that data. We don’t want it to sit out on the SaaS<br />or we wanna make sure that we have real time replication and so forth and so on. So Pat, if you<br />want to describe that for a minute, this is like the cutting edge of where some of our most<br />interesting clients are, are trying to see where they can interact in a new way.<br />Pat Ramsey: It’s about first party data. I’m a business, I engage with my customers. Um, there’s<br />a lot of concerns around privacy and data [00:41:00] ownership, uh, when your data gets sold<br />and resold and reused. So one of the flip sides to the advantage of having all these SaaS<br />services out there is you’re potentially spreading customer data around to.<br />30, 40, 50, 60, you know, whoever, all these different people who then turn around and<br />repurpose it, repackage it, you know, what have you. Um, you know, you load a script on your<br />site to, uh, to bring in, uh, uh, uh, tags of some kind. And you sit there and watch the network<br />site, the network connection in your browser, and, you know, there’s all these remote<br />connections being made.<br />Because of the relationships that they have with these other services, which are then getting<br />into your content. And so you, you know, your user data is going everywhere. So this idea of first<br />party data is, is, is big. Um, it’s one of the things that, uh, is attractive about and own your data<br />stance. So me as a, uh, me as a business [00:42:00] owner, setting up my website and<br />engaging with my customers, the more I can keep the data just between us.<br />My customers and myself the better.<br />So that, that’s, I mean, that’s kind of a, a, a,<br />Cory Miller: yeah, in nutshell that’s get<br />Pat Ramsey: wrapped around that. It makes it way more, it makes this open source approach<br />of using WordPress as this hub, which has a privacy API that you can hook into, which, you<br />know, you can retain the data there within, within your system. And if you don’t have to send it<br />out to a third party service, you know, don’t.<br />Cory Miller: And see that’s the perspective I was missing and I appreciate that too, is like that’s<br />your, that’s priceless. That’s a customer being able to pull a customer in a paying customer,<br />keep a paying customer, that’s enormous. So that side of that, I wasn’t seeing that initially. I was<br />seeing the privacy side of like, okay, well with Judy, Judy per PR and the emphasis for good<br />reason on privacy and your data is out there, [00:43:00] Google and others have.<br />I’ve been talking about this for a while and I’ve kind of been watching with the smile going, I<br />wonder how they’re gonna figure this out. Because more and more people are gonna say, I want<br />control of the data. And so it makes sense to me from that side is from a business perspective<br />that you do own it because then you control it.<br />Okay, so here’s the burning question and uh, we’re we’ll wrap up. But, um, I’m really curious<br />from being a product guy doing products more on the comer level. How does a product like this<br />make money on the enterprise, and how do you support that? Um, so who wants to take it?</p>\n\n\n\n<p>Karim Marucchi: I’ll, I’ll take the first stab at it, I guess, but, uh, I, I know, I know there’s<br />opinions here.<br />Um, so the bottom line here is, um, you’re not selling a volume of licenses. You’re selling very<br />few licenses, so they’re expensive. And you’re not necessarily even selling it based on a<br />[00:44:00] license. You’re selling it based on the install process that might actually have coltancy<br />in it. It might have, um, support on the tail end of installing it.<br />And you’re also getting paid basically for that support. So you can say there’s an install cost and<br />then there’s a maintenance cost that is like the yearly license you have, um, with a comer<br />product. But literally add a few zeros.<br />And even if you’re selling relatively few licenses a year, different numbers for different products,<br />um, you adapt the pricing to make sure that you’re making money, uh, as long as you’re solving<br />a problem that an enterprise client needs deeply and well.<br />And you’ve followed some of the things that have been talked about today. Um, It’s just a matter<br />of doing that, but you have to know your market. There’s, what we didn’t touch on today is really<br />knowing what you’re solving and knowing that there’s a market there, but [00:45:00] financially,<br />honestly, it’s, it’s just about making sure that you understand what you’re, the value you’re<br />bringing to your customer and charging appropriately.<br />It’s not about one off licenses .<br />Cory Miller: Well, from a business perspective, I see too. It’s not just, you know, we could. Kind<br />of amortize development costs and support costs because it was okay if 10,000 people buy this,<br />it’s $80, whatever it might be, you know? But this with the scenario of like the Mount Everest,<br />like there’s the hel, there’s one part that’s a helicopter flying to base camp, and then there’s a<br />team, Alex Pat others on their teams helping you get to where you’re going, which means.<br />It’s not a one size fits all route to that. Uh, and then we haven’t even touched on the<br />maintenance side of it. Like it’s not just delivering that path, it’s maintaining that path when all<br />these things flying in that could potentially break or cause issues. Well, thanks you three for<br />talking about WordPress products on [00:46:00] the enterprise.<br />Um, I’m very compelled. I’m so glad companies like cloud. Crowd favor to doing this because,<br />um, as WordPress grows and more and more people go, we want WordPress solutions,<br />especially on the enterprise. That just helps the whole entire ecosystem. And as we’re serving<br />those clients, users, customers better, that bodes well for all of us.<br />And as you mentioned, like there’s so many of these SaaS solutions that have come into that<br />space. But there’s unique needs you’ve identified from running your data, first party data thing<br />that Karim was saying, um, that need for customization when they want to try something out. I<br />think that’s pretty compelling.<br />But anything left that you all wanted to share as we run this down?<br />Karim Marucchi: Well, I, I’ll get in trouble with, um, Alex if I don’t mention this upfront to the<br />wider WordPress community out there. Um, take a look at the DXP toolkit that we have up on<br />the repository. If you have ideas on [00:47:00] how to make connections to other products and<br />other things, we’d love to collaborate.<br />Um, let us know. Give us a call.<br />Cory Miller: Awesome. So go find DXP toolkit on the repo. And then also Alex, where, where do<br />they find more information about the product that you’re building?<br />Alex Nitu: Dxptoolkit.com. That’s the first place you, you can look at. Uh, we also have a lot of<br />content available on crawford.com as well.<br />Um, talking about HP Toolkit and all the cool things it’s able to do. Um, it’s, uh, all this<br />conversation has really reminded me of, uh, The first time I joined the crowd favorite. And, uh,<br />the research I did, like, let’s see, what’s, uh, what’s all the, the buzz about this, uh, this company<br />I’m applying for, uh, and the two things that, that really, uh, uh, that I’ve re-identified was their,<br />uh, uh, enterprise expertise and, um, that white glove, uh, very, uh, highly sought after, um, um,<br />client experience.<br />And [00:48:00] that’s absolutely, um, echoed into, into the, the products as well. Where, um, you<br />are able to, to help inform and drive, uh, the products roadmap. And the user experience doesn’t<br />just start and end at, uh, the plugin installation. It goes from the website all the way until the,<br />until the very end where, uh, you do get the option for, uh, or you do get the advantage of<br />having that, uh, that very, uh, specific and very, uh, personalized, uh, customer support.</p>\n\n\n\n<p>Uh, so yeah, thanks for taking the time and, uh, I really enjoyed the talking, uh, products with<br />you.<br />Cory Miller: You too. Just a side note, so Alex and I got to meet last week, I think I mentioned,<br />got a private demo and we’ll be deploying this on Post Status in a month or two and uh, I’m<br />really looking forward to that because I want to try these type of things even when we’re not at<br />the enterprise level, but I look forward to that.<br />Thanks, Alex. Pat and Karim as always, appreciate you all and what you do in WordPress<br />[00:49:00] on the enterprise. Thanks everybody else for tuning in today and we’ll talk to you next<br />time.<br />Alex Nitu: Thank you, Corey. Thank you. Bye. Have a great day. See?</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 May 2023 01:55:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:44:\"WPTavern: Caseproof Acquires WishList Member\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/caseproof-acquires-wishlist-member\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2093:\"<p>Caseproof, makers of MemberPress, has <a href=\"https://wishlistmember.com/wishlist-is-joining-the-caseproof-family-of-products/\">acquired WishList Products</a>, the parent company of WishList Member and CourseCure. The Wishlist team, with the exception of co-founder Tracy Childers, will continue supporting and developing the products under the leadership of Caseproof founder Blair Williams.</p>\n\n\n\n<p><a href=\"https://wishlistmember.com/\">WishList Member</a> is one of the longest running WordPress membership plugins with a 14-year history. The plugin has been downloaded and activated on more than 119,275 membership and community sites since 2008. Pricing currently ranges from $149.50/year to $249.50/year.</p>\n\n\n\n<p>“WishList Member was a pioneer,” Williams said. “It was the first membership plugin I ever used, and it really inspired me to get more involved with WordPress.</p>\n\n\n\n<p>“It showed me that a plugin could be a powerful catalyst, capable of transforming WordPress into a highly sophisticated membership platform.</p>\n\n\n\n<p>“Ever since then (and all the while growing my own membership plugin, MemberPress), I’ve had a soft spot for WishList Member – <em>and </em>its founders.”</p>\n\n\n\n<p>Caseproof has been scooping up smaller WordPress membership plugins lately, <a href=\"https://memberpress.com/blog/membermouse-joins-caseproof/\">adding MemberMouse</a> to its products earlier this year.</p>\n\n\n\n<p>“To be 100% clear, as with MemberMouse and MemberPress, our goal is <strong><em>not</em></strong> to discontinue WishList, or to combine it with another membership plugin,” Williams said. </p>\n\n\n\n<p>The most significant change coming to WishList Member as part of the acquisition is that the CourseCure LMS features will be rolled into the plugin. Those who purchase WishList Member now will get access to CourseCure for free. Childers said once the plugins are combined the price will go up. The company plans to deliver the same level of support and is not planning to change prices for existing customers.</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, 04 May 2023 21:45:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:91:\"WPTavern: WordPress Themes Team Releases Stacks: A Community Theme for Building Slide Decks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144665\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/wordpress-themes-team-releases-stacks-a-community-theme-for-building-slide-decks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2471:\"<p>WordPress’ Themes Team has <a href=\"https://make.wordpress.org/themes/2023/05/04/stacks-the-first-community-theme/\">released</a> a new block theme called <a href=\"https://wordpress.org/themes/stacks/\">Stacks</a> as part of the <a href=\"https://wptavern.com/wordpress-themes-team-proposes-community-themes-initiative\">Community Themes initiative</a> proposed earlier this year. The goal is to bring together representatives of the team to build block themes year round, the same way that default themes are built and officially supported.</p>\n\n\n\n<p>Stacks was designed for one purpose – to create slide decks that can be used for a presentation. It was designed and built by Saxon Fletcher with help from Automattic-sponsored contributor Ben Dwyer. </p>\n\n\n\n<p>The theme includes a simple setup flow. After installing Stacks and clicking ‘Customize,’ the user is taken to the Site Editor where a set of five slides is already pre-filled on the home page in a warm and inviting color palette.</p>\n\n\n\n\n\n\n\n<p>Slides can also be created on any post or page using the “Stacks” pattern. After creating a new page, the user is presented with the option to start the page by inserting the Stacks pattern. This loads the same five sample slides that are included on the home page by default. They can be easily edited so that any page or post contains its own unique slide deck.</p>\n\n\n\n<img />\n\n\n\n<p>The Stacks theme looks just as good on mobile as it does on desktop, making it easy to follow along from different devices.</p>\n\n\n\n<p>The theme was built for a small niche use case – people who want to host their own slides – and is not likely to be widely adopted but presents an interesting use of the block editor for creating slides. Some users may find this to be more user friendly than working with a third-party application to build their presentations.</p>\n\n\n\n<p>Since a different deck can be hosted on each page or post, someone who wants to create a website devoted entirely to hosting their own slide presentations could easily save them all in the same place, share links to the different decks, and avoid having to use a hosted service that may not be around forever. </p>\n\n\n\n<p>Stacks is <a href=\"https://wordpress.org/themes/stacks/\">available for free on WordPress.org</a> and users can expect these Community Themes to have some level of support as they are being hosted by the official WordPress.org account.</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, 04 May 2023 17:09:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WordPress.org blog: 2022 Annual Survey Results & Next Steps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4918:\"<p>Each year, members of the WordPress community (users, site builders, extenders, and contributors) provide valuable feedback through an annual survey. For 2022, the survey received a comprehensive update, the first in six years. The total number of questions was reduced to 29 from nearly 100, socio-economic questions were mostly removed, and the Likert scale was introduced. These updates were intended to increase the completion rate of the survey, enable a more efficient and structured analysis of these data, and position the survey to best gauge the topics that matter most to the WordPress community.</p>\n\n\n\n<p>My goal is that the input received via the survey helps inform initiatives and focus areas for WordPress in the near term, along with other signals, such as conversations in the community, the Making WordPress blogs, and events. Such data play a key role in shaping the direction and strategy of the project and measuring progress in focus areas.</p>\n\n\n\n<h1 class=\"wp-block-heading\">2022 Highlights</h1>\n\n\n\n<p>The 2022 edition of the survey experienced a 26% increase in completion rate, however, submissions decreased by 56% to roughly 3400, including about 800 contributors. For the 2023 survey, promotion will be increased, hopefully counteracting the declining submissions.</p>\n\n\n\n<p>Here are some key takeaways:</p>\n\n\n\n<ul>\n<li>The survey shows an increased usage of blocks and the new site editor (versus the classic editor), which shouldn’t come as a surprise since the default theme is now a block theme. </li>\n\n\n\n<li>22% of respondents have only used WordPress for a year or less. Those responding to the survey are also getting a bit older, with fewer responses from those under 40 than in prior years.</li>\n\n\n\n<li>1 in 5 respondents learned about WordPress from a coworker, and about the same percentage from using a search engine. </li>\n\n\n\n<li>In 2022, WordPressers continued to learn about WordPress (68%), taught others about WP (48%), and built sites for others (55%).</li>\n\n\n\n<li>WordPressers choose the CMS platform because it’s open source (62%), flexible (47%), low risk (45%), cost-effective (45%), and has a positive reputation (41%).</li>\n\n\n\n<li>57% of survey participants obtained news and training directly from <a href=\"http://wordpress.org\">WordPress.org</a>. While that is the primary source, other sites remain very important: search engines (46%), YouTube (40%), other WordPress communities (35%), and social media (30%)</li>\n\n\n\n<li>The overwhelming majority of respondents don’t regularly use other CMS platforms, and 21% of respondents use none of the top 20 WordPress plugins. </li>\n\n\n\n<li>Respondents continue to state that “WordPress is as good as or better than other CMS platforms,” with 68% agreeing. Elements that respondents feel are the best aspects of WordPress include “ease of use,” “flexibility,” and/or “plugin options,” all about 30% each. When asked about the most frustrating elements of WordPress, 1 in 5 said, “nothing,” while approximately 30% referenced difficulties with site editing / Gutenberg.</li>\n\n\n\n<li>The overall contributor experience remains positive and something I continue to care about deeply. 64% shared they had a positive experience, and 24% viewed their experience as “neutral.” Contributors also feel welcome at the same percentages (64% agree and 24% are neutral).</li>\n</ul>\n\n\n\n<h1 class=\"wp-block-heading\">What’s Planned for 2023</h1>\n\n\n\n<p>In the next iteration of the survey, the plan is to improve the language options for completing the survey and continue investing in refining the questions and how they are asked. It is important to be mindful that completing a survey takes time, so we want to make sure community members are being asked questions that help WordPress the most. </p>\n\n\n\n<p>The tentative plan is to launch the 2023 edition in August. This will set up an opportunity for the 2023 results and, most importantly, your input to inform planning for 2024’s key initiatives and focus areas. The community’s feedback is vitally important to the success and direction of the project. Moving the survey to earlier in the year can positively affect planning and dialogue.</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/files/2023/05/2022-Annual-Survey-Final.pdf\">View the 2022 Slide Deck</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Big thank you to <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a> for the analysis and editorial support. Thanks also to <a href=\"https://profiles.wordpress.org/angelasjin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>angelasjin</a>, and <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a> for their reviews and final edits.</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:\"Thu, 04 May 2023 16: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:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:57:\"WordPress.org blog: The Month in WordPress – April 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=14926\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/05/the-month-in-wordpress-april-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:14295:\"<p>With preparations for the next major releases already underway, the community is gearing up to celebrate WordPress’ 20th anniversary, which is just around the corner. This month has also seen some major highlights, such as WordPress 6.2’s performance wins and the launch of WP Translation Playground. Read on to find out what’s new.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Forthcoming WordPress releases</h2>\n\n\n\n<p>Following the successful release of <a href=\"https://wordpress.org/news/2023/03/dolphy/\">WordPress 6.2</a> “Dolphy,” which has garnered over <a href=\"https://wordpress.org/download/counter/\">31 million downloads</a> (and counting), contributors across all teams are already planning future major releases, including versions 6.3 and 6.4.</p>\n\n\n\n<p>While WordPress 6.3 will focus on refinements to the site editing experience, <a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\"><strong>6.4 will reprise the underrepresented gender release initiative</strong></a> introduced in WordPress 5.6 “Simone.” If you’re interested in contributing, now is the perfect time to get involved.</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/04/14/wordpress-6-3-planning-proposal-call-for-volunteers/\">Check out the WordPress 6.3 proposed schedule and call for volunteers</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WP20 is just around the corner</h2>\n\n\n\n<p><strong>Mark your calendars for May 27 and join the community for a day filled with exciting parties and activities!</strong></p>\n\n\n\n<p>With a refreshed look, the WP20 website offers a <a href=\"https://wp20.wordpress.net/\">list of events to join</a>, <a href=\"https://mercantile.wordpress.org/product-category/wp20/\">swag to show your WordPress pride</a>, and <a href=\"https://wp20.wordpress.net/download-selfie-props-for-wp20-meetup-celebrations/\">downloadable “selfie props”</a> to add fun to your celebrations.</p>\n\n\n\n<img width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/WP20-Tokyo-3.jpg?resize=1024%2C768&ssl=1\" alt=\"Cake decorated with WordPress anniversary-themed motifs shared at a recent meetup in Tokyo, Japan.\" class=\"wp-image-14927\" /><em>Cake decorated with WordPress anniversary-themed motifs shared at a recent meetup in Japan.</em>\n\n\n\n<p>The Marketing Team has also launched <a href=\"https://make.wordpress.org/marketing/2023/05/02/20-days-to-celebrate-20-years-of-wordpress-from-blogs-to-blocks/\">#WP20 From Blogs to Blocks</a>, a community-focused initiative that encourages you to take a small daily WordPress-focused action for 20 days leading up to the anniversary date.</p>\n\n\n\n<p>On the other hand, details are being finalized for the 20th anniversary commemorative book, <a href=\"https://make.wordpress.org/project/2023/04/13/wordpress-at-20-in-print/\">Building Blocks: The Evolution of WordPress 2013-2023</a>. This volume will span the history and most meaningful moments of the last decade of WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wp20.wordpress.net/share-your-favorite-wordpress-swag-youve-collected-over-the-years/\">What’s your favorite WordPress swag</a>? Do you have a <a href=\"https://wp20.wordpress.net/whats-your-favorite-wordpress-moment/\">special memory from a WordCamp or meetup</a>? Share them with the community and join the #WP20 fun on social media.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.2 performance</h2>\n\n\n\n<p>WordPress 6.2 reiterates the platform’s commitment to optimizing website performance with <a href=\"https://make.wordpress.org/core/2023/04/05/wordpress-6-2-performance-improvements-for-all-themes/\">significant improvements</a>. <strong>Load times are 14 to 18% faster for block themes and 2 to 5% for classic themes</strong>. Server-side performance is also seeing a big boost, with an increase of 17 to 23% for block themes and 3 to 5% for classic themes.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\">Learn more about the performance wins in 6.2</a>, including a retrospective from the Performance Core Team on the efforts that made it happen.</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 the Gutenberg plugin have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/\"><strong>Gutenberg 15.5</strong></a><strong> </strong>shipped on April 5, 2023, with many user-facing features to improve the creation experience. Enhancements include caption style customization, theme-defined template patterns when adding a new template, and experimental support for grid layouts in the Group block.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/\"><strong>Gutenberg 15.6</strong></a> is available for download as of April 19, 2023. This version introduces an experimental Details block to expand and toggle the visibility of hidden content, and more presets for core block spacing and border controls, among other highlights.</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: WP Translation Playground, WordPress.org redesign next steps, and more </h2>\n\n\n\n<ul>\n<li>The Polyglots Team launched <a href=\"https://make.wordpress.org/polyglots/2023/04/19/wp-translation-playground/\">WP Translation Playground</a>, an innovative tool that combines Local GlotPress with WordPress Playground to translate plugins and themes in context—without having to set up anything.</li>\n\n\n\n<li>Wondering what’s next in the WordPress.org redesign project? <a href=\"https://make.wordpress.org/meta/2023/04/10/wordpress-org-redesign-update-2/\">Learn about the latest updates and how to get involved</a>.</li>\n\n\n\n<li>This Community Team post discusses ways to <a href=\"https://make.wordpress.org/community/2023/04/19/cultivating-more-effective-contributing-on-contributor-days/\">make WordCamp Contributor Days more effective</a>.</li>\n\n\n\n<li>Explore <a href=\"https://make.wordpress.org/updates/2023/05/01/whats-new-on-learn-wordpress-in-april-2023/\">what’s new on Learn WordPress in April 2023</a>, including the latest content on the platform and the projects the Training Team has been working on.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a> was used in a hackathon to prototype different ways to build plugins with minimal setup, right in the browser. <a href=\"https://make.wordpress.org/core/2023/04/13/in-browser-wordpress-tech-demos-wordpress-development-with-wordpress-playground/\">See it in action in these tech demos</a>.</li>\n\n\n\n<li>Members of the Marketing Team suggested improvements to submission guidelines to <a href=\"https://make.wordpress.org/marketing/2023/04/19/showcase-submission-guidelines/\">revitalize the WordPress.org Showcase</a>.</li>\n\n\n\n<li>Most of the work to refocus the WordPress mobile app on core features is complete. <a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Find out how to help shape its future</a> with contributions opportunities for developers, writers, translators, and more.</li>\n\n\n\n<li>Keep up with the latest enhancements and development updates you need to build on top of WordPress in last month’s edition of <a href=\"https://developer.wordpress.org/news/2023/04/whats-new-for-developers-april-2023/\">What’s new for developers?</a></li>\n\n\n\n<li>The latest issue of the <a href=\"https://make.wordpress.org/community/2023/04/20/meetup-organizer-newsletter-april-2023/\">Meetup Organizer Newsletter</a> shares tips and inspiring ideas to help you plan successful community events.</li>\n\n\n\n<li>Find out how WordPress and its global community of contributors positively impacted Monika Rao’s web career in <a href=\"https://wordpress.org/news/2023/04/people-of-wordpress-monika-rao/\">April’s edition of People of WordPress</a>.</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/04/episode-54-open-webs-bill-of-rights/\">Episode 54 of WP Briefing</a> as she explores the concept of the four freedoms of open source and their likeness to today’s Bill of Rights for the open web.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback & testing requests</h2>\n\n\n\n<ul>\n<li>The latest <a href=\"https://make.wordpress.org/test/2023/04/17/fse-program-testing-call-21-front-page-fun/\">Full Site Editing (FSE) Outreach Program testing opportunity</a> invites feedback on the features included in WordPress 6.2 and those remaining in Gutenberg Phase 2. Share your thoughts by May 8, 2023.</li>\n\n\n\n<li>This <a href=\"https://make.wordpress.org/core/2023/04/25/wp-feature-notifications-2023-status-update/\">update on the WP Feature Notifications project</a> explains the progress towards a modern WordPress user notification system and how you can get involved.</li>\n\n\n\n<li>Help test the latest version of the <a href=\"https://make.wordpress.org/core/2023/04/03/preferred-languages-help-test-the-latest-version/\">Preferred Languages feature plugin</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/19/mobile-team-update-april-19th-2/\">Version 22.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><a href=\"https://make.wordpress.org/core/2023/05/02/lets-talk-wordpress-core-artificial-intelligence/\">This discussion post</a> welcomes ideas and questions about how Artificial Intelligence (AI) can be integrated into the WordPress experience.</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>WordCamp Europe 2023 is fast approaching! The organizing team introduced the <a href=\"https://europe.wordcamp.org/2023/introducing-our-first-group-of-speakers/\">first confirmed speakers</a>.</li>\n\n\n\n<li>WordCamp US 2023 announced <a href=\"https://us.wordcamp.org/2023/wordcamp-us-2023-programming-team-announcement/\">updates on the programming</a> for the upcoming event, for which <a href=\"https://us.wordcamp.org/2023/tickets-on-sale/\">tickets are now on sale</a>. Organizers are also <a href=\"https://us.wordcamp.org/2023/call-for-sponsors/\">calling for sponsors</a>.</li>\n\n\n\n<li>The 2023 Community Summit will provide a valuable opportunity for in-person discussions across contributor teams. <a href=\"https://communitysummit.wordcamp.org/2023/topics/\">Submit your topics</a> if you haven’t yet.</li>\n\n\n\n<li>Don’t miss these upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" /> <a href=\"https://barcelona.wordcamp.org/2023/\">WordCamp Barcelona</a>, Spain on May 5-6, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" /> <a href=\"https://buffalo.wordcamp.org/2023/\">WordCamp Buffalo</a>, NY, USA on May 6, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f1.png\" alt=\"🇵🇱\" class=\"wp-smiley\" /> <a href=\"https://gliwice.wordcamp.org/2023/\">WordCamp Gliwice</a>, Poland on May 12-14, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e7-1f1e9.png\" alt=\"🇧🇩\" class=\"wp-smiley\" /> <a href=\"https://sylhet.wordcamp.org/2023/\">WordCamp Sylhet</a>, Bangladesh on May 19-20, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f9.png\" alt=\"🇵🇹\" class=\"wp-smiley\" /> <a href=\"https://lisboa.wordcamp.org/2023/\">WordCamp Lisboa</a>, Portugal on May 19-20, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f7-1f1f8.png\" alt=\"🇷🇸\" class=\"wp-smiley\" /> <a href=\"https://apatin.wordcamp.org/2023/\">WordCamp Apatin</a>, Serbia on May 27-28, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join #WPDiversity with a free online workshop on <a href=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-apac-tickets-618469688487\">Organizing Diverse & Inclusive WordPress Events APAC</a> on May 13, 2023.</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/sereedmedia/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sereedmedia</a>, <a href=\"https://profiles.wordpress.org/ninianepress/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ninianepress</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</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:\"Thu, 04 May 2023 10:08:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:105:\"WPTavern: WordPress Marketing Team Launches “From Blogs to Blocks” Campaign Ahead of 20th Anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=144625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/wordpress-marketing-team-launches-from-blogs-to-blocks-campaign-ahead-of-20th-anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2143:\"<p>WordPress’ Marketing team has launched a new campaign called “<a href=\"https://make.wordpress.org/marketing/2023/05/02/20-days-to-celebrate-20-years-of-wordpress-from-blogs-to-blocks/\">From Blogs to Blocks</a>” in anticipation of the project’s upcoming 20th anniversary. The WordPress community is <a href=\"https://wp20.wordpress.net/\">celebrating this major milestone</a> through various <a href=\"https://wp20.wordpress.net/news/\">activities</a> and local meetups that are being held around the world throughout the month of May.</p>\n\n\n\n<p>“From Blogs to Blocks<strong> </strong>creates intentional moments for the WordPress community to reflect on the journey we’ve gone on so far and to dream of what’s to come,” Marketing team contributor Sé Reed said.</p>\n\n\n\n<p>“Each daily action symbolizes the millions of individual actions that have come together to make WordPress what it is today.”</p>\n\n\n\n<p>The new campaign will feature 20 days of WordPress-related prompts for users to engage in different actions designed to start conversations and stir memories. Daily prompts will be published for different ways of participating through blogging, developing, designing, photography, and community. For example, participants may be invited to submit photos to the WordPress Photo Directory, post videos, art, or share a block or theme they created.</p>\n\n\n\n<p>The daily prompts will begin May 7 and will run until the 20th anniversary on May 27. They will give the community an opportunity to reflect on what WordPress means to them, their experiences, and personal milestones along the way.</p>\n\n\n\n<p>Participants are encouraged to use the #WP20 hashtag and may be eligible to receive recognition from the Marketing team in the form of <a href=\"https://meta.trac.wordpress.org/ticket/6938\">a WordPress.org profile badge</a>. Those who publish contributions on all 20 prompts before WordCamp US in August may also receive additional unspecified acknowledgments. Subscribe to the <a href=\"https://make.wordpress.org/marketing\">Marketing blog</a> to get all the prompts in your inbox.</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, 04 May 2023 02:22:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"Post Status: Blogs to Blocks • Core + AI • LCP Image Performance • Testing FSE Front Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=149198\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://poststatus.com/blogs-to-blocks-core-ai-lcp-image-performance-testing-fse-front-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20266:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (May 1, 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\">The WordPress Marketing Team is hosting a Blogs to Blocks celebration and invites you to get involved by creating and responding to daily prompts around blogging, design, development, photos, community, and more ways to contribute. <br /><br />The Core Team is considering how to include extendible technology to integrate AI. Additionally, there is a proposal needing your feedback around improving image performance. Felix Arntz notes that adding <code>fetchpriority=”high”</code> to the LCP image typically improves LCP performance by 5-10%. <br /><br />The latest call for testing from the Test team includes an exercise using the new Grid view, as well as creating pages from patters. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fas_robot kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">Blogs to Blocks, Core + AI, LCP Image Performance, Testing Front Page</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"🥳\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/marketing/2023/05/02/20-days-to-celebrate-20-years-of-wordpress-from-blogs-to-blocks/\">20 Days to Celebrate 20 Years of WordPress, From Blogs to Blocks</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f916.png\" alt=\"🤖\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/05/02/lets-talk-wordpress-core-artificial-intelligence/\">Let’s talk: WordPress Core & Artificial Intelligence</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5bc.png\" alt=\"🖼\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/05/02/proposal-for-enhancing-lcp-image-performance-with-fetchpriority/\">Proposal for enhancing LCP image performance with the fetchpriority attribute in WordPress core</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fd-200d-1f4bb.png\" alt=\"👩🏽💻\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/test/2023/04/17/fse-program-testing-call-21-front-page-fun/\">FSE Program Testing Call #21: Front Page Fun</a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/04/people-of-wordpress-monika-rao/\">People of WordPress: Monika Rao</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/whats-your-favorite-wordpress-moment/\">What’s Your Favorite WordPress Moment?</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-11\">\n<div class=\"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/04/28/accessibility-team-meeting-agenda-may-5-2023/\">Accessibility Team Meeting Agenda: May 5, 2023</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/05/03/community-team-meeting-agenda-for-4-may-2023/\">Community Team Meeting Agenda for 4 May, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/03/announcing-the-2023-community-team-goals/\">Announcing the 2023 Community Team Goals</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/02/2021-2022-wordpress-meetup-survey-key-findings/\">2021-2022 WordPress Meetup Survey: Key Findings</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/02/report-wpdiversity-inclusion-and-diverse-speaker-workshops-february-and-march-2023/\">Report: #WPDiversity Inclusion and Diverse Speaker Workshops February and March 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/05/01/wordcamp-mentors-may-check-in/\">WordCamp Mentors’ May check-in!</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/05/02/lets-talk-wordpress-core-artificial-intelligence/\">Let’s talk: WordPress Core & Artificial Intelligence</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/02/proposal-for-enhancing-lcp-image-performance-with-fetchpriority/\">Proposal for enhancing LCP image performance with the fetchpriority attribute in WordPress core</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/01/a-week-in-core-may-1-2023/\">A Week in Core – May 1, 2023</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/04/how-webpack-and-wordpress-packages-interact/\">How webpack and WordPress packages interact</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/04/per-block-css-with-theme-json/\">Per-block CSS with theme.json</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/05/02/dev-chat-agenda-may-03-2023/\">Dev Chat agenda, May 3, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/05/02/editor-chat-agenda-3-may-2023/\">Editor Chat Agenda: 3 May 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/05/02/agenda-for-docs-team-bi-weekly-meeting-may-2-2023/\">Agenda for Docs Team bi-weekly meeting May 2, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/04/25/monthly-online-docs-team-contributor-day-starts-april-2023/\">Monthly online Docs Team Contributor Day starts April 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/02/documentation-team-update-may-2-2023/\">Documentation Team Update – May 2, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://github.com/WordPress/five-for-the-future/issues\">Five for the Future</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/five-for-the-future/issues/225\">Participate info blocks are not aligned properly</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/five-for-the-future/issues/226\">Accessibility: Links text lack context</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/05/03/hosting-team-meeting-agenda-2023-05-03/\">Hosting Team meeting agenda 2023-05-03</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/hosting/2023/04/26/wordcamp-europe-2023-contributor-day/\">WordCamp Europe 2023 Contributor Day</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/05/02/20-days-to-celebrate-20-years-of-wordpress-from-blogs-to-blocks/\">20 Days to Celebrate 20 Years of WordPress, From Blogs to Blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/marketing/2023/04/19/showcase-submission-guidelines/\">Revitalizing the Showcase</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/05/03/agenda-biweekly-matrix-chat-thu-may-4-2023-10am-utc/\">Agenda: Biweekly Matrix Chat – Thu, May 4, 2023 (10AM UTC)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</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/05/03/openverse-degraded-performance-2023-05-03/\">Resolved: Openverse degraded performance 2023-05-03</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/05/02/community-meeting-recap-2023-05-02/\">Community Meeting Recap (2023-05-02)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/05/01/openverse-monthly-priorities-meeting-2023-05-03/\">Openverse Monthly Priorities Meeting 2023-05-03</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/05/02/performance-chat-summary-2-may-2023/\">Performance Chat Summary: 2 May 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/27/core-performance-team-update-april-27-2023/\">Core Performance Team Update: April 27, 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/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/01/plugin-review-team-1-may-2023/\">Plugin Review Team: 1 May 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"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/05/03/agenda-weekly-polyglots-chat-may-03-2023-0700-utc/\">Agenda: Weekly Polyglots Chat – May 03, 2023 (07:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/24/defining-the-polyglots-contributor-ladder/\">Defining the Polyglots contributor ladder</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/13/idea-translate-wordpress-org-tour/\">Idea: translate.wordpress.org tour</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/04/13/wordpress-at-20-in-print/\">Building Blocks: The Evolution of WordPress 2013-2023</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/05/support-ticket-triage-session-may-4th-2023-at-0800-utc/\">Support ticket triage session – May 4th, 2023 at 08:00 UTC </a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/04/request-for-input-support-stats/\">Request for input: Support Stats</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/04/17/fse-program-testing-call-21-front-page-fun/\">FSE Program Testing Call #21: Front Page Fun</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/04/24/table-leads-needed-for-wceu-2023-contributor-day/\">Table Leads Needed for WCEU 2023 Contributor Day</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/24/test-team-update-24-april-2023/\">Test Team Update: 24 April 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\">Theme</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/04/04/theme-handbook-overhaul-proposal/\">Theme Handbook Overhaul Proposal</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/04/26/themes-team-meeting-notes-march-25-2023/\">Themes Team Meeting Notes – March 25, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/02/themes-team-update-may-02-2023/\">Themes team update May 02, 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/training/2023/05/01/recap-content-localization-foundations-project/\">Recap: Content Localization Foundations Project</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/04/29/training-team-meeting-recap-for-april-11-2023/\">Training Team Meeting Recap for April 11, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/04/18/meeting-recap-for-april-18th-2023/\">Meeting Recap for April 18th, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/04/18/developments-and-customizations-for-training-and-learn-website/\">Project: Developments and Customizations for Training and Learn Website</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/05/01/whats-new-on-learn-wordpress-in-april-2023/\">What’s new on Learn WordPress in April 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https://learn.wordpress.org/lesson-plans\">Lesson Plans</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/lesson-plan/ta-choosing-and-installing-plugins/\">செருகுநிரல்களைத் தேர்ந்தெடுத்து நிறுவுதல்</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/rapid-website-recreation/\">Rapid Website Recreation</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/fr-getting-to-know-the-wordpress-dashboard/\">Se familiariser avec le tableau de bord de WordPress</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/importing-widget-areas-from-a-classic-theme-to-a-block-theme/\">Importing widget areas from a classic theme to a block theme</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=online-wordpress-20th-anniversary-celebration\">Online WordPress 20th Anniversary Celebration</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=live-stream-creating-a-block-theme-for-developers-part-2-gutenberg-15-7\">Live stream: Creating a block theme for developers. Part 2 | Gutenberg 15.7</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=live-stream-creating-a-block-theme-for-developers-part-1\">Live stream: Creating a block theme for developers. Part 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=live-stream-bring-me-your-issues-a-new-hope\">Bring me your issues: A New Hope</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=creating-a-custom-template-in-the-site-editor\">Creating a custom template in the Site Editor</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=building-a-page-with-only-patterns-2\">Building a page with only patterns</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=introduction-to-block-themes-a-qa\">Introduction to Block Themes: A Q&A</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-developing-for-multisite\">WP dev livestream: developing for multisite</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=five-for-the-future-how-to-succeed-by-making-ongoing-contributions-to-wordpress\">Five for the Future: How to succeed by making ongoing contributions to WordPress</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/converting-a-shortcode-to-a-block/\">Converting a Shortcode to a Block</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wp-cli\">WP-CLI</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/cli/2023/04/05/wp-cli-v2-8-0-release-date/\">WP-CLI v2.8.0 release date</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\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://www.php.net/archive/2023.php#2023-04-13-1\">PHP 8.2.5 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-04-13-2\">PHP 8.1.18 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status’ <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It’s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://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, 03 May 2023 20:21: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: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: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:100:\"WPTavern: #74 – Ahmed Kabir Chaion on How to Find Your Place in WordPress Even if You Don’t Code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144591\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/podcast/74-ahmed-kabir-chaion-on-how-to-find-your-place-in-wordpress-even-if-you-dont-code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44392:\"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case finding a place in the WordPress community as a non coder.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Ahmed Kabir Chaion.</p>\n\n\n\n<p>As you’ll hear in the podcast, Ahmed has a genuine love of the WordPress community. He’s been an organizer at multiple WordPress events, including WordCamp Asia, the WordPress Accessibility Day. WordFest Live, WordCamp Santa Clarita, and the WordPress Translation Day.</p>\n\n\n\n<p>As if that were not enough, he’s also served as the co-organizer of the Dhaka WordPress meetup chapter, is a former Design Team rep, and a current Polyglots Team rep. Like I said, Ahmed is really engaged in the WordPress community, but how did all this happen? The podcast today focuses on Ahmed’s journey into WordPress.</p>\n\n\n\n<p>Given Ahmed’s involvement in the recent WordCamp Asia, we start the discussion there, talking about how the event went and what plans there are for next year.</p>\n\n\n\n<p>We then get into what the WordPress community is like in the city of Dhaka and Bangladesh as a whole. Technology has become a popular career option, and WordPress is playing a crucial role in that. We talk about how the community is growing, particularly through local meetups.</p>\n\n\n\n<p>The rest of the podcast is all about how you can find a place in the WordPress community no matter what your strengths are. Maybe you’re into writing code or SEO. Perhaps marketing or translations or more your thing. Ahmed lays out the multitude of paths that you can take to engage and give back to the project.</p>\n\n\n\n<p>You don’t need to feel you’ve got to be an expert. The project needs people working at every level, and maybe there’s work to be done which you did not know about. That’s certainly Ahmed’s experience.</p>\n\n\n\n<p>He tells us how we got started just by showing up repeatedly, slowly working out areas where he thought his contributions would be most valuable.</p>\n\n\n\n<p>We talk about some of the places Ahmed has frequented online, and some people he’s been most influenced by.</p>\n\n\n\n<p>It’s a lovely tale of a community member who is truly inspired to make the project better.</p>\n\n\n\n<p>In places, the quality of Ahmed’s audio is a little poor. But it’s more than listable, especially given how enthusiastic Ahmed is.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast. Where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Ahmed Kabir Chaion.</p>\n\n\n\n<p>I am joined on the podcast today by Ahmed Kabir Chaion. Hello, Ahmed.</p>\n\n\n\n<p>[00:04:08] Ahmed Kabir Chaion: Hi Nathan. How are you?</p>\n\n\n\n<p>[00:04:09] Nathan Wrigley: I am so pleased that we’ve got you on the podcast today. We don’t usually reveal about the technical gremlins, but we did have some technical gremlins, so much so that a previous podcast recording we abandoned, and we’ve come back today to try again.</p>\n\n\n\n<p>So firstly, Ahmed, really fully appreciate you sticking with the process and helping me get this podcast episode out. I really appreciate it.</p>\n\n\n\n<p>[00:04:32] Ahmed Kabir Chaion: Thank you, Nathan.</p>\n\n\n\n<p>[00:04:33] Nathan Wrigley: You’re very welcome. So you’re on the podcast today. We’re going to talk about open source contributions and who might do that, and how you might do that. And indeed, what you might do, whether you are a coder or a non coder.</p>\n\n\n\n<p>But Ahmed, just before we begin, we always typically ask the podcast guests to spend a moment just telling the audience about who they are, where they’re from, what they’ve been involved within the WordPress space. So may I ask you that question? Just tell us a little bit about yourself and how you relate to WordPress.</p>\n\n\n\n<p>[00:05:03] Ahmed Kabir Chaion: Absolutely. So my name is Ahmed and I’m from Dhaka, Bangladesh. I started my WordPress journey in 2009 for a university project. And then I shifted into my major, which was network security. I graduated from Central Queensland University in Australia. From 2010 to 2019, nine years, I was not involved with WordPress by any means, not even professionally.</p>\n\n\n\n<p>I came back to Bangladesh in 2016, and in 2019 when I switched my workplace, I joined a company called weDevs, from where I actually got involved into WordPress on a full-time basis. And I found that there are some voluntary options, opportunities, and scopes where people can go in and improve WordPress as it is.</p>\n\n\n\n<p>Now, not being a programmer or someone who likes to code myself, I was looking for ways to contribute to the project. And then, during the covid lockdown March in 2020, I started going through the handbook and other articles, blogs, tutorials that you can find in the internet possibly, to getting involved in the wordpress.org side of things.</p>\n\n\n\n<p>And slowly I started to see that it’s not always about writing codes and, going through the major release. And I started learning more about the Make WordPress Team. And then I found that there are many teams where I can get involved and I can start slowly be a regular.</p>\n\n\n\n<p>So I started with the marketing team, then went to documentation, and so on. Late 2020, one of the team reps for the design team suggested that I could also be a team rep. And being team rep did not have to be something that requires me subject knowledge or extraordinary skills, it can be something that I’m committed to giving back. And that’s where I basically fell in love with giving back to the community. Voluntary work for open source and so on.</p>\n\n\n\n<p>And gradually attended online WorkCamps. Became a co-organizer of my local WorkCamp, and Meetup as well. And then I organize online WordCamps. Just a month back, I was part of the organizing team for WordCamp Asia and so on. I feel like my journey has only started Nathan.</p>\n\n\n\n<p>[00:07:32] Nathan Wrigley: That’s great. We share show notes, so Ahmed has shared me a variety of different things that he’s been involved with, and really over the last couple of years, during the pandemic and obviously subsequently with things like WordCamp Asia, there’s a whole laundry list of things that you’ve been involved in.</p>\n\n\n\n<p>So we mentioned WordCamp Asia, Accessibility Day. You’ve been involved in WordFest Live, and a whole bunch of other things. There’s a great big laundry list. So, firstly, thank you. The project doesn’t move forward without people such as yourself. So we’re in your debt for taking so much on in the recent past.</p>\n\n\n\n<p>[00:08:07] Ahmed Kabir Chaion: Thank you so much. I guess recognition is something that motivates people, but personally I am happy to continue as much as long as I can, because I considered this as a privilege. That I’m able to give back to the project and also collaborate with many folks across the world. So I think it’s a privilege for me be able to give back.</p>\n\n\n\n<p>[00:08:28] Nathan Wrigley: That’s so nice. I want to digress just a little bit because of a couple of things that you said there. Firstly, I want to ask you about your experience at WordCamp Asia. It finished a little while ago. I’m not entirely sure when this podcast episode will go out, so there may be several weeks between it finishing and the podcast airing, but regardless of that. You attended, and by all accounts you enjoyed it.</p>\n\n\n\n<p>I’m just wondering if you could tell us a little bit about your experience there. You can talk about the organizational side, if you like, or just purely what you did, or how you enjoyed it. What you thought about it. What were your memories from that event?</p>\n\n\n\n<p>[00:09:06] Ahmed Kabir Chaion: Right. WordCamp Asia is the first flagship event within Asia, and the biggest WordPress event in Asia as well. As we all know, it was scheduled to happen in 2020, right before we had lockdown instructions and not have WordCamp Asia three years ago. With the hard work and effort for everyone, WordCamp Asia finally took place in Bangkok, Thailand.</p>\n\n\n\n<p>From an organizational point of view, I went through the application for becoming an organizer, and I was allocated to the contributor day team, which perfectly fit with my interest, passion. And, as part of the contributor day team, I was able to inspire many contributors through 11 live episodes that we did. We did some webinars on Facebook, Twitter, and YouTube live, and we were able to engage with contributors across Asia who would eventually, I believe about 50% or more actually showed up for the event.</p>\n\n\n\n<p>Even though we weren’t selling tickets for the WordCamp, we were getting lots of inquiries related to that because people wanted to come, and attend the biggest contributor day event in Asia. And successfully the first day of the WordCamp, which was 17th of February, we had 650 registered participants who were supposed to come up, and ended up having 700 plus.</p>\n\n\n\n<p>People were so keen to contribute. We had snacks and lunch allocated for registered participants. Some folks came to the door and said, hey, I just want to contribute. If you have a seat, let me take part. I don’t mind having snacks or lunch. I’m happy to just be here because it’s first time.</p>\n\n\n\n<p>For my contribution to the WordCamp Asia, I feel like myself, along with our team lead, Sandilya Kafle, who’s from Nepal, and he has been the themes team rep for quite some time. We also had two other members, Uygyen Dorji, who’s from Bhutan, and Lax, who’s from Philippines.</p>\n\n\n\n<p>So four of us actually managed the whole contributor day side of things. Outreaching to teams. Making sure we have representation, contributor table leads, and they have a plan. We contributed for about seven to eight hours on 17th of February. We received great feedback, good feedback from the participants, from the table lead, sponsors, anyone who came in said that they had a great time contributing and collaborating together.</p>\n\n\n\n<p>Even folks who were not from Asia gave feedback saying that it’s culturally vibrant, and it’s also fulfilling to collaborate together. So from that point of view, I feel like we had an excellent time.</p>\n\n\n\n<p>Moving forward to the next two days, 18 and 19, which is WordCamp Asia. We kicked off with Matts Asking Me Anything, more like fireside chat with Josepha being there as one of the co-hosts. That pretty much set the tone for the WordCamp, and we had excellent round of speakers, which people can go in and check from WordCamp Asia YouTube channel. All the sessions are still being uploaded, and information is there on the site.</p>\n\n\n\n<p>I feel that it was a much needed event and now that we have WordCamp Asia on the calendar itself, WordCamp Asia 2024, which will take place in Taipai, Taiwan is going to be a much bigger one. And even better one, because from an organizational point of view we will learn more than we actually accomplished in the past 10 months, 12 months, I should say. Started somewhere around this time last month of organizing. It’s been an experience that we want to relive again and again.</p>\n\n\n\n<p>[00:12:58] Nathan Wrigley: Oh, nice. I had quite a few chats with people who were in attendance that I know and the general feeling that I got from them, I didn’t attend, so I should probably throw that in. The general feeling that I got from more or less everybody that I spoke to was that it was quite a special event.</p>\n\n\n\n<p>They weren’t really able to capture why they thought it was special, but there was something going on at that event that they thought was pretty extraordinary. Maybe it was the fact that it was the first time. Maybe it was the fact that they were attending a country that they had perhaps not been to before.</p>\n\n\n\n<p>There was something there. I don’t know. But everybody that I spoke to really had something incredibly positive to say about it. So yeah, big congratulations to the entire team of people who pulled that off. Very much appreciated and looking forward to Taiwan next year.</p>\n\n\n\n<p>I want to just change direction just very quickly again before we get into the main subject, because in your introduction you mentioned that you are in Bangladesh. You mentioned Dhaka, I don’t know if you actually live there not. But I wonder if, for the audience listening, I wonder if you could paint a picture of what the word WordPress community is like in Dhaka or perhaps better yet, in Bangladesh in general.</p>\n\n\n\n<p>Be nice to kind of prize that open so that we can have some feeling for whether the software is being used and developed and talked about, and are there events that are happening over there? Really just a broad question. What’s the WordPress community look like in Bangladesh?</p>\n\n\n\n<p>[00:14:28] Ahmed Kabir Chaion: Yeah, it’s an interesting question. I’m going to try to paint my version of the picture about this, because there are three aspects. Aspect one is that WordPress and contributing to WordPress and open source is not fairly new to Bangladesh. It’s been there, but then again, everyone wants to be either recognized or have something as a return because of their recognition.</p>\n\n\n\n<p>I guess it comes from the fact that we are developing, and people want to spend most of their time in getting something back or being productive. So, contributing to open source is something that people does not take that positively because they want to spend that time for work or other purposes.</p>\n\n\n\n<p>Now there are communities and leaders within the community who encourage others, and it’s slowly, gradually building. I feel from 2020 onwards, since the lockdown happened, many people have looked back and utilizing their leisure hours, where they just want to do something more.</p>\n\n\n\n<p>They want to improve their skills. And from the point of learning new things, WordPress comes up simply because we have a growing community of freelancers, and the freelancer community has been there since 2010, 2011. And a major portion of our revenue, foreign currency revenue, comes from freelancers. Which is why software companies in Bangladesh do get many benefits if they’re bringing foreign reserves to Bangladesh, for example, dollars.</p>\n\n\n\n<p>So freelancers numbers growing. So they know WordPress for a profession. They use WordPress for their clients, for their different projects. Marketplaces have 80 to 90% projects related to WordPress. And this number fluctuates from now and then. But when it comes to contributing to WordPress Core, people aren’t aware because of another thing called communication skills.</p>\n\n\n\n<p>Which is something we are lacking for many years now. And I work with a lot of freelancers trying to train them with their level of English. I even work with companies improving their corporate communication business and formal writing, all of those stuff, since I was trainer back in Australia. And that experience came in handy when I started collaborating with the freelancer community in Bangladesh.</p>\n\n\n\n<p>So we have one organization called B D O S N, Bangladesh Open Source Network, and that was the primary driver of open source events and open source platforms. They had lots of events about Mozilla and WordPress. But as we got closer to the pandemic, it slowly decreased and pretty much non-existent this day.</p>\n\n\n\n<p>So the second aspect of your question is that people know about WordPress because we have seven Meetup chapters within the country, and Dhaka being the capital is one of the most active one, and there’s nothing wrong for me to say that it’s pretty much leading the efforts of community engagement for WordPress. Encouraging people to attend Meetup events. Letting people know that they can Host Meetup events, and in general sharing information about that, the knowledge share about that.</p>\n\n\n\n<p>So, Dhaka’s been inspiring Chittagong, then Barisal, Sylhet. These are different Meetup chapters within Bangladesh. And a result of that is actually WordCamp Sylhet scheduled for May 19th this year. So, in 2019, we had our first and only WordCamp in Bangladesh, which was called WordCamp Dhaka 2019. Now we’re going to have WordCamp Sylhet on May 19th.</p>\n\n\n\n<p>So I feel that it’s still a work in progress. So a lot of people still come to Meetups and say that this is their first time joining a Meetup. And we had about 275 people attending WordCamp Asia from Bangladesh only. So that brings in the third aspect of your question that we’re getting regular folks coming to the Meetups.</p>\n\n\n\n<p>I was fortunate to be able to host the first mega Meetup of the country, last year in November. I hosted a meetup with one of my colleagues, named Yeasin Rahman. I don’t know if he’s listening or will be listening. Shout out to him, because both of us organized an event with 170 people joining. We had five speaker sessions.</p>\n\n\n\n<p>It was around five hour event. We got sponsors luckily, and it was like a mini WordCamp. We got the feedback people coming back to saying, hey, you hosted a mini WordCamp. It was not a WordCamp, it was just a WordPress Meetup, and I was inspired by the South Florida Mega Meetup, posted by David Bisset. I got the idea that you could bundle and merge Meetup chapters and have a bigger event to give more people allocation for the event. Usually in our meetups, we get 50, average 50 participants, so having 170 plus was the next step for us to getting there.</p>\n\n\n\n<p>So to summarise, the answer to your question. The government acknowledges open source and WordPress is there. We have some initiatives, but that’s only for the companies and organizations, software developing companies and whatnot. B D O S N, as I mentioned, is still not that active. I feel there’s not enough contributors there. And when it comes to WordPress, I do see this particular release, 6.2, which is scheduled within a week and a half. So around 30th of March, we will have what per 6.2 release.</p>\n\n\n\n<p>I at least feel or expect and anticipate that we’ll have 50 plus contributors from Bangladesh itself. So that is a big number as well for us, because last time we had about 30 or even less. So, it’s going to a direction when we will have regular contributors contributing to WordPress, attending WordCamps, hosting events, and just carry it forward.</p>\n\n\n\n<p>[00:20:55] Nathan Wrigley: It really does sound like there’s an awful lot going on in your part of the world and a great deal of excitement and change and new people coming in and new events and a whole ground swell of new and interesting challenges arising. That really genuinely was fascinating. I really enjoyed that. Thank you for describing that in such detail.</p>\n\n\n\n<p>[00:21:16] Ahmed Kabir Chaion: My pleasure.</p>\n\n\n\n<p>[00:21:17] Nathan Wrigley: It would be, really interesting if anybody was listening to this who is from your part of the world who hasn’t reached out, maybe this podcast episode will get even more people, you never know, attending. That would be lovely.</p>\n\n\n\n<p>We’ll move on to the main thrust of our conversation today because the topic which we had designed for this podcast episode was all about non code contribution to WordPress. And I know that that’s an area that you are very keen on. You mentioned in your introduction that you don’t really classify yourself as a coder. But clearly from everything that you’ve said, you definitely classify yourself as a WordPresser.</p>\n\n\n\n<p>And so that’s how this conversation’s going to develop. I wonder if you could talk to us about your experience as to whether when you began dipping your feet into the WordPress ecosystem, did you sense that it was okay to be a non coder, or as I’ve heard many stories of people who, when they begin and they attend events, or they just start looking into community online, there’s this feeling that if you’re not into code, it might be more difficult to find your place.</p>\n\n\n\n<p>Now, I think as time has gone on, certainly in the last several years, I feel that’s less true in that we’ve figured out now that there are literally hundreds of different roles for people who don’t code. But I wondered what your experience was when you first encountered WordPress. Did you have that feeling of, if I’m not coding, I’m not sure I belong here?</p>\n\n\n\n<p>[00:22:45] Ahmed Kabir Chaion: Yeah, I did. The general consensus is that when you first join the make, making WordPress Slack, you land on the Core channel, and you see 30,000, I think it’s 40,000 now, 40,000 members in the Core channel. And the ones who are active around couple hundred people are talking about different code, sharing tickets of issues. It doesn’t feel like that anyone who doesn’t understand this can be a part of this. It gets intimidating.</p>\n\n\n\n<p>But for myself, when I first started, as I was going through Slack and exploring new channels, I found out there are teams called Marketing, Documentation, and, Polyglots and so on. So I started with marketing and I realized that you did not need to know coding or you did not have to write a developer field guide, or even you need to write a test report.</p>\n\n\n\n<p>And that got me thinking that, hey, that means it’s not always about writing code. It’s not always about customizing the front end of WordPress and so on. So I felt that, which usually we all feel when we first start. But lucky for me, I’m going to take some names because people have been nice to me and I was fortunate to have some guidance.</p>\n\n\n\n<p>There was Yvette Sonneveld, who’s currently working at Yoast, who used to be the then marketing team rep, who helped me a great deal around that time. There was Michelle Frechette, who I’m sure is a good friend of yours, and she’s been kind enough to spend many hours on Zoom. Not for my sake, but you know, different coffee breaks that used to be hosted in during the lockdown, marketing team used to have a monthly coffee break.</p>\n\n\n\n<p>I think they still do it. And I used to join those Zoom calls, which would be very difficult for my time zone, around 2 or 3:00 AM, midnight my time. But I would still stay up because I had literally nothing else to do, and people were in lockdown. So I would just attend there first three, four, or six weeks. I would just listen to what everyone else was saying.</p>\n\n\n\n<p>And as time progressed, and they were kind enough to just let us stay on the call and not speak a single word. So I give my thanks back to people. There are many names, I just cannot think of the names right now. But Milana, from documentation team, there’s John from documentation team. Abha Thakor from the marketing team.</p>\n\n\n\n<p>I feel like these are the folks who primarily set the tone for me and encourage that, yes. I’m not a programmer, and regardless of where I’m from, I can just give my time back in many different ways. And I started writing meeting notes, summary of a Slack meeting. I started posting those summaries.</p>\n\n\n\n<p>I started creating new agenda items, you know, talking to back and forth, different contributors. Even different time zones, some teams have meeting in different time zones. You know, there’s the EMEA, there’s this APAC one. So, going back and forth and trying to make sure the information is sustained across team communication is where I learned the most.</p>\n\n\n\n<p>So as part of the marketing team, I would attend other team meetings just to collect information from there, which we can then repurpose or re-share with other teams. These are ways that I got involved. And then jump to the documentation team. Like I said, Estella Webber. We have many other, I just can’t think of the names and I don’t think I’m being fair to them. These names need to be shouted to.</p>\n\n\n\n<p>Then I saw this opportunity. Well, there was this post before a major release, there’s a call for release squad members. You could just raise your hand and say, hey, I want to be part of this release squad. And after I became a core contributor for the first time for 5.6, I thought, okay, I’ve become a core contributor without writing a code. I can maybe do something even bigger.</p>\n\n\n\n<p>And if I just share this with the audience that what I did was I tested an issue that was reported many years ago. I replicated the issue in different operating systems and then I took some screen recording. I wrote some feedback. That was it. I became a core contributor and that got me thinking that I could do even something bigger. So I raised my hand to become a release squad member. And these are names that I cannot forget. Jeffrey B. Paul, who works for 10up. There’s JB Audras, and there’s Peter Wilson, who’s from Australia.</p>\n\n\n\n<p>These are three folks primarily who inspired me to start working, or even contribute to the trials team for core releases, major releases. And I got mentorship from these three folks who just said that you don’t need to be a programmer. You can listen to the discussion of the programmers on Slack. Summarize it, and the programmers can continue their discussion.</p>\n\n\n\n<p>So what I used to do, I used to sit in front of my computer for one hour on a dedicated time schedule. The developers from different parts of the world would show up, or a ticket would be raised, and everyone would look into the ticket and share their feedback and ideas.</p>\n\n\n\n<p>Sometimes one ticket can spend an hour. Sometimes each ticket can be two minutes, three minutes long discussion. My job, my role was to summarize everything, document it, and making sure it’s passed onto the next meeting. Or, more importantly, update each ticket with what to do next, some recommendation. Sometimes I would do testing as well. And that’s how I found my place.</p>\n\n\n\n<p>I feel like I’m good at doing that. I’m confident at finding years old tickets, making sure we triage them. These are stuff that took me to the next level and I’m ready to give my time back again for WordPress 6.3 release squad.</p>\n\n\n\n<p>[00:28:59] Nathan Wrigley: That’s amazing. Such an interesting story and unlike one I’ve heard before actually. So a core contributor, but no code in sight. But nevertheless a very important set of roles that you were describing there. I wonder, you’ve obviously thrown yourself into this. In other words it does sound like it’s become an incredibly important part of what you do, and I wonder if you have any thoughts for people who really really maybe don’t have the time available that you do? Are not quite sure.</p>\n\n\n\n<p>They don’t see that they’ll probably ever be as keen as you seem to be. Do you think there’s a place for them? Is it more a case that if you are willing to really go the extra mile then these wonderful things can happen? Or is it the case that people who can just contribute perhaps a few minutes a week are still welcome and needed?</p>\n\n\n\n<p>[00:29:50] Ahmed Kabir Chaion: In short both. But for this to be meaningful and for someone to be satisfied about what they do, you need to go the long, longer path. If you are keen to learn something new. If you’re interested in finding out more and tap into the unknown, then WordPress is a beautiful prospect. I feel every team that I tap into, I learn something new.</p>\n\n\n\n<p>Currently, I’m collaborating with the training team and they have this project called Learn WordPress, which is going to be an amazing thing in a couple of years. It’s already there with many different languages of workshops, tutorials, and information about WordPress. Not just WordPress as a platform, but more like different aspects of WordPress.</p>\n\n\n\n<p>And, even as a programmer, there are different sides of programming. I’m not an expert, but I’ve noticed that some people like to do certain things. So there are components within WordPress. So if a programmer is interested about a particular component, they can start working on that.</p>\n\n\n\n<p>And I believe there’s 30 plus component with each of them having one to five, sometimes ten, component maintainers who take care of those components, which make sure that WordPress is equipped with everything new and not falling back.</p>\n\n\n\n<p>[00:31:09] Nathan Wrigley: It is truly remarkable, the depth and breadth of WordPress. So it’s kind of interesting. You’ve talked about the fact that you’ve dipped your toes into all sorts of different channels in WordPress. You’ve talked about marketing. You’ve talked about documentation and so on. I wonder, for people who are listening to this who are new to WordPress, I don’t know if you’ve got a list available or in your head, I wonder if you can summon up the range of different topics or areas within WordPress that people could become involved in?</p>\n\n\n\n<p>[00:31:39] Ahmed Kabir Chaion: Sure. so there’s two set of common topics or checklists that I usually share. We had our latest Meetup just couple of days ago, and I was discussing this topic with a few of our new contributors. So one fact is that if someone’s willing to join the local Meetups, they should start there. That should always be the first step. That gives so much motivation and encouragement, and you can engage with a lot of people.</p>\n\n\n\n<p>And for those who are able to attend those Meetups, they can start finding WordCamps nearby. I don’t know if everyone loves travel, but I love travel and it can sometimes do a positive change for you. So traveling blended with WordPress is a beautiful thing. Unless you experience it, you won’t be able to know what I’m talking about.</p>\n\n\n\n<p>And the second thing is for those who does not want to go to the Meetup. For them, they can always go through the make.wordpress.org site. There are different teams. Just skim through and search for the team that feeds them most, or appropriate team. Find it and then go through that team’s handbook. Most of the teams these days have at least a workshop or tutorial within Learn WordPress. So if you want to contribute to WordPress org, you can check Learn WordPress first.</p>\n\n\n\n<p>Slowly create a WordPress profile and then join the WordPress Slack. As soon as you are able to join a channel, start finding if there is a time which is convenient for you in terms of that team’s meeting. Because team meetings are essential for you to be directly involved with the project. Some teams have weekly meetings, some teams have biweekly, others have monthly meetings. So it’s not that difficult.</p>\n\n\n\n<p>You don’t need to attend the entire meeting. Just stay up to date about your team of interest. About the agenda. What is the focus right now? What kind of work, different work groups are there. Try to tap into a work group. As soon as you are part of a work group, you will know about the details and the current stuff that’s in the pipeline for WordPress. And that can motivate a lot of people.</p>\n\n\n\n<p>And for those who are programmers, they can easily just go to the Core team. And there’s many different sub-channel and sub-teams of Core. There’s Core test. There’s Core performance. There’s WPCLI and many more. I’m just sharing some of the names from the top of my head, because that’s not my strong suit, but there are about six or seven different key teams or sub-teams within the Core team where you can get involved in.</p>\n\n\n\n<p>And I’ve always noticed among contributors, if there’s anything that is within the sweet spot of their passion and interest, it gives them a better result. So, finding that is critical for someone, when it comes to going the long run and sustainably contributing for many years.</p>\n\n\n\n<p>[00:34:44] Nathan Wrigley: You mentioned in the show notes that you had some resources to share. Now, it may be that you’ve just done that, and that was the list of things that you wanted to talk about. But I do want to give you an opportunity to share that list if indeed there were other things on it that you hadn’t yet mentioned.</p>\n\n\n\n<p>[00:35:00] Ahmed Kabir Chaion: Yep. I just want to add a name, Sam Munoz. I think she works for WP Engine, and is the community developer relationship manager. Apologies if I got her designation wrong. But I have seen her in the documentation team and coming in and always contributing. And she’s the one who inspired me to talk about, or dive deep into this topic.</p>\n\n\n\n<p>I read one of her articles in Torque Magazine. It was published in August, 2002. The title of the article said, no code WordPress contributions matter. And since I read that article in 2000, I got to think, hey, my contributions matter too. Because for the better part of 2020 and 2021, I was simply just contributing as a no coder.</p>\n\n\n\n<p>But now I see people talking about it, and I think Torque Magazine wouldn’t cost anything if that wasn’t substantially important. And I think that article, since I read it, I’ve shared it with at least 15 to 20 people. Just so that I could encourage them to come and contribute to WordPress.</p>\n\n\n\n<p>So when it comes to the resources, there is a lot of resources out there aside from Learn WordPress. But I feel like just following a few folks in Twitter can do the trick for now, for anyone starting. Sam Munoz is one of them who I believe is going to be a great advocate in the coming years for non code WordPress.</p>\n\n\n\n<p>[00:36:31] Nathan Wrigley: Thank you so much. What I’ll say is that when we finally click the button to stop recording, I’ll allow us the opportunity to collaborate on the show notes that hit the WP Tavern website. And there may well be things that Ahmed would wish to add, names that he wants to mention and so on, that he hasn’t managed to get together for this show. And I’ll put those in the show notes. So if anything does occur to you in the next days or weeks before this episode goes live, hopefully we can add those in as well.</p>\n\n\n\n<p>We’ve talked a little bit about WordPress events. We’ve obviously, the whole going back to doing things in person is probably one of the most interesting things in the WordPress space. You know, it is fabulous to get in the same room as all those people. But the vast majority of what you are describing is taking place online. And I’m just wondering again, the description for those people who’ve never contributed before. What kind of processes are people going through?</p>\n\n\n\n<p>You know, it can be a bit intimidating joining a Slack channel. But is that the kind of place where all of this happens? Do you need to be following track tickets? Where do you find yourself online? Where do you collaborate online to make this happen?</p>\n\n\n\n<p>[00:37:48] Ahmed Kabir Chaion: I think that’s the question that I hear the most. And you are right on the money with that question. For anyone who has heard about my story and coming back to me, hey, what’s the right place? I always refer them to the Core channel for Making WordPress Slack. However, if you are not someone who wants to go through every single message on Slack, you’re not alone.</p>\n\n\n\n<p>You can just go through. Check the weekly article. There is a dev chat, that is being published each week after the meeting that happens on Slack. You can simply check that article. And staying up to date with what’s happening, weekly basis. The Core channel, or the p2 blog for making WordPress is more than enough. Because anything important to the release itself, or any important track ticket is always circulated back to the Core channel blog as well. So I think that’s enough.</p>\n\n\n\n<p>But then again, if you don’t want to do that either, I feel like just attending online events such as online WordCamps. There’s WordFest. Whichever event that you can find. WordPress Accessibility Day. I’m also going to be part of the organizing team for this year as well.</p>\n\n\n\n<p>We’re going to announce the dates very soon. It’s going to be in September. That’s also another event that you should look into. It’s a 24 hour event about WordPress and accessibility. So these are events that are options out there. And you just need to find the option that speak for you, that’s most fulfilling and giving back to you. And also consider yourself important too, when you are giving back.</p>\n\n\n\n<p>[00:39:28] Nathan Wrigley: Yeah. It’s interesting you described a period of what you might describe as lurking at the beginning. In other words, you dropped into certain channels and just observed. And I guess that’s probably some good advice. If you’re not sure where to go. Just go there. Hang out. Read the messages. Engage if you wish to. But if you don’t wish to, just watch and see what happens.</p>\n\n\n\n<p>And if a certain channel or aspect of WordPress doesn’t seem to be clicking with you, there’s always the opportunity to go and start that process of lurking again in another channel. And I would imagine that at some point you will stumble across something which is the best fit for you.</p>\n\n\n\n<p>[00:40:09] Ahmed Kabir Chaion: Of course, and I keep on repeating these to folks who I collaborate to that, remember your skills, or strength, or things that gives you satisfaction. And just keep your eyes and ears open. If you see something that clicks with you, just raise your hand. I’ve had 10 people coming back to me saying that, hey, don’t worry, we are here. I received private messages. The first step is to raise your hand, and that’s the bravest step you need to take. I did that, and I’m not regretting that.</p>\n\n\n\n<p>[00:40:44] Nathan Wrigley: Nice, that’s great. Ahmed, time is precious, and so we’ll start to wrap it up. But before we do that, I want everybody to be fully aware of where they can find you. If there’s people listening to this who have been inspired and would like to use your expertise, maybe talk to you one-to-one, email you or whatever it may be. I’ve got this feeling that you are going to be able to persuade quite a few people who are erring on the side of caution to dive into WordPress. So with that in mind, I wonder if you wouldn’t mind just sharing some of the places where you hang out online, where you are most likely to be found.</p>\n\n\n\n<p>[00:41:21] Ahmed Kabir Chaion: Absolutely. I’ve got my Twitter handle, which is c h a i o n zero seven. My last name. But that’s pretty much the handle you need to remember. LinkedIn, it’s Twitter. Everywhere I’m available using that handle. Also, I attend the Polyglots weekly meeting. So if you are a polyglot, if you want to translate WordPress into your own language, which you can always do, you can come to the Polyglots channel and I’m pretty much active there, since I’m the current team rep, or one of the current team reps.</p>\n\n\n\n<p>[00:41:55] Nathan Wrigley: That’s absolutely fabulous. Hopefully Armed, we’ll get some people coming in your direction. I really appreciate you coming on the podcast today. It’s been a real pleasure talking to you about your experience in your part of the world, and more broadly with WordPress. Thank you so much for joining us today.</p>\n\n\n\n<p>[00:42:12] Ahmed Kabir Chaion: Thank you so much, Nathan, and I think, what you’re doing can inspire hundreds and hundreds of more contributors. I hope to hear from you in the future and hopefully meet you in person in one of the WordCamps.</p>\n\n\n\n<p>[00:42:24] Nathan Wrigley: That would be indeed very lovely. Thank you so much for joining us.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/chaion07\">Ahmed Kabir Chaion</a>.</p>\n\n\n\n<p>As you’ll hear in the podcast, Ahmed has a genuine love of the WordPress community. He’s been an organiser at multiple WordPress events, including WordCamp Asia, the WordPress Accessibility Day, WordFest Live, WordCamp Santa Clarita, and the WordPress Translation Day. As if that were not enough, he’s also served as co-organiser of the Dhaka WordPress Meetup Chapter, is a former Design Team Rep and a current Polyglots Team Rep.</p>\n\n\n\n<p>So, Ahmed’s really engaged in the WordPress community, but how did this all happen? The podcast today focuses on Ahmed’s journey into WordPress.</p>\n\n\n\n<p>Given Ahmed’s involvement in the recent WordCamp Asia, we start the discussion there, talking about how the event went and what plans there are for next year.</p>\n\n\n\n<p>We then get into what the WordPress community is like in the city of Dhaka, and Bangladesh as a whole. Technology has become a popular career option, and WordPress is playing a crucial role in that. We talk about how the community is growing, particularly through local meetups.</p>\n\n\n\n<p>The rest of the podcast is all about how you can find a place in the WordPress community no matter what your strengths are. Maybe you’re into writing code, or SEO. Perhaps marketing or translations are more your thing.</p>\n\n\n\n<p>Ahmed lays out the multitude of paths that you can take to engage and give back to the project. You don’t need to feel you’ve got to be an expert. The project needs people working at every level, and maybe there’s work to be done which you did not know about. That’s certainly Ahmed’s experience.</p>\n\n\n\n<p>He tells us how he got started just by showing up repeatedly, slowly working out areas where he thought his contributions would be most valuable.</p>\n\n\n\n<p>We talk about some of the places Ahmed has frequented online, and some people he’s been most influenced by.</p>\n\n\n\n<p>It’s a lovely tale of a community member who is truly inspired to make the project better.</p>\n\n\n\n<p>In places, the quality of Ahmed’s audio is a little poor, but it’s more than listenable, especially given how enthusiastic Ahmed is.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://wedevs.com/\">weDevs</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/\">Make WordPress</a></p>\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia</a></p>\n\n\n\n<p><a href=\"https://wpaccessibility.day/\">WordPress Accessibility Day</a></p>\n\n\n\n<p><a href=\"https://my.wordfest.live/\">WordFest Live</a></p>\n\n\n\n<p><a href=\"https://www.bdosn.org/\">BdOSN, Bangladesh Open Source Network</a></p>\n\n\n\n<p><a href=\"https://dhaka.wordcamp.org/2019/\">WordCamp Dhaka</a></p>\n\n\n\n<p><a href=\"https://wordpress.com/learn/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/chat/\">WordPress Slack</a></p>\n\n\n\n<p><a href=\"https://torquemag.io/2022/08/no-code-wordpress-contributions-matter/\">No-Code WordPress Contributions Matter</a></p>\n\n\n\n<p><a href=\"https://twitter.com/chaion07\">Ahmed’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, 03 May 2023 15:33: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: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: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:99:\"Do The Woo Community: What is Woo Express and What Does It Mean for Hosts and WooCommerce Builders?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=75035\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://dothewoo.io/what-is-woo-express/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:400:\"<p>Learn what Woo Express is, and how it affects the hosting ecosystem and the WooCommerce builder community.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/what-is-woo-express/\">What is Woo Express and What Does It Mean for Hosts and WooCommerce Builders?</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, 03 May 2023 12: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: First Round of WordCamp US 2023 Tickets Sold Out\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/first-round-of-wordcamp-us-2023-tickets-sold-out\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3658:\"<p>Tickets for WordCamp US 2023 <a href=\"https://us.wordcamp.org/2023/tickets-on-sale/\">went on sale</a> this morning and quickly sold out within a few hours, leaving many hoping for another opportunity in the next round. WCUS, WordPress’ flagship event in the Western Hemisphere, is happening August 24-26, 2023, at the Gaylord National Resort & Convention Center in National Harbor, Maryland.</p>\n\n\n\n<p>Tickets cost $50 and include access to 40 speaker presentations in the main event, workshops, networking meetups, lunch each day, snacks and beverages, the WordFest party, a t-shirt, and a surprise gift. Contributor Day tickets are separate and will be available soon.</p>\n\n\n\n<p>WCUS organizers have <a href=\"https://twitter.com/WordCampUS/status/1653511569249124352\">confirmed</a> that there will be additional rounds of <a href=\"https://us.wordcamp.org/2023/tickets/\">tickets</a> released in the future. Those who missed this opportunity can follow <a href=\"https://twitter.com/WordCampUS\">@WordCampUS</a> on Twitter to be notified of the next ticket release.</p>\n\n\n\n<p>Despite the high demand for tickets, the event’s August dates prevent some from attending, including families sending their kids to school and European community members who may still be on summer holidays. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">In Europe August is the summer holidays which makes it tough to attend with kids off school etc. Not sure I can swing it this year either <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f61e.png\" alt=\"😞\" class=\"wp-smiley\" /> <a href=\"https://t.co/GlPzhu1gZa\">https://t.co/GlPzhu1gZa</a></p>— Tom Willmot (@tomwillmot) <a href=\"https://twitter.com/tomwillmot/status/1653421951291981826?ref_src=twsrc%5Etfw\">May 2, 2023</a></blockquote>\n</div>\n\n\n\n<p>WCUS will also be hosting a Community Summit this year. <a href=\"https://communitysummit.wordcamp.org/2023/application/\">Applications for attendees</a> are still open and contributors are also welcome to <a href=\"https://communitysummit.wordcamp.org/2023/topics/\">submit topics</a> for the event.</p>\n\n\n\n<p>WordCamp US has updated its website with a design inspired by the colors and mood of the local area’s springtime cherry blossom blooms. Organizers are also <a href=\"https://us.wordcamp.org/2023/wordcamp-us-2023-programming-team-announcement/\">updating the programming</a> this year with a call for outside voices. The hurdles placed on potential speakers in previous years were not inclusive of those who haven’t been speaking at local WordPress events and this tends to lead to a stale pool of speakers.</p>\n\n\n\n<p>WCUS organizers are trying something new this year in order to enrich the community with more diverse voices:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>We are targeting experienced, seasoned, professional speakers at the top of their industries who are not currently active members of our unique community to speak at this year’s WCUS program. There are WordPress agency owners who have never been to a local meetup; plugin developers who don’t know what a WordCamp is, and there are scholars and academics who have never heard of Matt Mullenweg.</p>\n</blockquote>\n\n\n\n<p>WCUS organizers may do a bit of recruiting to make this happen. They are <a href=\"https://us.wordcamp.org/2023/speaker-topic-suggestions/\">collecting suggestions</a> for speakers and programming topics in order to invite industry-leading speakers from outside the WordPress community. This will not replace the traditional call for speakers, which should be forthcoming.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 May 2023 00:43:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"Do The Woo Community: TC Cazy Joins the Do the Woo Hosting 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:28:\"https://dothewoo.io/?p=75005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/tc-cazy-joins-the-do-the-woo-hosting-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:418:\"<p>We welcome TC to our Do the Woo family of hosts. And are excited with what he will bring to the team. Learn more about TC in today\'s show.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/tc-cazy-joins-the-do-the-woo-hosting-team/\">TC Cazy Joins the Do the Woo Hosting Team</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, 02 May 2023 08:34: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: New WP Speakers Website Helps Event Organizers Find Speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=144261\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/new-wp-speakers-website-helps-event-organizers-find-speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2585:\"<p>Michelle Frechette, Director of Community Engagement at StellarWP, has launched a new independent project called <a href=\"https://wpspeakers.com/\">WP Speakers</a> that helps event organizers find available speakers for WordPress meetups, WordCamps, podcasts, and other events. The site offers a database of speakers that is free to join and free to search.</p>\n\n\n\n<p>When speakers sign up, they include a bio, headshot, location, languages they speak, topics, expertise, and contact information. They can also specify if they identify being from an underrepresented group. In the short amount of time the site has been live, WP Speakers has added 149 registered speakers who are ready and willing to share their WordPress knowledge at both virtual and in-person events.</p>\n\n\n\n<img />\n\n\n\n<p>“As a meetup organizer for my local WordPress meetup, I’m constantly searching for speakers to present,” Frechette said. “On one hand the pandemic made it harder to keep coming up with fresh meetup content, but on the other hand, it allowed me to connect to speakers globally as all of our meetings were moved online. But even with all of the speakers in the world now able to present, it was still hard to think of topics and then source speakers. As well-connected as I am in WordPress, I couldn’t even imagine how much more difficult it might be for someone who didn’t know a lot of speakers personally. So WP Speakers was born.”</p>\n\n\n\n<p>Frechette has a knack for bringing people together and helping them find their place in WordPress. In addition to her open source contributions, she maintains <a rel=\"noreferrer noopener\" href=\"http://wpcareerpages.com/\" target=\"_blank\">WPCareerPages.com</a>, a site that connects job seekers with WordPress companies, and publishes a weekly tweet thread with available positions.</p>\n\n\n\n<p>Frechette is supporting her efforts on the project through sponsorship funds, which allow her to keep the resource free.</p>\n\n\n\n<p>“It’s important to me that the ability to belong on the site as well as be able to search for speakers always remains free,” she said. “That way no one is denied from being able to participate. A resource like this should be available to all.”</p>\n\n\n\n<p>Frechette plans to continue adding to the speaker resource page and an event organizer resource page is next on the roadmap. Anyone who wants to be listed on the site can fill out the “<a href=\"https://wpspeakers.com/join-as-a-speaker/\">Join As a Speaker</a>” form and new profiles will be approved in 1-3 business days.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 May 2023 03:29:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:106:\"WPTavern: Priced Out of API Access: Jetpack and WordPress.com Discontinue Support for Twitter Auto-Sharing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144234\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://wptavern.com/priced-out-of-api-access-jetpack-and-wordpress-com-discontinue-support-for-twitter-auto-sharing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6011:\"<p>Jetpack and WordPress.com <a href=\"https://wordpress.com/blog/2023/04/29/why-twitter-auto-sharing-is-coming-to-an-end/\">announced</a> they will no longer support the Twitter API in their products. Last month <a href=\"https://wptavern.com/twitter-suspends-wordpress-coms-access-to-twitter-api-breaking-jetpack-social-sharing\">Twitter suspended WordPress.com’s access to its API</a>, which broke Jetpack Social Sharing – the mechanism that auto-tweets published posts. </p>\n\n\n\n<p>Although WordPress.com’s access to the API was reinstated for a few weeks, the company has now been priced out of offering features that rely on Twitter’s API:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Twitter recently notified Automattic that it was dramatically changing the terms and pricing of the Twitter API. The cost increase is prohibitive for us to absorb without passing a significant price increase along to you, and we don’t see that as an option. We have attempted to negotiate a path forward, but haven’t been able to reach an agreement in time for Twitter’s May 1 cutoff. </p>\n\n\n\n<p>Given that, we have decided to discontinue using the Twitter API.</p>\n</blockquote>\n\n\n\n<p>WordPress.com did not detail its estimated API usage, but Enterprise access <a href=\"https://www.wired.com/story/twitter-data-api-prices-out-nearly-everyone/\">starts at $42,000/month</a> for 50 million tweets and scales upwards based on usage, with 100 million tweets priced at $125,000/month and 200 million priced at $210,000 per month. This astronomical price increase will swiftly cull many applications, institutions, and large scale publishers that don’t have an extra $500k/year – $2.5M/year in the budget for Twitter API access.</p>\n\n\n\n<p>In October 2022, Jetpack <a href=\"https://wptavern.com/jetpack-social-plugin-adds-paid-plan-free-users-now-limited-to-30-shares-per-month\">started monetizing this feature</a> with a paid plan that limited the free version to 30 social shares per month (to any social network), a controversial decision that sent many users in search of alternatives. Passing the cost to the customer here was already beyond what most users wanted to pay for these features and is not sustainable.</p>\n\n\n\n<p>WordPress.com will be removing Twitter from Jetpack Social and refocusing its efforts on other social media sharing capabilities. The company is adding Instagram and Mastodon to its auto-sharing lineup soon. Auto-sharing for Tumblr, Facebook, and LinkedIn still works. </p>\n\n\n\n<p>Starting, today, users who want to share their published posts on Twitter will need to share the link manually through the Twitter app. For clarification, sharing posts by clicking the Tweet button will continue working. This change only affects auto-sharing.</p>\n\n\n\n<p>The massive increase in API pricing has competitors fired up to support users migrating away from Twitter. Automattic, which also owns Tumblr, took a stab at Twitter in the conclusion of the announcement: “If your recent experiences with Twitter have left you dissatisfied, <a href=\"https://www.tumblr.com/\">go take Tumblr for a spin</a> — we hear it’s quite a party over there.”</p>\n\n\n\n<p>In February, Mastodon promised that the platform would never charge for API access. After Automattic’s announcement today, Mastodon <a href=\"https://twitter.com/joinmastodon/status/1652511061352800259\">tweeted</a> they are excited to see the company expanding support for the platform in Jetpack.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Many of Twitter\'s most recognizable features were invented in third-party apps, and we\'re thrilled to see what those developers are now doing with Mastodon. Powered by open source, we can promise: Mastodon will never charge for API access!</p>— Mastodon (@Mastodon@mastodon.social) (@joinmastodon) <a href=\"https://twitter.com/joinmastodon/status/1621331792019030016?ref_src=twsrc%5Etfw\">February 3, 2023</a></blockquote>\n</div>\n\n\n\n<p>Twitter may be shooting itself in the foot by making it more costly, in terms of time and automation, to have incoming content from the open web. It’s becoming more cumbersome for publishers to share their content. This has further aggravated Twitter’s user base who is used to coming to the platform for up-to-the-minute news. Too many smaller apps are now priced out of providing these kinds of updates. Some users have started <a href=\"https://twitter.com/pianodao/status/1652587846690111488\">encouraging their followers to follow them on other networks</a> to be alerted when posts are published.</p>\n\n\n\n<p>“This is an example of the minor annoyances that will ultimately make people look for alternatives to Twitter,” WordPress.com user @MoviesSilently said. “Frictionless sharing isn’t a make or break but it’s nice.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I guess I need to go fire up my Tumblr account again or make a new one, and possibly see what Mastadon is all about. I\'m not getting any reach on Twitter anyway.</p>— MUDPIX OUTDOORS (@mudpiix) <a href=\"https://twitter.com/mudpiix/status/1652436811556306944?ref_src=twsrc%5Etfw\">April 29, 2023</a></blockquote>\n</div>\n\n\n\n<p>Today’s news has <a href=\"https://twitter.com/wordpressdotcom/status/1652424620069330946/retweets/with_comments\">added to users’ compounding disappointment</a> with Twitter. Not only has it is become more costly to have an active voice but advertising has a stranglehold on the feed. As major brands have ceased advertising on the platform, the quality of ads has declined to where scrolling the app has become like wading through a flea market. Twitter users may soon be in for more changes to their feeds as any content originating from WordPress.com or Jetpack-powered sites will require a manual share to be found on the platform.</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, 01 May 2023 22:41:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WordPress.org blog: People of WordPress: Monika Rao\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14850\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/news/2023/04/people-of-wordpress-monika-rao/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10631:\"<p><strong>This month we feature Monika Rao, a Product and Quality Assurance Manager from India. She finds contributing to the WordPress project a way to deepen her technical skills and further her web career.</strong></p>\n\n\n\n<p><strong>The <em>People of WordPress</em> series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<img width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/feature-img-monika.jpg?resize=1014%2C627&ssl=1\" alt=\"Monika Rao at a WordCamp\" class=\"wp-image-14842\" />\n\n\n\n<p>Monika was born in Udaipur, in the state of Rajasthan, India. At that time, she recalls, there was some resistance to girls’ education in certain subjects. Thanks to her parents’ support and encouragement, she graduated in Computer Science Engineering. Following graduation, she went on to work for an international firm. However, she felt she wanted to work in her home area and so returned to work for a firm based in Udaipur itself.</p>\n\n\n\n<p>Monika started her career journey with WordPress in 2015, and was fascinated as she learnt more of the technology. A few years later, she moved into a role as a WordPress Quality Analyst, enabling her to dive further into the software. </p>\n\n\n\n<p>“From that moment, I decided to make it an integral part of my ever-learning professional career,” she said.</p>\n\n\n\n<p>The more Monika researched WordPress, the more she found it was not just a tool to simplify website building but also a platform where you could “meet new people, share your thoughts, learn from them and improve yourself through the process.”</p>\n\n\n\n<p>When she first started working with WordPress, she found she had many questions, ranging from what are themes and plugins to what is a WordCamp. As her knowledge grew, she knew one day she wanted to be able to contribute to both the code and the community supporting it.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Becoming part of WordPress</h2>\n\n\n\n<p>Monika started contributing to WordPress in 2015 with Theme Review. In this area, she was able to work alongside WordPress code experts and, at the same time, learn the concepts of theme development. She saw this as a great opportunity to learn and improve her development skills. </p>\n\n\n\n<p>She was also very interested in testing from the beginning, so she started contributing to Core. Her first contribution was to the WordPress 4.7 release in 2016. She remembers the day she first saw her name in the WordPress contributor list. This encouraged her to make more contributions including to core and the community team, and each time she felt more like part of the community.</p>\n\n\n\n<p>Thus inspired, Monika delved into making the software more easily available in her native Hindi language through joining other contributors to the Polyglots team. She went on to become a General Translation Editor for the Hindi language, and has continued to contribute in this area.</p>\n\n\n\n<img width=\"902\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/wp-udaipur-2017.png?resize=902%2C600&ssl=1\" alt=\"Monika as part of a panel at WordCamp Udaipur 2017\" class=\"wp-image-14846\" />Monika and other panelists at WordCamp Udaipur 2017\n\n\n\n<p>As she became involved with the WordPress community, she looked for ways of sharing it with others in her home city. In 2017 she was part of the organizing team for <a href=\"https://udaipur.wordcamp.org/2017\">WordCamp Udaipur 2017</a> and there shared her contributing journey with others. This was her first WordCamp, and she describes the experience as ‘superb’. It enabled her to connect to both those new to WordPress and those already working with it. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“It was a great moment for me speaking in front of hundreds of people and everyone cherished my journey. It inspired me to continue my contribution to other teams too.” </p>\n<cite>Monika Rao</cite></blockquote>\n\n\n\n<p>She went on to be an organizer for <a href=\"https://udaipur.wordcamp.org/2018/\">WordCamp Udaipur 2018</a> and <a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a>. She also contributes to the Meta and Theme review teams. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributing to WordPress software releases</h2>\n\n\n\n<p>2019 was a big year for Monika. She got married and joined a new firm where she could work more on WordPress, learning about marketing and design.</p>\n\n\n\n<p>In November 2019, the WordPress Executive Director Josepha Haden put out a call for an all-women and non-binary release squad. Monika said: “I’ve always felt that not enough women take part in WordPress, so I decided to jump in.” She took on the role of Test Lead.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“It was a wonderful journey— worth every second and this was a proud moment for me when I saw my name on the WordPress Noteworthy list. You feel proud when you see your small contributions in use by 40 per cent of the web.”</p>\n<cite>Monika Rao</cite></blockquote>\n\n\n\n<img width=\"1024\" height=\"660\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/monika-5-6.jpg?resize=1024%2C660&ssl=1\" alt=\"Some of the notable contributors for the WordPress 5.6 release\" class=\"wp-image-14849\" />Monika was part of the notable contributors for the WordPress 5.6 release\n\n\n\n<p>As a Test Lead, her priority was ensuring the release would be stable and, more importantly, ready for production sites. To effectively manage all the testing, test scrubs were run weekly, highlighting the key testing areas to help get the entire team involved. The scrubs also played an important role in picking up tickets needing immediate resolution.<br /><br />Monika also continued her role in the WordPress 5.7 release, and focused more on the core software. She believes being part of the Core and Test teams is a good way to watch and learn, as well as take part in the different elements that make up a release.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“Skills you have will eventually fade away unless you work on them and sharpen them. So don’t underestimate the value of any skill. It will eventually help you somehow in your career.”</p>\n<cite>Monika Rao</cite></blockquote>\n\n\n\n<p>She added: “I owe my skills and knowledge to WordPress and its lovely community. The best part about this platform is that it is free and provides ample opportunities to improve your skills and build a career. The wider WordPress community is highly supportive, and it provides numerous additional resources, such as online forums, tutorials, and meetups, to help people learn and grow. With the help of WordPress, anyone can learn how to create websites, develop plugins, and contribute to the community.”</p>\n\n\n\n<p>This route for learning has helped Monika in choosing the direction of her career and in keeping her skills up-to-date. In October 2021, she joined a company specializing in producing WordPress plugins and services for online businesses.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Everyone can contribute to WordPress</h2>\n\n\n\n<img width=\"675\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/monika-on-holiday2.jpg?resize=675%2C900&ssl=1\" alt=\"Monika pictured during her travels\" class=\"wp-image-14845\" />Monika pictured during her travels\n\n\n\n<p class=\"has-text-align-left\">Monika is determined more people, especially other women, have opportunities to contribute to open source in general. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p class=\"has-text-align-left\">“Many people are using WordPress, but they don’t all know about contribution. Therefore, my future goal is to help people, especially women, contribute more to WordPress.”</p>\n<cite>Monika Rao</cite></blockquote>\n\n\n\n<p class=\"has-text-align-left\">“When I first started contributing to WordPress, I thought that being from a testing background, I may not be able to contribute much. However, I soon realized that there are various different areas where I could easily contribute and develop my skills,” said Monika.</p>\n\n\n\n<p class=\"has-text-align-left\">“So, I would encourage anyone who is interested in contributing to WordPress to find their own area of interest, regardless of their background, be it marketing, content writing, designing, or any other field. The WordPress community welcomes contributions from people of all backgrounds and skill-sets. So, don’t hesitate to dive in and contribute in a way that suits your interests and skills.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>) for sharing her adventures in open source.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and the late Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\">@sthakor</a>) for interviews and writing this feature, and to Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>), Mary Baum (<a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>) for work on photographs and review.</p>\n\n\n\n<p>The <em>People of WordPress</em> series thanks Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\"><img width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Apr 2023 21:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:123:\"Gutenberg Times: Getting started with block themes, playground, create-block tool and Block Data API—Weekend Edition #252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23980\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/getting-started-with-block-themes-playground-create-block-tool-and-block-data-api-weekend-edition-252/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18336:\"<p>Howdy, howdy! </p>\n\n\n\n<p>Next week, we will head back to to Munich to take over our new apartment and start to explore the new neighborhood on foot. While getting situated, still provisionally, we will patiently wait until our furniture to arrive from Miami. The weather is starting to get warmer, too. Everything is new. Good times. </p>\n\n\n\n<p>I also will start migrating the Gutenberg Times website to a block theme, and hopefully can take you along with my lessons learned and some tips to avoid the pitfalls. Maybe. If you already made the switch with one of your sites, email me to <a href=\"mailto:pauli@gutenbergtimes.com\">pauli@gutenbergtimes.com</a>. I really would like to learn more. </p>\n\n\n\n<p>Before, I can start this next project, I will work on the next Gutenberg plugin release. Stay tuned. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background 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-playground\">WordPress Playground</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-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v15.7.0-rc.1\"><strong>Gutenberg plugin 15.7 release candidate</strong></a> (RC1) is now available for testing. </p>\n\n\n\n<p>Among other things, you could try out the following new features. </p>\n\n\n\n<ul>\n<li>a <a href=\"https://github.com/WordPress/gutenberg/pull/49992\">new workflow available for the Site Logo block</a>, to replace the site logo via the sidebar. </li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/49634\">updated behavior for the Top Toolbar fixed setting</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/49958\">a masonry layout on the template pattern suggestion modal</a>.</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/49838\">New block controls in the site bar for Duotone settings</a></li>\n</ul>\n\n\n\n<p><em>Make sure <a href=\"https://github.com/WordPress/gutenberg/issues/new?assignees=&labels=&template=Bug_report.yml\">to file a bug report</a> if you find something quirky. </em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-word-press-playground\">WordPress Playground</h3>\n\n\n\n<p>During this month’s <em>Developer Hours</em>, <strong><a href=\"https://twitter.com/adamzielin\">Adam Zieliński</a></strong> will introduce the new <strong>WordPress Playground</strong> tool. </p>\n\n\n\n<p>It runs WordPress in the browser without the need for PHP, Apache, or MySQL.</p>\n\n\n\n<p>In this presentation, <strong>Zieliński</strong>, a member of the development team that created WordPress Playground, will introduce this exciting new implementation and demonstrate it. He will also explain the technologies that make the magic happen, and run through a variety of scenarios and use cases. There will be ample time for Q & A. You can register via Meetup<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/293196462\">.</a> </p>\n\n\n\n<ul>\n<li><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/293196462/\">On May 23, 2023 at 17:00 UTC / 12:00 PM EDT</a> hosted by Justin Tadlock </li>\n\n\n\n<li><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/293196452/\">On May 24, 2023 at 8:00 UTC / 15:00 Indonesia Time</a> hosted by Michael Burridge</li>\n</ul>\n\n\n\n<p>You can check out a live demo of <a href=\"https://developer.wordpress.org/playground/demo/\">WordPress Playground on the WordPress Developer site</a>. </p>\n\n\n\n<p>Earlier this month, Zieliński posted a few <a href=\"https://make.wordpress.org/core/2023/04/13/in-browser-wordpress-tech-demos-wordpress-development-with-wordpress-playground/\">In-Browser WordPress Tech Demos: WordPress Development with WordPress Playground</a>, with a call for contributors. If you are interested, join the WP Slack channel <a href=\"https://wordpress.slack.com/archives/C04EWKGDJ0K\">#meta-playground </a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Joen Asmussen highlighted in his <a href=\"https://make.wordpress.org/design/2023/04/24/design-share-mar-27-apr-21/\">Design Share: Mar 27-Apr 21</a> the work of the WordPress Design team on </p>\n\n\n\n<ul>\n<li>Safe content-browsing workflow for Openverse</li>\n\n\n\n<li>General polish for modals</li>\n\n\n\n<li>New take on the top toolbar options</li>\n\n\n\n<li>the WordPress Sitemap</li>\n\n\n\n<li>Inspector Alignment Tools</li>\n\n\n\n<li>a condensed revision of the padding control</li>\n\n\n\n<li>List View scrolling</li>\n\n\n\n<li>Inspector Site Logo Management</li>\n\n\n\n<li>Fresh mockup for Font Management tools</li>\n\n\n\n<li>WP.org Two-factor authentication & WordPress.org login</li>\n\n\n\n<li>Focus style in search</li>\n\n\n\n<li>Command K Search (experimental) </li>\n\n\n\n<li>Template vs. content editing</li>\n</ul>\n\n\n\n<p>It’s a long list of some outstanding work! Check it out. All items are accompanied by a screenshot, a brief description and the link to the GitHub issue, to learn more and chime in. </p>\n\n\n\n<a href=\"https://make.wordpress.org/design/2023/04/24/design-share-mar-27-apr-21/\"><img /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Tammy Lister,</strong> early design lead of Gutenberg, and published the 10 steps on how to <strong><a href=\"http://nownextlab.com/2023/04/28/embracing-gutenberg-as-a-product/\">embrace Gutenberg as a product</a>. </strong>Step One she writes:<em> “One of the biggest questions would be ‘What is Gutenberg’. I tend to push back around that and say it’s WordPress. The system, the mindset, and the approach have been around for so long now and have been a part of the core development – after all, we are through phase two and starting phase three, Collaboration. So, this is step one to embracing Gutenberg as a product; see it as nothing different from WordPress.”</em> Curious? There are nine more to go! </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><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-82-gutenberg-15-6-and-proposed-schedule-for-wordpress-6-3/\">Gutenberg Changelog #82 – Gutenberg 15.6 and proposed schedule for WordPress 6.3</a> with Birgit Pauli-Haack and special guest Nick Diego</p>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Jamie Marsland</strong> has a great video posted on WordPress TV called: <a href=\"https://wordpress.tv/2023/04/27/rapid-website-recreation/\"><strong>Rapid Website Recreation</strong></a>. Within this 15-minute demo, he shows you how he rebuilt a photographer’s website using the Site editor 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><a href=\"https://twitter.com/mikemcalister\">Mike McAlister</a></strong> has announced the release of his new block theme Ollie and shared details and motivation in <a href=\"https://olliewp.com/introducing-the-ollie-wordpress-block-theme/\"><strong>Introducing the Ollie WordPress block theme</strong></a>. McAlister wrote: “One of the most powerful features of the Ollie block theme is that it brings together all the new WordPress site building features in a cohesive experience. Site editor, global styles, patterns, templates, template parts — Ollie supports all of these features, and they’re all beautifully designed and super easy to edit and customize.” </p>\n\n\n\n<p><strong>Sarah Gooding</strong> gave it a spin and reviewed for the WPTavern: <a href=\"https://wptavern.com/ollie-block-theme-now-in-public-beta\"><strong>Ollie Block Theme Now in Public Beta</strong></a>. “It is a beautiful, multipurpose theme of the high caliber one might expect from McAlister, a veteran developer whose past products were well known for their minimalist and clean design.” she wrote. </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>Earlier this week, I was asked: “For new block theme enthusiast, how can they get started?” I collected a list of starting points: </p>\n\n\n\n<p>There are three Learn WordPress courses: </p>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/develop-your-first-low-code-block-theme/\">Develop Your First Low-Code Block Theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-1/\">A Developers Guide to Block Themes – Part 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/a-developers-guide-to-block-themes-part-2/\">A Developers Guide to Block Themes – Part 2</a></li>\n</ul>\n\n\n\n<p>If you would rather not start from scratch but learn how to change your site with the site editor: </p>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/simple-site-design-with-full-site-editing/\">Part 1: Simple Site Design with Full Site Editing</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/part-2-personalized-site-design-with-full-site-editing-and-theme-blocks/\">Part 2: Personalized Site Design with Full Site Editing and Theme Blocks</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/course/part-3-advanced-site-design-with-full-site-editing-site-editor-templates-and-template-parts/\">Part 3: Advanced Site Design with Full Site Editing: Site Editor, Templates and Template Parts</a></li>\n</ul>\n\n\n\n<p>On the Developer blog, Daisy Olsen published a <a href=\"https://developer.wordpress.org/news/2023/02/block-theme-resources-roundup/\">Block theme resources roundup</a>. Since then, additional posts became available: </p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\">Intrinsic design, theming, and rethinking how to design with WordPress</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/block-theme-templates-the-easy-way-to-build-an-elegant-grid-of-posts/\">Block theme templates: the easy way to build an elegant grid of posts</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/everything-you-need-to-know-about-spacing-in-block-themes/\">Everything you need to know about spacing in block themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/04/using-template-patterns-to-build-multiple-homepage-designs/\">Using template patterns to build multiple homepage designs</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/04/per-block-css-with-theme-json/\">Per-block CSS with theme.json</a></li>\n</ul>\n\n\n\n<p>The <strong>WordPress Themes team</strong> is working on an overhaul of the <a href=\"https://make.wordpress.org/themes/2023/04/04/theme-handbook-overhaul-proposal/\">Theme Handbook.</a> You can follow along on the <a href=\"https://make.wordpress.org/themes/\">Make Theme blog</a> and the theme team meetings. </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\">“Keeping up with Gutenberg – Index 2022”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<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><a href=\"https://twitter.com/j8ke\">Jacob Smith</a></strong>, WordPress VIP team, announced <strong><a href=\"https://lobby.vip.wordpress.com/2023/04/17/new-in-beta-block-data-api/\">the beta of the Block Data API</a></strong>, “For many use cases, it’s helpful to access blocks in WordPress as pure JSON data instead of HTML. Doing so eliminates the need to write parsing layers to transform markup into JSON, and to keep those translation layers up to date with every version of Gutenberg. All of this saves developers time and effort.”, he wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Well, this section almost became the exclusive <em>Ryan Welcher’s Corner </em>for this edition. 🙌</p>\n\n\n\n<a href=\"https://www.youtube.com/@RyanWelcherCodes\"><img /></a>\n\n\n\n<p>In his latest post on the WordPress Developer Blog, <strong>Ryan Welcher</strong> outlined <a href=\"https://developer.wordpress.org/news/2023/04/how-webpack-and-wordpress-packages-interact/\"><strong>How webpack and WordPress packages interact</strong></a>. You learn more about the connection between @wordpress/scripts and the build process, and why it streamlines that build process for WordPress blocks. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nathan Wrigley</strong> had <strong>Ryan Welcher</strong> on his WPTavern Jukebox podcast: <a href=\"https://wptavern.com/podcast/73-ryan-welcher-on-using-the-create-block-tool-to-quickly-scaffold-a-new-block-plugin\"><strong>Ryan Welcher on Using the create-block Tool to Quickly Scaffold a New Block Plugin</strong></a> . They discussed what you can expect from the create-block tool, and the prior knowledge that you’ll need to have once the tool has you up and running. </p>\n\n\n\n<p>I have been using the create block command line tool to spin up a new block projects. It also helps you package your new block into a plugin and test it for the single block plugin repository. You can also have multiple blocks in one block. You just want to study about the commands, and how they can make your life easier. The documentation pages are available in the block editor handbook: <a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/\"><strong>@wordpress/create-block</strong></a>. Once yours start using it, you probably would also be interested in creating a custom templates to add to the scaffolding tool. Follow along with the <a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block-tutorial-template/\"><strong>@wordpress/create-block-tutorial-template</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Thursdays, you can catch <strong>Ryan Welcher</strong> on Twitch live coding. This week’s show is still available on Twitch: <a href=\"https://www.twitch.tv/videos/1804950181\"><strong>Reviewing Gutenberg 15.6 features | Bring me your issues!</strong></a> For persistency, all streamed videos will also be uploaded to YouTube in due time. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s 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’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-center 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: <a href=\"https://openverse.org/image/9da102fe-cbf5-4539-9c29-b23152074152?q=Munich%20by%20night\">Glen Scarborough – A rainy night in Munich</a> </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 Apr 2023 13:09:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Periodic Table of WordPress Plugins Showcases 108 Most Popular Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/periodic-table-of-wordpress-plugins-showcases-108-most-popular-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2448:\"<p>WordPress core committer Pascal Birchler has published a <a href=\"https://plugintable.com/\">Periodic Table of WordPress Plugins</a> to celebrate the software’s upcoming 20th anniversary. The table showcases 108 of the most popular free plugins on WordPress.org.</p>\n\n\n\n<p>Ten years ago Birchler created a website that showed the most popular plugins in a similar table layout, ranking them by number of active installations. This chart has been updated and is now available at <a href=\"https://plugintable.com/\">plugintable.com</a>.</p>\n\n\n\n<p>“Today, I am actually ‘re-introducing’ this project, complete with a modernized look and feel, more curation, and more useful information than before,” Birchler said.</p>\n\n\n\n<img />\n\n\n\n<p>The website is interactive, so cards can be expanded to see more information about each plugin, including the author, install count, star rating, and the date it was first published.</p>\n\n\n\n<img />\n\n\n\n<p>Approximately 57% of the plugins included have 1 million or more installs, so it gives you a chance to see all of the most successful WordPress.org extensions at a glance. 600k is the lowest number of active installs for plugins included in the chart.</p>\n\n\n\n<p>After making the chart, Birchler noted that he was impressed by the stats for the Really Simple SSL plugin, which has more than 5 million active installs and a 5/5-star rating. He also highlighted Site Kit by Google as being the youngest “element” first released in October 2019, with 3+ million active installs in just over three years in the directory. The XML Sitemaps Generator plugin is the oldest among those included, released in 2005 just before Akismet. </p>\n\n\n\n<p>“Another plugin that has caught my eye is WP Multibyte Patch by <a href=\"https://twitter.com/eastcoder\">@eastcoder</a>, which offers improvements for Japanese sites,” Birchler said. “With over 1+ million installs it makes me wonder why WordPress core itself doesn’t have better support for multibyte characters.”</p>\n\n\n\n<p>If you like the Period Table of WordPress Plugins and want to see it hanging on your wall, Birchler has set up a <a href=\"https://shop.plugintable.com/\">Shopify-powered store</a> where you can purchase a high-quality print version. The poster comes in light and dark modes and is also available framed. He plans to donate the proceeds of the store to the WordPress community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 Apr 2023 03:51:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Big Bite Launches 2023 Enterprise WordPress Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144179\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/big-bite-launches-2023-enterprise-wordpress-survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2495:\"<p>Big Bite, a UK-based enterprise WordPress agency, has launched a new survey called <a href=\"https://bigbite.net/state-of-enterprise-WordPress/\">State of Enterprise WordPress</a> to gather data and insights on how the platform can best serve large-scale brands.</p>\n\n\n\n<p>The survey takes approximately 5-7 minutes to complete and covers budgets,<br />publishing processes, platform strengths, user frustrations, custom functionality, infrastructure, architecture, and ongoing maintenance. It also attempts to gauge whether enterprise users have embraced the block editor and what other CMS’s the organization is using in addition to WordPress.</p>\n\n\n\n<p>“This particular survey is focused on brands that are using WordPress, in any part of their estate,” Big Bite CEO Iain McPherson said. “Maybe it could be a small blog, powering an intranet or a large publishing site. I want to understand why and how they are using WordPress, but then drill down into other valuable metrics such as team size and budgets.”</p>\n\n\n\n<p>The survey will be used to create a new report that summarizes the findings from enterprise organizations. McPherson said if the report is well received in the WordPress community, his team may continue publishing the State of Enterprise WordPress on an annual basis.</p>\n\n\n\n<p>The survey most directly applies to the people who are responsible for the enterprise organization’s website, as opposed to the business owners. </p>\n\n\n\n<p>“We find with companies of these sizes; multiple people are managing their WordPress products,” McPherson said. “Also, multiple respondents from the same company is totally OK, too.</p>\n\n\n\n<p>“This is one of a couple of initiatives I am working on to raise the brand awareness of Big Bite, but more importantly, show that WordPress should be considered as an enterprise CMS.”</p>\n\n\n\n<p>According to W3Techs, WordPress’ current CMS market share is at <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">63.3%</a> of all the websites where a CMS can be detected. Enterprise organizations help keep this market growing, so insights about how they are using WordPress and their particular pain points could be helpful in developing solutions that benefit this segment. Data from the <a href=\"https://bigbite.net/state-of-enterprise-wordpress/\">survey</a> will be aggregated and anonymized and will not be attributed to the respondent or the organization.</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, 29 Apr 2023 00:36: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: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:73:\"Do The Woo Community: BobWP Talks About WPSpeakers.com on the Friday 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=74976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://dothewoo.io/wpspeakers-com-on-the-friday-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:414:\"<p>Recently Michelle Freschette launched WPSpeakers.com. A site where you can list yourself as a speaker or find someone of your event.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wpspeakers-com-on-the-friday-show/\">BobWP Talks About WPSpeakers.com on the Friday 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:\"Fri, 28 Apr 2023 10:35:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Human Made to Host AI for WordPress Event on May 25, 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=144137\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/human-made-to-host-ai-for-wordpress-event-may-25-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:2587:\"<p>Human Made is organizing the community’s first ever <a href=\"https://hello.humanmade.com/word-on-the-future-ai-for-wordpress\">AI for WordPress</a> online conference on May 25, 2023. The time and schedule have not yet been announced but registration is open.</p>\n\n\n\n<p>Attendees can expect to see demos of Human Made’s current AI projects and highlights of what others are doing in the space. The organizers plan to discuss the impact AI will have on the WordPress industry and share predictions and insights.</p>\n\n\n\n<p>Human Made is among a few WordPress product makers that have been <a href=\"https://wptavern.com/wordpress-developers-are-experimenting-with-gutenberg-native-ai-block-and-content-assistants\">experimenting with Gutenberg-native AI block and content assistants</a>. CTO Joe Hoyle published several videos demonstrating how prompts can work across various blocks with AI natively integrated into the block editor. His prototypes have <a href=\"https://humanmade.com/2023/04/17/progress-on-generative-content-and-blocks-wordpress-ai-pt-2/\">progressed</a> with the addition of Content Streaming that renders content, blocks, and layout in real time. Users can also cancel the streaming output while it’s in progress to refine the guidance given to the AI.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We\'ve made some progress on the WordPress Gutenberg AI integration. Specifically: Content Streaming– blocks are now rendered as they come in to provide more immediate feedback and guidance. <a href=\"https://t.co/D8lw5lBIun\">pic.twitter.com/D8lw5lBIun</a></p>— Joe Hoyle (@joe_hoyle) <a href=\"https://twitter.com/joe_hoyle/status/1647880352327774210?ref_src=twsrc%5Etfw\">April 17, 2023</a></blockquote>\n</div>\n\n\n\n<p>The agency has gone all in on exploring the possibilities AI opens up for this industry and has created a guide titled “<a href=\"https://hello.humanmade.com/76-ways-ai-could-transform-wordpress\">76 ways AI could transform WordPress</a>.” The document covers content, marketing, publishing, engineering, delivery, and impact in the enterprise. </p>\n\n\n\n<p>The virtual AI for WordPress event will feature industry leaders who are also creating things in this space. WPfront.page is <a href=\"https://wpfront.page/list/ai-plugins/\">tracking</a> more than three dozen AI products that have popped up in the last few months, so there is no shortage of developers experimenting. Organizers will announce more speakers and sessions ahead of the event on May 25.</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, 28 Apr 2023 04:25:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:127:\"Post Status: Talking With Valet’s Ceo Kimberly Lipari About The Changing Value Of Websites To Organizations-Post Status Draft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=149139\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"https://poststatus.com/talking-with-valets-ceo-kimberly-lipari-about-the-changing-value-of-websites-to-organizations-post-status-draft/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60303:\"<div class=\"wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">In this episode, <a href=\"https://twitter.com/kimberlylipari?lang=en\">Kimberly Lipari</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller </a>discuss the ups and downs of building and selling WordPress companies. They share their experiences, including the challenges they faced and lessons learned. They also give advice to entrepreneurs and business owners looking to grow and sell their own WordPress companies. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n<span class=\"span-reading-time rt-reading-time\"><span class=\"rt-label rt-prefix\">Estimated Reading Time:</span> <span class=\"rt-time\"> 30</span> <span class=\"rt-label rt-postfix\">minutes</span></span>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"><a href=\"https://twitter.com/kimberlylipari?lang=en\">Kim Lipari</a>, owner and CEO of <a href=\"https://twitter.com/thewpvalet\">Valet</a>, talks with <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> about their insights and experiences on entrepreneurship, including how to handle challenges, the importance of building relationships, and the role of vulnerability in leadership. They offer advice on building a successful WordPress business and emphasize the need for continuous learning and personal growth. Overall, this episode provides valuable insights and advice for anyone interested in entrepreneurship and building a successful WordPress-based business.</p>\n\n\n\n<p class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"><strong>Top Takeaways:</strong></p>\n\n\n\n<ul type=\"video\" class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio\">\n<li><strong>Focus on the customer</strong>: It’s important to understand the customer’s pain points and what they’re looking for in a website. By focusing on the customer, you can create a website that meets their needs and helps them achieve their goals.</li>\n\n\n\n<li><strong>Prioritize security:</strong> As a WordPress professional, it’s essential to make sure that your client’s websites are secure and protected from hackers and other online threats. This requires staying up-to-date on the latest security best practices, using secure hosting providers, and regularly updating plugins and themes.</li>\n\n\n\n<li><strong>Stay up-to-date on the latest trends:</strong> Staying up-to-date on the latest trends and technologies in the WordPress ecosystem is critical. This means attending conferences, following industry blogs and publications, and networking with other WordPress professionals. By staying on top of the latest trends, you can ensure that you’re offering your clients the latest and greatest in WordPress technology.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"wp-block-heading\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/a2-hosting\">A2 Hosting</a></h3>\n\n\n\n<div class=\"wp-block-columns has-theme-palette-8-background-color has-background is-layout-flex wp-container-15\">\n<div class=\"wp-block-column is-layout-flow\">\n\n\n<p>A2Hosting offers solutions for WordPress and WooCommerce that are both blazing fast and ultra-reliable. WordPress can be easily deployed on ANY web hosting plan from A2: Shared, VPS, or Dedicated. A2 also offers Managed WordPress and WooCommerce Hosting. Take a look at a2hosting.com today!</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow\">\n<img width=\"752\" height=\"470\" src=\"https://poststatus.com/wp-content/uploads/2022/08/imageedit_1_6433774706-752x470.png\" alt=\"A2 Hosting\" class=\"wp-image-104073\" />A2 Hosting\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show<strong>:</strong></h3>\n\n\n\n<ul>\n<li><a href=\"https://valet.io/\">Valet</a></li>\n\n\n\n<li><a href=\"https://twitter.com/wpbuilds\">Nathan Wrigley</a></li>\n\n\n\n<li><a href=\"https://www.wpbeaverbuilder.com/\">Beaver Builder</a></li>\n\n\n\n<li><a href=\"https://pagely.com/\">Pagely</a></li>\n\n\n\n<li><a href=\"https://wpengine.com/\">WP Engine</a></li>\n\n\n\n<li><a href=\"https://www.godaddy.com/en-ca\">GoDaddy</a></li>\n\n\n\n<li><a href=\"https://getflywheel.com/\">Flywheel</a></li>\n\n\n\n<li><a href=\"https://mediatemple.net/\">Media Temple</a></li>\n\n\n\n<li><a href=\"https://kinsta.com/\">Kinsta</a></li>\n\n\n\n<li><a href=\"https://www.liquidweb.com/\">Liquid Web</a></li>\n\n\n\n<li><a href=\"https://twitter.com/pippinsplugins?lang=en\">Pippin Williamson</a></li>\n\n\n\n<li><a href=\"https://restrictcontentpro.com/\">Restrict Content Pro</a></li>\n\n\n\n<li><a href=\"https://affiliatewp.com/\">AffiliateWP</a></li>\n\n\n\n<li><a href=\"https://sandhillsdev.com/\">Sandhills Development</a></li>\n\n\n\n<li><a href=\"https://easydigitaldownloads.com/\">Easy Digital Downloads</a></li>\n\n\n\n<li><a href=\"https://www.gravityforms.com/\">Gravity Forms</a></li>\n\n\n\n<li><a href=\"https://ithemes.com/\">iThemes</a></li>\n\n\n\n<li><a href=\"https://www.liquidweb.com/\">Liquid Web</a></li>\n\n\n\n<li><a href=\"https://twitter.com/twigpress?lang=en\">Carl Alexander</a></li>\n\n\n\n<li><a href=\"https://twitter.com/linds_halsey?lang=en\">Lindsay Halsey</a></li>\n\n\n\n<li><a href=\"https://twitter.com/nathaningram?lang=en\">Nathan Ingram</a></li>\n\n\n\n<li><a href=\"https://twitter.com/rezzz\">Jason Resnick</a></li>\n\n\n\n<li><a href=\"https://twitter.com/matt_medeiros?lang=en\">Matt Medeiros</a></li>\n\n\n\n<li><a href=\"https://hallwaychats.com/\">Hallway Chats </a></li>\n\n\n\n<li><a href=\"https://trello.com/\">Trello</a></li>\n\n\n\n<li><a href=\"https://slack.com/\">Slack</a></li>\n\n\n\n<li><a href=\"https://zoom.us/\">Zoom</a></li>\n\n\n\n<li><a href=\"https://www.hubspot.com/\">HubSpot</a></li>\n\n\n\n<li><a href=\"https://keap.com/\">Infusionsoft</a></li>\n\n\n\n<li><a href=\"https://www.activecampaign.com/\">ActiveCampaign</a></li>\n\n\n\n<li><a href=\"http://www.salesforce.com/\">Salesforce</a></li>\n\n\n\n<li><a href=\"http://www.agilecrm.com/\">AgileCRM</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"https://twitter.com/kimberlylipari?lang=en\">Kimberly Lipari </a>(Owner and CEO of <a href=\"https://twitter.com/thewpvalet\">Valet</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] hey everybody. Welcome back to Post Status Draft. This is part of our agency series, and I’m talking to a longtime friend and an awesome agency owner in the space, Kimberly Lepar of Valet Fame. </p>\n\n\n\n<p>We’re gonna be talking about, um, The role in the changing value of websites to organizations. Um, Vale’s been around so long and has so much experience and just diving into that with Kimberly is gonna be really, really exciting for me because updating her knowledge for how websites and their role, uh, in the world and businesses and organizations, she’s got a front seat view to that with her team, what they do for their clients. </p>\n\n\n\n<p>And we’re gonna talk about, um, some of those elements that, um, an organization should. Outsource stick to their core competency and outsource. But before we get all of that, we’re gonna have a fun conversation talking about where websites sit today in the market, on the internet, their value and role, and no better person to talk about that than Kimberly. </p>\n\n\n\n<p>So Kimberly, would you mind sharing a little bit about [00:01:00] yourself and what you do at ballet? </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Yeah, absolutely. First of all, thanks for having me. It’s always a pleasure. I . Love hanging out and having conversations like this. I think they’re so important. Um, and I am the owner of valet.io. We offer comprehensive end-to-end website management services for businesses that wanna have a strong brand presence, um, want to make sure they’re communicating themselves well online and need a team to support them so that they can focus on the things that they do best every day. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Gosh, you’re awesome. I, I’m gonna come back to the end to end because I think that’s one of the compelling parts of this conversation too. All that you do health. And then having a, a firm, an agency, a partner really that can do so much for the website. Um, but Okay, let’s dive in. So we’ve been talking about this for a couple of months now, but I saw you posted on LinkedIn and I’ll put those in the show notes. </p>\n\n\n\n<p>That post, I think it was so timely and so [00:02:00] good. I’ve been kind of updating my view about all this. Mm-hmm. And you know, in the old days, Websites for these, like, and I find myself still referring to him like they’re, they’re a brochure at the base. Mm-hmm. A 24 7, 365 days, a, a year where your clients can go in and kind of check out what you do, but your post really illuminated something that’s all evolved and changed as the world has changed and business. </p>\n\n\n\n<p>And, um, what are you seeing there? Um, with the changing value and importance and focus on websites for business and organizations that you serve. </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Well, I think namely the, the chief change is that Gone is the, uh, my business at webmaster email address, uh, that used to be, uh, the sole, uh, provider and contact point for what websites were for a lot of companies. </p>\n\n\n\n<p>Uh, they were kind of these closed off boxes where only, you know, two people could edit the HTML and, [00:03:00] and change things up. So, um, from that, And you say the olden days, which it feels like that, but I think maybe even just in the past, I don’t know, probably five, five years or so, it, it’s escalated very quickly to become, uh, that the website is important to the CEO, uh, for one reason or another, probably more for. </p>\n\n\n\n<p>Um, brand identity so that, you know, how are we putting our best space forward, right? These, uh, very broad, uh, strokes of what the business means. Uh, it’s important to marketing, uh, to make sure that they are communicating the services effectively, that there’s good copy, good, uh, interaction, uh, social integrations, right? </p>\n\n\n\n<p>It’s also important to, uh, sales managers and even, um, other line level employees. Um, and other parts of the business to be able to share what they’re doing or provide. PDFs, white papers, all kinds of registrations. I mean, all those [00:04:00] different things. So it’s become a very, uh, Uh, crowdsourced, um, important piece of, of a business. </p>\n\n\n\n<p>And so that’s changed a lot. It’s no longer one person kind of holding the keys that can understand. It’s now really commonplace for everybody in a business to, to think of the website in a different way with a different sort of use for the role that they play. </p>\n\n\n\n<p><strong>Cory Miller:</strong> One of the things that strikes me from what you’re saying in our discussions in the past, particularly with your, your clients and what you see is this, when you said webmaster, it’s this thought of a supplemental thing, like an a, almost an afterthought that websites were once mm-hmm. </p>\n\n\n\n<p>Thought of now to be in very integral to everything the business and organization does. Um, I remember talking with some of your, About some of your clients that you all work with and, and you, you had an interesting way to say it. You’re like, maybe they weren’t straight on e-commerce, so at Ithe or post status for [00:05:00] instance. </p>\n\n\n\n<p>Um, you know, that was, that was it like, yeah. If, if the website’s down we’re not making money, you know? Mm-hmm. But you’re seeing a multifaceted, uh, approach now where it’s not just an afterthought and supplemental, it’s really key to driving the mission and goals of the organization. And I thought that was really interesting and awesome for WordPress, by the way. </p>\n\n\n\n<p>Mm-hmm. And the internet that. Seeing that value change, I wonder if some of that got spur on with pandemic. You know, I’ve heard a lot of, let’s say a yo yoga studio or those in-person physical location, bricks and mortar businesses go, yeah, what do we do now? Well, I loved if there’s positives that came outta covid. </p>\n\n\n\n<p>It was the fact that it pushed people to go. That’s not our only means of business. But can you talk a little bit and share what you see from client perspective about the role of websites in these organizations? </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Absolutely. Absolutely. I think I have two, um, two very specific examples. I think, uh, [00:06:00] from very different sides of the coin, um, that kind of point out some of the changes that we’re seeing. </p>\n\n\n\n<p>Um, working on a project with a client who, uh, is trying to consolidate, um, a few different brands, uh, under an umbrella into one, um, during the meetings throughout this project. We can hear the different. Stakeholders in the project, throughout the company, um, really communicating what’s important to them. </p>\n\n\n\n<p>And this kind of goes back to what each person in the web, in the business thinks the website should do. Right. Um, you know, the CEO is is much more concerned about. The, the layout, how things are presented. Uh, you have marketing and other, um, sub-departments of, of that worried about, well, it’s, is it flashy enough? </p>\n\n\n\n<p>You know, where’s the, where’s the pizazz? And then you have, um, someone else who. Has submitted copy and then it gets pulled a week later because no one [00:07:00] within the confines of the project had really taken the time to dig deep into what those words were. So that actually became kind of an afterthought, but then it bumped up in priority. </p>\n\n\n\n<p>So you have all of these different things that should matter. But there’s no, uh, kind of cohesive brain on, uh mm-hmm. When and where they matter, right. Uh, because this kind of traditional business roles, right? So I think even, even business itself is kind of catching up to how it feels about what its website is and what it does. </p>\n\n\n\n<p>Um, alternatively, um, outside of the web presence, businesses that traditionally take place, With more, uh, one-on-one, um, interactions. I have, um, a, a dear friend who I spoke with a couple weeks ago who works in oil field sales and they typically do their, their sales and marketing person to person, right? </p>\n\n\n\n<p>It’s, let’s, let’s go on a fishing charter, let’s go have lunch and all these things. And I. They are, they’re not leveraging their website well enough to actually say, Hey, we now do these four [00:08:00] other things, uh, that we haven’t, you know, we only tell people in, in person to person meetings, uh, and the CEO says, you know, oh, well, yeah, we have one. </p>\n\n\n\n<p>And that’s fine enough. But is is person to person, um, enough nowadays, are they gonna go to lunch with you and then go check out your website? Right? Do you offer a brochure of services, um, within that and explain what it is that you do? So, um, I think it’s, it’s such a widely used normal tool now to just go to someone’s url, um, that from, from online focused. </p>\n\n\n\n<p>Primary businesses and person to person, um, based, you know, formally traditional, right? Brick and mortar or service, service style companies, even in large industries, you know, million dollar year industries like oilfield. Um, it’s, it’s changing. It has to. It’s, it’s, yeah. I think I lost the thread there a little, but </p>\n\n\n\n<p><strong>Cory Miller:</strong> No. </p>\n\n\n\n<p>And why not? Why not [00:09:00] utilize this amazing technology, for instance? So, you know, you can use WordPress to build a website, but then the advent of Google and the search engines that push traffic, people are looking for destinations to find problem, you know, answers to their. Challenges. And so the advent of marketing and understanding with SEO and paid traffic and things like that, back to a site where you could convert it, measure it. </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Yeah. Even, yeah, even on the back end. And that was one of the things that I talked about, uh, with my friend. They don’t have a A A CRM of, of much of any kind. It just kind of lives in these guys’ heads that go out to these travel routes. You know, we always live on this hit by a bus scenario mm-hmm. Of what happens if I get hit by a bus tomorrow? </p>\n\n\n\n<p>What is my team, you know, gonna do what have, what have I laid for information and documentation and. You know, formally, uh, businesses that have been person to person are, are missing an opportunity to kind of move into that digital age of, of finding [00:10:00] clients and putting them on a journey or, um, even, even if it’s just a, a consideration of the journey you wanna put people on outside of the web experience. </p>\n\n\n\n<p>Right? It’s all, it’s a, it’s a good. Um, what am I thinking of? Mind mapping? Mm-hmm. Um, I guess of, of how you want all that to work. So from, from the backend, from the actual interfacing with the customer to the front end to how the customer sees you. There’s a lot of that in between, but it’s, it’s now all being laid on the, on the website. </p>\n\n\n\n<p>This is the website’s job and that’s, there’s, that’s a lot. There’s a lot going on. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, you mentioned two, two kind of groups. It’s either marketing managers that I assume could have different title, but somebody that manages the marketing, seeing the value of websites for marketing their business. Uh, and then you also mentioned CEOs. </p>\n\n\n\n<p>So that to me just instantly says, Importance, like recognizing the importance that a website can do all these functions. Add [00:11:00] to not just supplement, supplement, but be very complimentary and strengthen cells. You know, if you’re in B2B cells, I have a friend, I think we, you and I have talked about as a manufacturing company, sells all over the world. </p>\n\n\n\n<p>Well, the search results for those are probably very small, but they’re long tail and very easily capturable. You know, like, yep. Um, they’re, somebody’s going online to find that part or that. Particular, you spell those compressors, but you know, and then so like you could grow your bottom line or your top line really easily, just with some simple things with a WordPress website. </p>\n\n\n\n<p>Absolutely. And then like you said, for those b2b, it’s, there’s so many things. Support is another bucket of things. I think of a website is like, I can’t remember who I’m supposed to call for this. Or I need to ask a question, go to the website right there. Mm-hmm. </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Absolutely. </p>\n\n\n\n<p><strong>Cory Miller:</strong> So I think that’s good. Very good. </p>\n\n\n\n<p>In terms of the industry, in terms of the [00:12:00] internet, of course, we love the open web post status and you did too of la um, through WordPress. So that’s, that’s good seeing that value, knowing it has such utility for the overall growth and seeing the mm-hmm. Importance of that. And then, um, but this is interesting. </p>\n\n\n\n<p>So are you seeing, uh, from the role perspective, they’ve now seen it. Now you have a different people coming in with different. Needs and wants for their website. And is there someone unifying that from the client perspective or is it a lot of different stakeholders coming, going, well, we need this. Okay. </p>\n\n\n\n<p>Is there somebody synthesizing all of that? </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> We play that role where we can, uh, where, where we have been allowed to. I think we st oftentimes we’ll get very lucky and we’ll have a C-level, um, stakeholder involved that can do, uh, the, I think of as like a Venn diagram where you have linear thinkers and strategic [00:13:00] thinkers. </p>\n\n\n\n<p>And that overlapping section is someone who can live in both worlds or at least empathize very well, uh, with one or the other. So, Um, we play that role as often as we can, uh, and we try to move people into a space where they realize that is possible. Uh, two things can be true. Uh, you can want to have a very grand strategic, um, uh, presence, you know, with, with wonderful colors and layout and good copy, but at the same time, There’s some technical decisions that need to be made. </p>\n\n\n\n<p>Um, you know, and some research that needs to be done kind of in between. So overlapping, uh, you’ll see, um, there are specific roles. Marketing managers I find are kind of expanding into that. Um, and they’re sourcing companies like us to handle the technical depth, um, and to help us translate that, that gray area, um, where you have strategy. </p>\n\n\n\n<p>Kind of overlapping with this linear direction of where people wanna go. [00:14:00] </p>\n\n\n\n<p><strong>Cory Miller:</strong> So oftentimes it’s the CEO marketing manager type that is your point person. But then are there other teams or are they funneling through that person, or are they coming straight to valet, for instance, on those? </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Oh, they’ll come straight to us. </p>\n\n\n\n<p>They’ll come straight to us. We work with a lot of different people within, uh, within the. The org chart. Um, but really the kind of, you have to be in a position. Where you are looking at the forest and the trees. Mm-hmm. Um, to be able to kind of drive direction or, um, get the most value out of the advice in the consultation, you know, that, that an agency like our can offer. </p>\n\n\n\n<p>Because we can’t come across too, um, too bossy, right? You’re using the wrong thing. Why would you tell me that? I researched and it’s fine. No, I’m not saying it because you’re wrong. I’m saying because, you know, we, we have experience. We can give you a better option. So, um, you know, it’s, and we can see the [00:15:00] forest, you know, we know what else is going on. </p>\n\n\n\n<p>I know you really wanna use this one tool, but you have this other one over here that you’re not aware of that someone else installed. Um, you know, and those won’t work together. So, you know, it’s, it’s. We work really well with roles that kind of have essentially the same purview in their job that we have in ours as tech advisors. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. Uh, it’s, it’s so interesting cuz you mentioned kind of in the, first of all this, the role of the webmaster. That’s, and you know, in the early days it was maybe find somebody that can cobble this stuff together. Uh, but that changing role where they see the importance and then go, but they still need someone with expertise that can advise them, should I, I can go left or right, which way should I go? </p>\n\n\n\n<p>Yeah. And it seems like which the role you’re, you all are providing too is offer, there’s a couple of paths here and maybe steer them to one particular path. </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Yeah. Yeah, that’s a lot of what it is, is what’s the best path for you? [00:16:00] You know, it, you may be, uh, if there’s these three or four very important things, which one would benefit you the most? </p>\n\n\n\n<p>You know, let’s go there first and then we can go back to the three or four important things. That’s, there’s no static list of what’s best. Mm-hmm. I mean, there’s a static list of, um, what’s good. But what’s best? I mean, that depends. What do you, what do you need? Are you interested in growth? Are you interested in converting, are you interested in education? </p>\n\n\n\n<p>You know, those are all very different, very different things. </p>\n\n\n\n<p><strong>Cory Miller:</strong> And you said too, like depth. So there’s someone here at the organization has these strategic goals, things they want to do, um, but the depth part, and that’s where, you know, Online work is pretty deep. It’s so nuanced. There’s so much stuff going on. </p>\n\n\n\n<p>Right. In your post, you mentioned, you know, performing well in the search engine, the SEARCHs, the search engine results, um, speed. Mm-hmm. All those kind of things they probably don’t think about. And the work I’ve done or helped [00:17:00] with, um, Lindsey’s, my wife’s Lindsey that you know real well. Um, what’s her marketing agency is love her. </p>\n\n\n\n<p>That’s about it. They understand strategic strategy, that what they need to do and what they need to get accomplished, but don’t always have that level of depth in-house. Mm-hmm. And we were talking before we got started on the recording here, about kind of the changing roles of like, the importance of having vendors out here. </p>\n\n\n\n<p>Mm-hmm. That. You know, to hire someone with this type of expertise is probably gonna be pretty hard. Uh, at almost any level. There’s obviously enterprise, you know, companies that have whole teams that do web stuff. But still probably, I think, and I’ve seen from our membership at Post Status still outsource a lot of the depth we’re talking about because yes, it’s hard to hire a WordPress professional that knows all these things and run this gamut. </p>\n\n\n\n<p>Mm-hmm. And we were talking specifically about this role. Um, my view is, [00:18:00] When I was helping a client a couple years ago, uh, they’d often referred to me, I was doing consulting with him as a vendor, and I’d go, but. But I feel more, I care about the mission and goals of what you’re trying to get accomplished. </p>\n\n\n\n<p>Mm-hmm. And I don’t think of myself as just someone that comes in, slots in, doesn’t work, comes back out leaves. Yep. Uh, I might have multiple clients and stuff, and I think that has to shift a little bit because of the nature of the work that we’re doing, that you can’t maybe just hire a professional that has all that. </p>\n\n\n\n<p>I need 10 of those with all the verticals you could think. Right. And so we’re kind of talking about that shift and that’s where that see Vale, you’re truly not a vendor, you’re partner mm-hmm. In what you’re doing with them. Like you’re saying, stick to what you do best. We’ll take this part, these parts that you don’t do best and go deep in those. </p>\n\n\n\n<p>And, and I’m curious your thoughts about all that. You mentioned fractional, so I, I’m curious what your perspective is of this shift and what you see in the market. </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Oh. [00:19:00] Um, I think it’s, it’s similar to the, the culture shift, uh, within companies where they want everybody to have culture, but they don’t necessarily hire based on culture, you know? </p>\n\n\n\n<p>Um, I think, um, building, um, building a team, people talk about fractionals now, right? Oh, fractional cmo, fractional, CFO, and. It, it implies that something’s broken. I don’t know, just the language, you know, like fractional. I don’t need you all the time. I just need you to solve these specific problems. But that’s inherently broken in and of itself in that, um, you’re not incorporating someone into the big picture. </p>\n\n\n\n<p>I think of it sort of, uh, my kiddo play soccer, right? So you have these forward positions, these midfield positions, and these, these defensive positions. And not everybody plays at the same time, but they’re all very important to have on the field. I mean, I wouldn’t call one a fractional forward, right? I wouldn’t call one a fractional defender. </p>\n\n\n\n<p>They [00:20:00] know their positions deeply and they operate with the other team members in a way that. Is holistic. It makes sense. You know, they, they work together and they do their job when the time comes. So instead of fractional, um, you know, it, it’s like a world of fractionals. Now everybody’s fractional. Um, but if, if we could just reposition the way that vendor relationship, that vendor ideal. </p>\n\n\n\n<p>The, the, oh, you’re a contractor. No, you, you, if you hire for, for depth in a specific subject matter, then you have a defender standing on the back line. Waiting for their time to, to come in. They know their job. They know their, and you don’t have to sit up there as forward worrying about will this person be able to handle, handle that role in that, in that attack that’s coming on. </p>\n\n\n\n<p>Right. So it’s a mindset shift, I think, for the businesses, and I think it’s a struggle because. I mean, what? It’s, it’s either part-time work or full-time work, right? All of our employment and labor laws are, are based around [00:21:00] 32 hours or 40 hours a week. You have to give people a certain amount of breaks after if they’ve done so much work. </p>\n\n\n\n<p>You know, this is how the world was built. This is how our, our knowing and understanding of working is. So, uh, I think it’s, it’s probably a little more high level than thinking about this idea of fractional and having someone come in and tell me what I need to do and then let me work on it. Um, you know, you, you bring someone in to give you good advice and then map out the action steps. </p>\n\n\n\n<p>And if you’re capable and you have a team member to do that, then fine. But don’t, don’t think I can’t, I don’t need a full-time, um, you know, financial officer e who does, you know, I mean, unless you have a huge company, no one’s sitting there flipping through spreadsheets all day long, making sure that your numbers are in the right column in the spreadsheets, right? </p>\n\n\n\n<p>They, that that financial officer often acts in other capacities. So what’s the difference, right? If you have a vendor that just doesn’t do that all the time for you, you pay them whatever that time is worth and valuable to you to do what [00:22:00] you need them to do effectively. And that’s okay. It doesn’t need to be defined as anything other than teamwork. </p>\n\n\n\n<p>Uh, but that’s a hard concept to wrap your mind around when you’re in a traditional business setting. Does that make sense? </p>\n\n\n\n<p><strong>Cory Miller:</strong> Oh, it does. It illuminated so much for me with that. I think it’s an analogy, but, um, if, you know businesses are in a game, Organizations are in a game to do something, make money, whatever those. </p>\n\n\n\n<p>You know, from your nonprofits too, is make impact too. Um, but you think about that if the game is business or like soccer. Right. I loved when you said that you st you need certain players on the field to accomplish that and I love that how you said like a defender back here might not. Be the one that everybody thinks about. </p>\n\n\n\n<p>You know, the one that’s gonna score the goal, but you need someone with the goal going so the ball goes over the heads and you’re someone there to do this role. And I, I love that. Cause I think it really paints it very beautifully. You’re trying to do that shift you talked [00:23:00] about too. You need to fill the whole team. </p>\n\n\n\n<p>Mm-hmm. And you need certain players on the team to get that job done. And I love that, like valet in this instance might have four players. On the team. Mm-hmm. Um, that, that quote aren’t full-time employees, obviously, but you still need those, you need a goalie back here. You need, uh, those degrees, </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> right. We can still supply you with technical depth. </p>\n\n\n\n<p>We can supply you with design depth. We can supply you with content depth. You know, it, that, that’s the, that’s the benefit of the different players on the field, whereas you’re not hiring one person to do SEO 24 hours. You know, a day, uh, or eight hours a day, 40 hours a week rather for going with the working analogy. </p>\n\n\n\n<p>But the, the idea is you, it’s, it’s not any less important to have. To have that available. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, if you use this, I might just kind of continue to, to, to expand on this cause I love it. </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Should we say football? Uh, do we have an international audience, should we say? </p>\n\n\n\n<p><strong>Cory Miller:</strong> [00:24:00] I, I think soccer’s pretty international so we can stay there. </p>\n\n\n\n<p>Soccer, I just don’t know as much about soccer, but I’ll say like, If you think about there as offensive players, and I’m not sure what they’re called in soccer, but they’re the ones that need to go score the, score the goals, hit the hit the goal, hit the mission that you’re trying to do. The way I think about that before this conversation was stay in your core genius. </p>\n\n\n\n<p>What’s the thing that people come to you? Because that’s the word, the magic happens, right? Those are the people you probably might need to continue to retain as a full-time employee, as part of your team. </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Well, that’s your marketing director, right? That’s your person. That’s the attacker going up, scoring the goals they know. </p>\n\n\n\n<p>They’re supported. The ball has been passed up to them. A beautiful cross from, you know, your tech team or your, your content writing team, whatever supports your mm-hmm. Your major goals that you got going on. And then they, they dive right in and. Kick one in the corner of the net because they know, they know the, the, the consumer base. </p>\n\n\n\n<p>They know your customers, they know your keywords. They know what your strategy should be. They know where you wanna go next, you know, and then someone else helps them implement [00:25:00] that. That’s the most powerful. It’s not, it’s no longer a, a game of, uh, how many balls can I juggle, and how many skills can I put on my resume? </p>\n\n\n\n<p>It’s. It’s how, how much time have I spent on this one skill has become, um, I, I don’t know if it’s valued as much as it should be. It’s something that businesses value in vendors, which I find very interesting. But they don’t necessarily value in, in immediate hires, I think some, as much as they should. </p>\n\n\n\n<p>Mm-hmm. You know, vendors. How, how many times have you, have you, uh, drawn a red balloon for a company in the healthcare space like me? Right? Is that really important or should you be more concerned about. What kind of tools do I use to draw my red balloon? What color red am I using? You know, is there a specific healthcare friendly color palette that we’re using or, or those sorts of things that are, that are supportive of, of the skill that I’ve spent so much time working on design, and can I make a realistic balloon? </p>\n\n\n\n<p>Doesn’t matter if I’ve drawn 500 of them, if they look like. Anime and that’s not what you want then. Mm-hmm. You know, it doesn’t really help you out any. Right. Do you want a realistic [00:26:00] balloon then? Yes. I’ve drawn hundreds of realistic balloons in many different colors. Or, you know, it’s, I’m probably going off the rails with that, but point being, it’s not, it’s not valued as much, uh, with vendors or, or, uh, it’s not valued much with instant hires as much as it’s required of vendors. </p>\n\n\n\n<p>Right. You have, you have to have this very deep and specific knowledge. Well, you hire, you hire in-house, and you want someone to have 17 skills. I’ve seen so many LinkedIn, WordPress, uh, job postings in the last couple of months, especially with the flood in the market. And it’s like, must have deep knowledge of c s s must be able to project, manage and communicate effectively across team members must be able to, uh, turn concepts into action plans and must know css. </p>\n\n\n\n<p>Do you know if you want anybody to know? Sorry. You know, if you want anybody to know those things deeply enough to do them effectively at well, You know, with all of the cross browser, um, things that you need to know and, and accessibility and, and all that kind of stuff, like, [00:27:00] that’s a big, big ask. Yeah. Big ask for one human. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Absolutely. And that, that’s just defining that role too of agency. You think about what you do at Val as you find, recruit, train, uh, hire all those, those professionals that fit that job description. But would go, I probably wouldn’t be as interested doing that role at an organization, but that you find a team of those there. </p>\n\n\n\n<p>You’re doing all of that work that takes time, energy, all that expertise to do all that. Why not let it over here? And you think about, there’s one note you mentioned in the job skills. It’s like being able to communicate across team. It’s like that’s your role as CEO of valet is to make sure that your team here of experts. </p>\n\n\n\n<p>Inward press in particular are communicating as a team back to customers. So like why would you take that extra cognitive load too, would be my thought. Stick to the things you do best, the things that, [00:28:00] what you’re scoring the goals back to soccer, you’re, you’re the star. Those stars do that for them. What you get to do for those that are the backstop, the defenders, like you said back there. </p>\n\n\n\n<p>I, I, to me I think that’s way more efficient and realistic. Um, because we know, uh, Lindsay is in the process of hiring under pressure right now, and it just takes so much time to source, find, go through the vetting process, have those co, it’s just extremely time intensive. And then when we’re talking to the pre-roll, it’s like, You know, oftentimes when you’re hiring somebody, you wanna find the right fit, but you, you always end up, uh, onboarding, training, guiding those people to do the best for what you’re trying to do as an agency. </p>\n\n\n\n<p>And, uh, I just go, that’s a lot of effort. We’ve at, at our previous company, at Themes. That’s what we did. We hired experts. The things that we weren’t good at, couldn’t be good at to, couldn’t even be. Close to good at find experts with experience and [00:29:00] expertise, pull them in and like back to soccer, I go, the coach is your CEO, your marketing manager out there that needs to execute, but should spend majority of their time on those star players on their team. </p>\n\n\n\n<p>And then source the rest of their team through quality people that are worrying about that all the time. To me, that just feels like no-brainer, by the way, Kimberly. But you know, I’m, uh, I say I’m biased, but I just look at it from a business perspective and I go, I like this trend, uh, where that typical vendor relationship should get an enhancement. </p>\n\n\n\n<p>You shouldn’t think about. Well, You know, they get paid from valet or whatever it is, whatever agency. They’re not part of our team. But if you think about it and find an agency like Valet that really cares, wants to do a great job and play that role on their team, hey, I think we should upgrade that, that. </p>\n\n\n\n<p>Mindset and approach and attitude of contractors, vendors, and say, well, are they part of our [00:30:00] team? They might be fractionally part of our team, but we don’t need them a hundred percent of the time. Right. And that’s where I think about what, what you all offer, and I’ve told you this for years, I love what you offer because it’s not just maintenance, it’s not just these things that you can probably get. </p>\n\n\n\n<p>A number of agencies. It’s, it’s understanding that mindset, playing those roles on the field for your client. Mm-hmm. Because you all do. And I wanna talk about that. I wanna shift gears a little bit about what you do, because I think your approach is pretty awesome, authentic, I think you all created this category. </p>\n\n\n\n<p>Um, and, but you do it to this level, high level that is, Not just, well, but if you just maintain my website and my updates and my plugin themes, all that kind of stuff, that’s cool. But it doesn’t, it doesn’t to me go that to be that player on the field. Could you talk a little bit about the holistic service? </p>\n\n\n\n<p>Cause you said in the, in the beginning, end to end, it’s really compelling, but what does that mean? </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Okay, well we had many iterations of this. I think we had the [00:31:00] website, health pyramid, and then we had these pillars at one point. Um, but it’s, it’s really the idea that, um, expanding on the, the beliefs of what different stakeholders in a business can do for the, or the website can do for them. </p>\n\n\n\n<p>It’s, it’s kind of the flip side of that in the tech stack where now, because there are so many different things required, And so many different niches and expertise and all of these people that follow that you can follow that say, I can tell you how to do X really well. Uh, but that’s one out of a thousand things that your website does or one out of a thousand things that your, your marketing manager does really end to end is, is conceptual in, um, conversion traffic or can people use your website? </p>\n\n\n\n<p>Is the tech stack healthy? Um, are you performing? You know, are there any opportunities for improvement? But it’s iterative, right? Because as you, as you grow, as you change things, you need to go back and kind of reevaluate all those. It’s a [00:32:00] shifting. I haven’t been able to find a really good graphic for it. </p>\n\n\n\n<p>And I feel like even the pyramid, when we had it, it was probably, it was good, but it wasn’t the best. Um, still it wasn’t the most accurate way of, of kind of, Displaying and visually how these things shift, uh, with new people, new processes, new ideas, new initiatives within a company. You know, it, there’s always something that you, you can look at and there’s always something to revisit. </p>\n\n\n\n<p>And then when you tie in metrics, right? We started doing these data dashboards and you start tying in metrics and looking at things that you can actually measure and set goals with. Um, you know, then it becomes a whole new ballgame. Well, now you’re, now you’re tweaking. Now you’re, you’ve entered Formula One and. </p>\n\n\n\n<p>You know, you’re moving little tiny notches on the engine to get that extra, you know, half a second off your start time or your run time, uh, because you’re, you’re really in the big leagues at that point, right? So, um, but even, even in the smaller, the smaller, um, medium business sector, there’s a lot of people that don’t realize that [00:33:00] there’s a lot of layers. </p>\n\n\n\n<p>Uh, good example. Um, we have a wonderful client. Who was looking at their Google page speed times. And of course, we all know it’s a rabbit hole, right? I want a hundred. No, you don’t want a hundred, you can’t get a hundred, uh, for many reasons. But, um, you know, and even if you do, it doesn’t, it doesn’t, if you get a hundred, it doesn’t knock up your, your search engine ratings, right? </p>\n\n\n\n<p>So, you know, what are you actually going for there, right? But, um, we’re looking at some page speed, low times and had to have a, a big discussion about. Image sizes on a page image weight. So how big the actual file size is. Also, you’re using a page builder also you’re using, um, this thing in here. Also, you’re maxing out two PHP workers every week, um, with the stuff that you need on your tech stack. </p>\n\n\n\n<p>So it’s not the hosting that’s your problem necessarily, but you could be giving your hosting an easier time. So all these things intertwine. They intermix. I had an email [00:34:00] today. You know, uh, I need to move hosting, um, but also wanna do registration and, and webinars later. Glad you mentioned that because just hosting and hosting with webinars and registration for things is, you know, those are two different considerations. </p>\n\n\n\n<p>You need two different things. So, um, it’s is a, a big. A big thread that runs through all of these things that you need as far as user experience, um, accessibility, usability, tech stack, speed, performance, you know, I mean, optimization, you know, there’s a lot of, a lot of, a lot of things that overlap. You can’t just kind of dive deep into one anymore, so you need that end to end where people, you know, you may not. </p>\n\n\n\n<p>Need to dive into all of those things. But you need to, to understand or work with someone who understands that those are all part of the equation. When you’re having a conversation, it’s not hitting a hammer, I’m not hitting a nail with a hammer. You know, you’re mm-hmm. You’re looking at, you know, an entire piece of furniture that you’re trying to put together. </p>\n\n\n\n<p>So if you [00:35:00] cut this one part, maybe those four things fall down. Um, or if you add something here, maybe you weaken another part of the structure. What if we put something here, we can bolster everything. You know, so having that comprehensive knowledge of that’s what end-to-end, I get in, in, in my words, my many words mm-hmm. </p>\n\n\n\n<p>Means, </p>\n\n\n\n<p><strong>Cory Miller:</strong> well, we, we talked about the first is like if a web, the website, your organization’s website is vitally important to your strategy and what you’re trying to get done. You need someone to go to that has depth of knowledge and breadth. Of, of services that can get you to where you’re going. So I think at some point you’re part mechanic, part your tuner upper performance. </p>\n\n\n\n<p>Um, but it’s like when you are trying to, to do something that’s integral to your business, that involves your WordPress website, that’s where valet comes in and why this is compelling to me, cuz you know, one of our, uh, the businesses we have an investment in, we brought to valet because we go, she doesn’t [00:36:00] need, um, development all the time. </p>\n\n\n\n<p>Right, but sometimes she needs functionality, new features, new things for the website to get done what she’s trying to get done. And that was why it was so compelling that you also offer bundles. I think of development time where you know, to try to hire that out or try to do a full-time employee is gonna be, I think, near impossible. </p>\n\n\n\n<p>But I love that cause it was co so compelling. She might need this month, three hours of development type work. Well, they have someone to go to that’s trusted, trained, great communicators to do all that, to get it done. And that’s why that end ends so interesting. Cause I know in the health pyramid that we talked about, uh, a while back, um, you’re thinking about all, all, all the way to analytics and metrics. </p>\n\n\n\n<p>To features and functionality too. I just need to create a new page that has these things to, to promote my new, you know, offering those types of services. That’s what you all offer and I think that’s [00:37:00] why Vale is really compelling in the space. I wish not to get you just more competitors here, but I wish there was more people that understood like businesses and organizations need this. </p>\n\n\n\n<p>They can’t, they’re not just gonna go higher, you know, develop, develop full-time developer rates right now are. Insane. They’re pretty, and I’m glad because our professionals are worth it, but that you’re like, I, I couldn’t even think 120, $150,000 a year to just get someone that knows the stuff. But from a fractional, time wise, I can get those three, that expertise in bundles just when I need it. </p>\n\n\n\n<p>Mm-hmm. Um, and then someone that knows all the way from development to metrics, health analytics, performance that understands the connection of faster spot site equals. SEO equals more traffic equals potentially more conversions in that holistic way, I think is pretty, pretty and compelling. Yeah. </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Being able to give advice with, um, [00:38:00] with a, with all of that depth of experience. </p>\n\n\n\n<p>There’s a, there’s a story, um, The guy with the hammer that goes to work on a, on a submarine. Have you heard that one? Uhuh? Uh, there’s, um, they’re working on a submarine and, and this guy just can’t quite get, uh, the backend, the propeller work in something’s going on with it. So he, he goes through his Rolodex and finds this propeller specialist. </p>\n\n\n\n<p>That, that he knows that they’ve called it in the past when they’ve hit really, really tough problems. Cuz he is gotta get the submarine work in, he wants to get it going. He, this is the one thing that he just can’t, you know, solve for some reason. And so he calls the guy in and the guy comes in, he is got this giant toolbox and he spends about 10 minutes looking, poking around, moving some things. </p>\n\n\n\n<p>And he opens up his toolbox and pulls out this teeny tiny hammer and he walks up to the propeller, moves his finger around just a little bit and taps on it twice. And he says it’s fixed and the guy goes up and he, you know, kind of spins it, oh my gosh, this is great. You fixed it. We can get going. You know, this is a huge piece [00:39:00] of machinery. </p>\n\n\n\n<p>This is a huge project we’re working on. This is a huge initiative. And the guy says, okay, I’ll send you an invoice. So he sends him an invoice for $40,000 and the guy was like, he calls him up, he’s like, man, $40,000. Are you kidding me? And he goes, oh, I’ll, I’ll send you an itemized invoice. And it was like, you know, um, uh, $10,000, you know, for my time, and then $30,000 knowing where to tap with the hammer. </p>\n\n\n\n<p>Uh, you know, it’s that, it’s that whole idea of, I don’t know if that’s that’s valued as much, you know, as it was because there’s so many specialists. Everybody’s a specialist. So why would you value, um, someone with a, with a broad based knowledge of, of an industry as much as you used to? </p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, well if you, if you’re getting married and won a piano player for your wedding, you gotta take into account that person has been probably spending decades. </p>\n\n\n\n<p>Yep. Learning the piano, learning the, the music. Practicing. Practicing to understand and back to the [00:40:00] summer music, exactly where they hit. </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> I’m pretty sure there’s like a, a Reddit thread with like, all kinds of stories like that. Right? Where what do you mean you, you know, you only gonna, you wanna charge me $250? </p>\n\n\n\n<p>It’s a one hour wedding, you know, well, classically trained, but okay. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, so far we talked about the value of the website growing in importance, and so glad to hear that what you’re seeing too, what we’re seeing. Um, we’ve talked about that role of the classic vendor changing, um, in a good way. Finding agencies like we have at Word at, uh, post status WordPress agencies, like Valet has been doing it for. </p>\n\n\n\n<p>Gosh, how, how long have you been doing this, Valerie? I, I said Val and smash it together. Kimberly, </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Valerie, it’ll be my new screen name. Um, a about a little over 10 years. Yeah. It’s been, it’s been a long time. </p>\n\n\n\n<p><strong>Cory Miller:</strong> No kidding. Years. You’ve seen a lot too. Yeah, so [00:41:00] finding that agency, it has the depth of experience, has the team that can execute, has that knowledge to be that back to the soccer, to be a player or multiple players on your field, so you get to focus on what you do best. </p>\n\n\n\n<p>I think that’s credible and, and that just, I think, for me is a perspective on our industry, particularly with WordPress. But on the internet, the. Increasing value of, um, both websites and agencies that can do that. Take that down for you. Anything else we missed that you wanna share or, or talk about? </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Yeah, we, uh, we soft launched a, a new, um, a new. </p>\n\n\n\n<p>Refresh of the site. Um, we had to readjust our plans based on this, this conversation actually that we’re having just kind of this change in shift in market, being able to provide more core competencies, um, that are highly skilled. Um, [00:42:00] and then we’ve kind of, we’re toying around with a new version of a smaller package. </p>\n\n\n\n<p>That we’re calling Valet Express. Uh, that kind of gets you a lot of the core things that you need, um, covers that, you know, the, the gives you the basics of the end-to-end. To be able to at least see and look at things. You know, if you want help with them, then you can get help with them, if not, but, um, our, our standard plans have shifted and now include an advisor, um, for the larger ones, uh, to meet at least two times a year. </p>\n\n\n\n<p>So we can kind of stay up to date, keep up with, you know, funding cycles and, you know, uh, group initiatives and, you know, be able to help plan and that kind of stuff. So, um, really excited because I mean, we, we act in an advisory capacity anytime we talk to someone, you know, make an email and an ask a question anytime they want. </p>\n\n\n\n<p>But, um, you know, being present for those, for those meetings and changes and, and discussions is something that we really wanna. Make ourselves more available for, we’re always [00:43:00] available for it, but we’re never like, Hey, it’s time for your six month meeting. You know, we make it more important. Uh, Then it, it smooths, it smooths the process a lot, and I think that’s a big part of us trying to contribute, to help shift that idea of being, uh, invested. </p>\n\n\n\n<p>We know that we love what we do, and I think that’s why we’re good at it is just because we like helping. We like learning. We’re not invested in selling anything in particular other than just being there, you know, and doing it. Right. We’re just nerds for. We’re trying to get it right and, and figure it out. </p>\n\n\n\n<p>Mm-hmm. So, you know, that’s what makes us passionate. So, um, you know, we’ve, we’ve done a, a little bit of, uh, kind of adjusting. There’s still more to come, but that was kind of the first. The first big push. There’ll be lots of other little changes and things we’re gonna grow and add in. But, uh, you know, that’s, that’s been exciting. </p>\n\n\n\n<p>I’m so happy. </p>\n\n\n\n<p><strong>Cory Miller:</strong> I’m so excited. That’s great. Well, somebody’s like, Hey, I need a nerd to help how all this fits in. Um, how do they get started and talk, get started talking to you all at Vale. What’s the next step? </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Oh, [00:44:00] we have a contact form on the website. We have a phone call scheduling on the website now, and you can just, hello@valet.io rhymes. </p>\n\n\n\n<p>So it’s easy to remember, uh, and, you know, we’ll, we’ll talk to you, you know that any, every conversation has to be, um, started with an idea of what you wanna do, where you wanna go, and what your goals are. I mean, that’s, that makes for the most effective communication. Um, so yeah, that’s the best way. Just say, hey, and we’ll say, Hey, what you doing? </p>\n\n\n\n<p>What you wanna do? And we’ll go from there. </p>\n\n\n\n<p><strong>Cory Miller:</strong> I love it. I think that last part is key. Knowing what you want to do, where you want to go, and then coming to the website advisors vale to figure out how to get there. Absolutely key. Thank you. Kimberly Lepar of valet, CEO. Um, I appreciate your time sharing what you’re seeing in the market and how you all help connect in with, um, clients for this cool thing we call the Open Web and WordPress. </p>\n\n\n\n<p><strong>Kimberly Lipari:</strong> Yes. Love it. It’s a place to be.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Apr 2023 00:31: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:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Post Status: Launching a WordPress Product in Public: Session 11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=149137\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://poststatus.com/launching-a-wordpress-product-in-public-session-11/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88769:\"<div class=\"wp-block-group eplus-wrapper has-theme-palette-2-color has-theme-palette-8-background-color has-text-color has-background is-layout-flow\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">From practicing mindfulness to the evolution of WordPress, <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> cover a wide variety of topics in this episode as they continue the development of their new WordPress plugin, <a href=\"https://crop.express/\">Crop.Express</a>. </p></div>\n\n\n<div class=\"wp-block-spacer eplus-wrapper\"></div>\n\n\n<span class=\"span-reading-time rt-reading-time\"><span class=\"rt-label rt-prefix\">Estimated Reading Time:</span> <span class=\"rt-time\"> 48</span> <span class=\"rt-label rt-postfix\">minutes</span></span>\n</div></div>\n\n\n\n\n\n\n\n<p><a href=\"https://poststatus.com/planet/feed/#h-transcript\">Transcript</a> ↓</p>\n\n\n\n<p>In this episode, <a href=\"https://twitter.com/coreymaass\">Corey Maass</a> and <a href=\"https://twitter.com/corymiller303\">Cory Miller</a> move from personal to professional. They offer impactful transparency, from discussing the importance of website speed, user experience, and SEO to practicing mindfulness and finding balance. They share insights on optimizing WordPress websites for performance, including hosting, caching, and image optimization tips. They also discuss the role of content in driving traffic and engagement, as well as strategies for leveraging social media to grow an online presence.</p>\n\n\n\n<p><strong>Top Takeaways:</strong></p>\n\n\n\n<ul>\n<li><strong>Imposter Syndrome.</strong> Imposter syndrome is very common among people who work in tech, and it’s important to acknowledge it and understand that it’s okay to feel this way. It’s helpful to talk to others about your feelings and to remind yourself of your accomplishments and skills. It’s important not to compare yourself to others and focus on your progress and growth. Seeking support from a therapist or coach can be very helpful in managing imposter syndrome.</li>\n\n\n\n<li><strong>Slow Hustle.</strong> Take a more intentional, thoughtful, and sustainable approach to work and life. Instead of constantly hustling and working long hours, “slow hustle” focuses on balancing work and rest, taking breaks, and being intentional about your work. Finding a pace that works for you helps in avoiding burnout. “Slow hustle” can help you find more fulfillment and purpose in your work and can be beneficial for long-term success.</li>\n\n\n\n<li><strong>Personal Brand. </strong>Building a personal brand can help in various aspects of life. Establish your personal brand by identifying and highlighting your unique skills and strengths, being authentic and consistent, and cultivating relationships. Use social media and online platforms to share your expertise and connect with potential clients or collaborators. Continually invest in your personal and professional development, whether through learning new skills, attending conferences, or seeking mentorship or coaching. Remember the importance of maintaining a positive and professional online presence and reputation, as this can greatly impact your personal brand and career success.</li>\n</ul>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul>\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"https://crop.express/\">Crop.Express</a></li>\n\n\n\n<li><a href=\"http://www.apple.com/\">Apple</a></li>\n\n\n\n<li><a href=\"https://wordpress.com/\">WordPress</a></li>\n\n\n\n<li><a href=\"https://www.squarespace.com/\">SquareSpace</a></li>\n\n\n\n<li><a href=\"https://medium.com/\">Medium</a></li>\n\n\n\n<li><a href=\"https://substack.com/\">Substack</a></li>\n\n\n\n<li><a href=\"https://ghost.org/\">Ghost</a></li>\n\n\n\n<li><a href=\"https://twitter.com/photomatt\">Matt Mullenweg </a></li>\n\n\n\n<li><a href=\"https://twitter.com/chriscoyier?lang=en\">Chris Coyier</a></li>\n\n\n\n<li><a href=\"https://twitter.com/jeffbezos?lang=en\">Jeff Bezos</a></li>\n\n\n\n<li><a href=\"https://twitter.com/finkd?lang=en\">Mark Zuckerberg</a> </li>\n\n\n\n<li><a href=\"https://twitter.com/tferriss\">Tim Ferriss</a></li>\n\n\n\n<li><a href=\"https://twitter.com/marieforleo\">Marie Forleo</a> </li>\n\n\n\n<li><a href=\"https://twitter.com/garyvee\">Gary Vaynerchuk </a></li>\n\n\n\n<li><a href=\"https://twitter.com/Casey\">Casey Neistat</a> </li>\n\n\n\n<li><a href=\"https://twitter.com/benthompson\">Ben Thompson</a> </li>\n\n\n\n<li><a href=\"https://twitter.com/peterthiel?lang=en\">Peter Thiel </a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading eplus-wrapper\" id=\"h-you-can-follow-post-status-and-our-guests-on-twitter\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> You can follow Post Status and our guests on Twitter:</h3>\n\n\n\n<ul class=\"eplus-wrapper\">\n<li><a href=\"http://twitter.com/coreymaass\">Corey Maass</a></li>\n\n\n\n<li><a href=\"https://twitter.com/corymiller303\">Cory Miller</a> (CEO, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n\n\n\n<li><a href=\"https://twitter.com/lemonadecode\">Olivia Bisset</a> (Intern, <a href=\"https://twitter.com/post_status\">Post Status</a>)</li>\n</ul>\n\n\n\n<p class=\"eplus-wrapper has-background\">The <strong>Post Status Draft</strong> podcast is geared toward WordPress professionals, with interviews, news, and deep analysis. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4dd.png\" alt=\"📝\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h2 class=\"wp-block-heading eplus-wrapper\" id=\"h-transcript\">Transcript</h2>\n\n\n\n<h2 class=\"wp-block-heading\">Session 11 Corey & Cory Launch a WordPress Product Live</h2>\n\n\n\n<p><strong>Cory Miller:</strong> [00:00:00] Um, we are on session 11, and this is gonna be a fun one. We’re kind of in rebooting. Last week we talked about, um, blew out the vision and see all the options. And then, um, got some good stuff there. And now I think next step is, um, drum roll. Taking a lane. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yes. Uh, you know, when in, when in, we are a startup, right? </p>\n\n\n\n<p>Like we, we ride razor scooters around our office. Uh, we have a kegerator in our co-working space. String lights. We have string lights, like all the cool kids. Um, we are pivoting. Pivoting is what you do. Oh, there you go. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Um, I think we talked about, uh, Silicon Valley on H B O [00:01:00] and uh, I actually had a yellow Ford Escape. </p>\n\n\n\n<p>I was driving. It was my commuter car. And uh, it was funny, my team was making fun of me about it cuz uh, ATO, Avi </p>\n\n\n\n<p><strong>Corey Maass:</strong> Aviato. </p>\n\n\n\n<p>Well, so yeah, the, I think, and I think last time we summarized a bit about how we’ve arrived here, where the idea came from. Um, and so I, I have a couple of updates that I could start with. Um, the first is, I. Released, uh, an update of Crop Express, um, the, our, our legacy product, um, and or our lead gen product or what have you, um, that now has, uh, there was a, I had not successfully, correctly [00:02:00] implemented the constraints. </p>\n\n\n\n<p>Size constraints. And so that is fixed. Um, and it also now has the, our updated readme that you and I put together from the last call or the call before. Um, and so to me, I want to add one more feature that we had talked about, which was basically a, a, um, power user bypass. Because I even at one point I was like, oh, I, you know, I need an, uh, a circle image cropped, let me quick use my own tool. </p>\n\n\n\n<p>And I went in and it like, you know what it output was, I don’t remember. 2000 or something. And I was like, wait, this isn’t, this isn’t what I want. Like, I want to be able to say, you know, real quick, like we talked about, use it anywhere. Like, just make it a thousand, you know? And so I’m gonna add, um, a simple dropdown. </p>\n\n\n\n<p>I think what I [00:03:00] wanna do is, Like, first of all, it doesn’t tell you anywhere in the cropper what it, what size it’s gonna output it at. Um, uh, you know, you’ve potentially set that in the setting screen, but you haven’t, you don’t know when you’re actually cropping. And so I want to add that. And then what I think I’m gonna do is add it as a dropdown. </p>\n\n\n\n<p>So it’s like this, you know, based on your settings, this is going to export as 2000 by 2000 or a thousand by a thousand or whatever. But in the dropdown I’ll have essentially like two x, three x four x, you know, 0.75 x 0.5 x. So it’ll be, you know, in the dropdown it’s like, this is going to export at 2000, but from the dropdown you can say 1000 and then bang, um, or something like that. </p>\n\n\n\n<p>So it’s just real simple. And then, um, and then if we want to, we can, you know, or total customize and put in, [00:04:00] you can put in. Whatever crazy numbers you want, but the idea of being, you know, quick and easy, you can do something slightly different or proportionately different, logically different. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Hey, gimme one second. </p>\n\n\n\n<p>I forgot to do this. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Sorry. So we start over? Yeah, no, it’s fine. Um, yeah, so often awesome </p>\n\n\n\n<p><strong>Cory Miller:</strong> confirmation cuz like, you value the product that you built, we did together, right? Um, enough to go, I’m using it, I want to keep using it. And I think that’s invaluable from a product perspective. Like mm-hmm you what, what’s there and want to make it, hone it for your own thing, which I think is such a great origin for any product. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Well, and the whole eat your own dog food kind of situation of like, you know, I don’t want to open Photoshop and add a circle and da da. Like, this should just be easy. Yeah. Um, so, um, with [00:05:00] that, the other, the other thing I wanna do, but I is of lower importance at the moment is to redo Crop Express the website so that it, um, has all the new features and is set up the way we want it. </p>\n\n\n\n<p>But I think that’ll be a, a weekend hackathon slightly down the road since we are deemphasizing this, the website of it, implementation of it is further deemphasized. Um, so that’s that. And then, um, let me actually share my screen. </p>\n\n\n\n<p>Share. You see that? All right? Yeah. Okay, so, um, so as we talked about, I had gone somewhat far down the path of, uh, building a plugin that works against, uh, [00:06:00] screenshot Express, which is the screenshot SAS service, a API that I built. Um, so you’ll see reference to social images, which was just sort of the project name, um, that I started with. </p>\n\n\n\n<p>Um, but I’m, I’m so, um, me and my crazy colors, oops, sorry about the dogs. Um, me and my crazy eighties colors. Um, there’s screenshot express, so I’m actually pretty, um, pleased with myself, uh, with the implementation that I built initially. So, um, So here’s what we have so far, essentially is, um, by activating this, it, it should throw you to a welcome screen. </p>\n\n\n\n<p>It currently doesn’t, um, but it has this very cool, like the colors of the app. Um, and so you can either sign up for an account or you can log in. Um, [00:07:00] so naturally I’m going to just log in. Um, hopefully you can’t see my passwords. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Um, </p>\n\n\n\n<p><strong>Corey Maass:</strong> it signs you in. Um, it shows you what active licenses you have. If you have one already, um, you hit select and then great. It’s all saved. So that’s the onboarding. And obviously like that’s purely technical, but that’s, you know, all the steps involved with connecting yourself to the screenshot express service. </p>\n\n\n\n<p>Um, and so obviously up for much debate between the two of us, like how we wanna, what we want to call it, how much we wanna obfuscate that we’re actually using screenshot express, behind the scenes, all that stuff. But at least technically there it is. Um, and then, um, I ripped [00:08:00] out some of the stuff that I had, um, but I think you can, we can sort of illustrate at least the, what we’ve got in mind here. </p>\n\n\n\n<p>Um, and this is where I, I wanted to start talking through with you. Um, A first imagined workflow, right? So that in my mind, here’s how this works, right? So you’re like, I write a blog post and array block editor. Um, and then presumably you’d save draft or you’d publish, but let’s just publish for the sake of it, right? </p>\n\n\n\n<p>Um, and then you’re like, okay, now I want to promote my blog post. Um, oh, let me add a featured image, upload a file, um, testing nice pretty [00:09:00] landscape set featured image update. I don’t, this might work. This might not work. But anyway, um, so it’s like you’ve got a published blog post and then you say to yourself, okay, now I want to create. </p>\n\n\n\n<p>Images for sharing this to on Twitter and Facebook. Um, and so what I have so far in here, I have to go start, uh, whoops. Open. </p>\n\n\n\n<p>It’s always fun doing it. Live tech demo. N p m, </p>\n\n\n\n<p>no, of course this will work. </p>\n\n\n\n<p><strong>Cory Miller:</strong> I’m trying to write some notes too when we get there. Um, </p>\n\n\n\n<p><strong>Corey Maass:</strong> oh. </p>\n\n\n\n<p>Okay, not you. Next. CSS js. [00:10:00] Oh, welcome. Okay. Why are you not just working? </p>\n\n\n\n<p><strong>Cory Miller:</strong> This is real life. Does this sound good? </p>\n\n\n\n<p><strong>Corey Maass:</strong> Um, </p>\n\n\n\n<p>it is real, real life social images. I am in the right place. Um, I have the stuff that I was deleting. Uh, it’s not admin, its build. </p>\n\n\n\n<p>I dunno. This should just work. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Um, while you’re doing that, I’m. I’m thinking about what you’d want in the end product. Mm-hmm. The basic. Mm-hmm. </p>\n\n\n\n<p><strong>Corey Maass:</strong> So plugin. Oh, I didn’t activate the plugin. Oh no, I did. It’s there. [00:11:00] Um, oh gosh. I don’t know. Okay, so whatever. Um, but the idea is, um, wait, I really wanted to show this to you. I frame, </p>\n\n\n\n<p><strong>Cory Miller:</strong> go ahead. You, you keep looking. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Oh, that’s what it was. I totally changed this. I totally changed this. Okay, so, um, so there’s no currently no menu item, but, um, because what I had changed was started doing it all in React and JavaScript, but I was like, you know what, let’s just do this in, in an easier way. So like that, that whole welcome screen is actually like, you’re actually hitting a button in the page, reloads. </p>\n\n\n\n<p>And it’s not the like cool Ajay way to do it, but who cares? It works. So, um, so let’s see. We do actually build, Hey there. It’s, so the idea being that, you know, somewhere on this screen you’re like, okay, it’s. [00:12:00] Ready to go or you know, here’s my blog post. There’s a big button somewhere. Or I had had it up here in the menu item that was like, you know, social images. </p>\n\n\n\n<p>So it’s like, okay, you’re ready to go now build your social images so it takes you to a screen, um, where something like this, right, like this is a dashboard. Um, so we can actually create these things. Um, Instagram card. Right. So like you’ve got things that you’re building and the idea being that you’re choosing a channel, which is what’s, so channel being Twitter, Facebook, something like that. </p>\n\n\n\n<p>Obviously we will introduce custom ones, but this is what defines the size, right? So like if it’s Twitter, 1300 by 900, no, 1600 by 900, if it’s Instagram, 10 80 by 10 80. Um, and then we’ve also got templates. And so right now I think I [00:13:00] only have, uh, like a simple. Simple one implemented. Um, but the idea is you then it takes you to an edit screen, right? </p>\n\n\n\n<p>So we are on, here’s my blog post. Um, and I need to, I need a name for what these are called. I don’t know what they’re called. Um, but you’ve got, um, you know, the template that you’ve started with, um, and you should be able to change this as you go. It’s like, oh, right, I’m no, I actually want this for Facebook or whatever. </p>\n\n\n\n<p>Right? And the template is, um, again, your starting point, but you’ve got the idea of being that you then got whatever’s customizable is this is your preview on the right. So again, here’s my blog post that was pulled in from the blog post, right? If you want the featured image as the background. Well, I didn’t implement that, so that’s not showing, but that’s what would show, you know, in the background. </p>\n\n\n\n<p>What I do have implemented is, um, if you wanted to show the ti the. The date of the post. [00:14:00] Yeah. Um, right. If you wanted to add a background color, let’s just make it red, right? So pretend your, you know, your featured image isn’t there. You can change the font. Um, you can change the size, right? So basically, like, based off of a template you would customize, um, what this looks like. </p>\n\n\n\n<p>So, you know, this is obviously not an accurate representation cuz we’re saying it’s Instagram, but pretend it’s Twitter, it’s the right proportions. You’ve got it customized on the right and then you, and then you’d hit a button that says print essentially, you know, stamp it, create it. Whatever that looks like. </p>\n\n\n\n<p>And then, um, you can go back to your dashboard and we would have the preview of it, um, as it was created. And so then here, or any, anywhere there’s a button that says download, you know, if it’s Twitter, then you’ve got a share directly to Twitter button, upload it to [00:15:00] Buffer kind of thing. </p>\n\n\n\n<p>Cool. </p>\n\n\n\n<p>So that’s the very clunky version. But you know, again, the, the, the walkthrough that I’m starting to picture is you create a, um, anything you create in here in WordPress, a post, a page, you then have a button that says, okay, use data from this to populate a template. So it’s the page title, copy excerpt. Um, You know, featured image, and then you bang through a bunch of templates, you’re like, oh, there’s a, the simple template that has the title on the bottom and the featured image is a background. </p>\n\n\n\n<p>You’ve got the card template that’s got the featured image above and the title below. You’ve got the, um, the Post Status template that, you know, you automatically inserts your logo on the left and your featured image on the right [00:16:00] with a title down below. You’ve got the whatev, what’s the other one we looked at? </p>\n\n\n\n<p>Um, Freemeus template, that’s got the flip art, you know, featured image on the right and the title on the left, and lots of white space, whatever, whatever. Um, you know, and you and each one, I guess I’m picturing, have you used, um, migrate DB Pro from Delicious Brains years ago? Yeah. Um, So they’ve got this real, you know, if you’re, um, so it’s, you know, migrating data from one site to another. </p>\n\n\n\n<p>So you go in and you say, start a new migration, and you plug in the credentials and you plug in your settings. And so you, at any point you can say, go do the migration, push the data, pull the data, um, or you can save this as a template so that you can, you know, go in regularly and say, pull in the data from the site, pull in the data, you know, it’s a new day. </p>\n\n\n\n<p>Pull in the n the fresh data. And so I’m picturing that kind of flow where, [00:17:00] um, you know, if, if all you need is, um, if all you need is a Twitter image, then click, click, click and you’ve got one. Um, but you know, while you’re in here, if you’ve got all this configured, there’s a button that says Save this, you know, as a template for every post. </p>\n\n\n\n<p>And so then the next time you come in here, you know, uh, create a thing from scratch or load your. You know, send it to Corey’s Twitter template, bang. And it, but again, it pulls in that post data populates your template. So it’s like your, your Post Status template where it’s like you’d set it up once with a logo on the left and your featured image on the right, you’d hit save. </p>\n\n\n\n<p>This is the Post Status, um, you know, person profile template. And then every time you just come in, drag that down and it automatically throw it on the screen. You could tweak it a little if you needed to, if the title was too long or something, and then hit print and then you’ve got that image. </p>\n\n\n\n<p>Cool. </p>\n\n\n\n<p><strong>Cory Miller:</strong> [00:18:00] So yeah, from a workflow standpoint, I think that’s very, uh, understandable. But this is around like a broader question that leads back to that, um, like the open graph and things like that. So, you know, when you paste the link into Slack or you paste it into Facebook or whatever that is, Um, it’s pulling some data back from the website, </p>\n\n\n\n<p><strong>Corey Maass:</strong> Correct . </p>\n\n\n\n<p>Most of it populated by something like Yost. Okay. </p>\n\n\n\n<p><strong>Cory Miller:</strong> So how does Slack, Facebook, different things know which particular image? Like when you create a post and then you put that image in there, there’s multiple options and dimensions with the channels and stuff. So is that stored somewhere on the backend? </p>\n\n\n\n<p>Like if we, if someone goes, okay, I want it, LinkedIn, Twitter, Facebook, how would that [00:19:00] automatically recognize in those platforms? </p>\n\n\n\n<p><strong>Corey Maass:</strong> Or does it Right? Um, yeah, we’d have to look into that. Like I know that I’ve, I’ve played with another tool before that generated an open graph image for your blog post. Um, and. </p>\n\n\n\n<p>They, I don’t remember if it worked or not. I feel like it didn’t work the way I wanted it to, but it, um, it hooked into Yost. So if you had Yost running, you didn’t have to say, generate an image and then download an image and then upload an image into Yost. There was a way that it was like that image was saved to the media library. </p>\n\n\n\n<p>And then, um, and then Yost, there was a hook somewhere, I’m sure in Yost, cuz they’re real good about that. That said, for the social image point at this one. Or maybe they, they, you know, maybe they updated the metadata, the Yost metadata or something like that. But, [00:20:00] um, but yeah, that’s, it’s like I, you know, this is this, like what I just showed is broadly the. </p>\n\n\n\n<p>Um, how we generate images, right? But I think like one of the onboarding things, kind of like Yost walks you through site basics, right? Like we would have some sort of onboarding as part, you know, connect to, to screenshot express. But then like, what do you want to buy? What do, what do you want your defaults to be? </p>\n\n\n\n<p>Create? And it’s honestly like, it would be a great, um, user onboarding because it’s like, okay, we’re gonna create, you know, every website full stop needs a default o OG open graph image. So let’s show you our little template builder and you’re gonna build your first template. You know, that’s your default website homepage, open graph image. </p>\n\n\n\n<p>Done, saved. [00:21:00] And then you can also save this as the default template that’ll get used for every post. But instead of pulling in the name of your website, it’ll pull in the name of your post done. And so if you check a box, um, then every post you create, you know, we can have it. Whenever you somehow indicate that you’ve published, you’re ready, then it’ll automatically create that open graph image by default. </p>\n\n\n\n<p>Um, and or, you know, any of these things we can get. I ideally you’d get to a point where, um, you know, you publish a post, you click, okay, I’m ready to promote it. There’s a good word. Like the next stage after creating a thing, a post, a page is to promote it, market it, whatever. You know, click a click here to generate all of the images you’ve already set up or add new ones or if, you know, if you wanna do it manually every time you can. </p>\n\n\n\n<p>But we could, we could automate a lot of that stuff so that it’s, you [00:22:00] know, cuz it, yeah, once you get down the road aways, it’s like the clients that I have that are publishing articles, you know, once or twice a day, presumably they, they might, they would spot check these things, these images created, but, um, but the likely the idea, ideally the, you know, they would click a button and an OG image would be created. </p>\n\n\n\n<p>And also like, if they open that dashboard screen, then it’s just like, download your Twitter image, download your, or click here to, to download all of them as a zip to then send to the social media manager or something like that. </p>\n\n\n\n<p><strong>Cory Miller:</strong> So the reason I was asking is related back to workflow too. So you go, like, you, you hit on it. </p>\n\n\n\n<p>Where I was thinking there is like, there’s a, there’s a site specific open graph thing that just gets populated and then each post has, uh, a nuance of [00:23:00] that kind. I mean, we’re kind of thinking like a thumbnail in a sense, but like for the social images, um, and back down the workflow, I almost go like, again, not knowing the technical part of this, but I go from a workflow standpoint. </p>\n\n\n\n<p>You created your blog post, you start your build thing and like you don’t even select a channel. It’s like here’s all like here’s LinkedIn, here’s Twitter, here’s Facebook. Yes, here’s Google things. And they’re already there and generated not even if you’re gonna like repost on LinkedIn or. Share, but like they’re already generated because maybe somebody does share your image on LinkedIn, not you. </p>\n\n\n\n<p>Right. And you want that to show up nicely. Yeah. Um, so that was just my thought is like, first I go, oh, that’s cool. He is already thought through all the channels, but then I was like, workflow wise, I just want ’em built for me. And maybe I’m editing some of those. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah. We, [00:24:00] you know, I think we define some friendly default and in an onboarding or a setup, we say, you know, by default we are creating, you know, Facebook being Facebook, they didn’t name it anything. </p>\n\n\n\n<p>They named it Open graph. Twitter came along second, so they have to call it a Twitter card. Um, They’ll be out of business soon. So it doesn’t really matter. But, um, but it’s like, you know, in the onboarding, we’ll say like, by default, do you want to j Auto generate Facebook, Twitter, LinkedIn, Instagram for each thing you create, yes or no, just toggle using a default, a sensible default. </p>\n\n\n\n<p>And then you can customize that template. </p>\n\n\n\n<p><strong>Cory Miller:</strong> So I think about this with our Slack community because it comes in and like, it never looks the way we wanted to, and I just go, okay, [00:25:00] we can talk about the user options at some point, but I go, I would want every channel, uh, reasonable channel created because you don’t know if someone’s gonna put that into Slack or something else. </p>\n\n\n\n<p><strong>Corey Maass:</strong> True, true, true. </p>\n\n\n\n<p><strong>Cory Miller:</strong> For the most popular networks. So like, even if you’re not using it, you think about your visitors and you go, it want, you want it to show up nice and, and look nice. Um, so that was my, that’s my thinking when I saw that is like, no matter what, this comes back to open graph, like how it, we create those and then they get tagged appropriately with open graph in, in that post. </p>\n\n\n\n<p>Um, I think would be an excellent work focus. Then we could say for the product standpoint, it generates this on, you know, automatically for all the, so that your site looks professional, right? Any, you know, any edge case that’s gonna happen. You’ve made in the design, you know, [00:26:00] automation almost, and then post by post, they can, they can edit this, but I like that mindset because then we can say, I was, I was looking up open graph, um, as you were talking just to kind of understand that more. </p>\n\n\n\n<p>And, um, I saw some, some little sample images that came in. I thought, okay, there’s some cool ideas here. Um, what we’re doing. If, if we look at the bigger view and this, I’m, I’m really, this is tied back down to this workflow. What we’re trying to accomplish is, uh, an easy way to demonstrate an image or some concept of, this is my website where I have done this thing for you. </p>\n\n\n\n<p>It’s like a presentation. And, um, some of the images, I was like, oh, there’s so cool design ideas. But you think about it like, we’ll go way back to product mockups and like iPhone mockups. You know how they always tilt [00:27:00] ’em. Mm-hmm. And I think we’re trying to do here, the essence of it is we have a website we do a lot of content for. </p>\n\n\n\n<p>And when we present that in the social channels or wherever it is, we want people to know this is an entity, this is a brand thing. Like, it’s as silly as the little iPhone mockup when it, you know, or remember those 3D book covers. It’s that 3d. Same. Oh yes. Yeah, yeah, yeah. It’s all 3D book covers you created, you know, 3D book cover of any PDF you had. </p>\n\n\n\n<p>It’s like almost in that sense. This is a website called Post or whatever. And you know, let me show you this real quick, </p>\n\n\n\n<p>but see, like this right here. See how it’s got the little top shadow? Yep. I’m not saying that’s how we do it design wise, but the intention is like these little dots are kind of a signal of this is a website, this is, you know, even, even some of the [00:28:00] updates, like I guess that’s Facebook, but you’re like, those are some interesting design thoughts for the templates. </p>\n\n\n\n<p>Mm-hmm. But see, that kind of thinking is you just made me professional on things I hadn’t even thought about. Yeah. Because you get to the other side and you see. Um, just like when we went live on Goda or YouTube, it’s got the default old Post Status logo and you’re like, what you really want is some semblance of branding for the website. </p>\n\n\n\n<p>Mm-hmm. And the content. So like this one right here kind of speaks more to the idea of what I’m talking about is like, that could be a template. Like we could </p>\n\n\n\n<p><strong>Corey Maass:</strong> Right. Well search for right where you are, search for open graph image template, like in, in, in the Google box at the top, like, uh, image template. </p>\n\n\n\n<p>Should get a bunch of stuff about [00:29:00] tags, </p>\n\n\n\n<p>but nothing too compelling. But yeah, I, I love what, where you’re going. Like we could. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Like this right here is, you know, there’s just a frame, like the image. Mm-hmm. I was thinking of it as like, I don’t know, but there’s a frame to the image we create. It’s kind of like displaying, this is on my website. This is Phil website, and I’m presenting it to you where like, you know, this, I mean, even the Facebook thing, this is kind of ubiquitous with like, there’s a name, there’s a logo. </p>\n\n\n\n<p>Yep. There’s a, there’s something here. There’s an image like this, this template format. It’s pretty standard. People get that. Yep. But even if you did something like logo, something like to give it a fill of this is on the web or something. Yeah, well, like the browser bar kind of thing, I guess. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Well, [00:30:00] and, and, and you can, I mean, my, my intention is I. </p>\n\n\n\n<p>Like, I don’t want to, I don’t want to compete with Canva, and I don’t want to get into that technical, I don’t wanna go that deep. Um, at least for a long time. We can’t of like drag and drop, but we can. But I’ve made it very, very easy to create templates. Um, and, um, and the intent is to use the, um, you know, uh, who does it, WooCommerce or, um, E D D or, um, any number of the big plugins. </p>\n\n\n\n<p>You can, you can copy a template out of a plugin, put it in your theme, and then it’ll get incorporated into the plugin. So it’s like, you know, VVA from FIUs is like, Nope, none of these templates do what I need. Um, you know, let me create my own. And so he is, he’s got a little, his little robot that’s, you know, pointing at. </p>\n\n\n\n<p>At a browser that has a screenshot of the [00:31:00] website built in, just like you said, um, or the little, you know, avatar of, of the author with their little byline, um, already built in. And, um, and incorporate those into, you know, every template that you, uh, that you create. And subsequently every screenshot of every or every social image that you create for anything. </p>\n\n\n\n<p><strong>Cory Miller:</strong> I’m on this because we’ve been, like, I was just telling you I was at trying to do a frame for this, but I go, that’s really what we’re capturing. When you create a piece of do something, you, you package it up with a frame and then like, I’m just roughing this out cause I don’t have like any InDesign skills, but you go, there’s a frame up here that shows like, </p>\n\n\n\n<p>Kind of to, to this or this one using that. And then this is just the bar [00:32:00] that says this is a package thing. Then maybe, you know, </p>\n\n\n\n<p>I’m only diving into this cause I really think it, this could be really simple formula to start that would mm-hmm. Really greatly enhance anything I’ve done. Um, okay. So site logo. Yep. Name, you know, that kind of goes up there and then, </p>\n\n\n\n<p>and then down here. </p>\n\n\n\n<p>We know this be meta description maybe, or something like that. Or, uh, excerpt. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Excerpt. Yep. </p>\n\n\n\n<p><strong>Cory Miller:</strong> But like, if you think about that from the, just these elements for a second, right? Like, we packaged that up in a way that fills like this or mm-hmm. Like, don’t, we’re not in the Canva game. I mean, maybe you go do that or [00:33:00] maybe you just put it in the stock image. </p>\n\n\n\n<p>But that goes here, we pull this from , pull that from . There’s a link in there. You’ve got some simple branding. Oops. </p>\n\n\n\n<p>I’m trying to find the image to copy it. Cause I. </p>\n\n\n\n<p>Like that’s up here </p>\n\n\n\n<p>and everybody gets to see my awesome. </p>\n\n\n\n<p>But yeah, like in this, we’d only have to generate something like this. Like I could think we could get this lightly styled. Very right, very lightly styled. Pull in their logo name, have the big image here, and like I think that, </p>\n\n\n\n<p>I mean, gosh, that right there, Corey. Is a significant enhancement to anything most people are doing. It’s not custom, like, like these we’re seeing here where [00:34:00] someone, you know, has a full-time team doing this kind of stuff, but like, then we let them be creative with their own images. Hey, we’re not in that game. </p>\n\n\n\n<p>We’re in this game of packaging this content. </p>\n\n\n\n<p>And I mean, it’s like, you know, the, the Facebook one is the, this is the frame up here. That’s just the image. And this is just the title tag, headline, and description. Yep. That right there would significantly professionalize what we’re doing, you know? Mm-hmm. Uh, and then we’d have to stylize the, uh, generic one. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yep. And that’s what I was trying to illustrate with like, so what you’d saw on the right of my little demo is, you know, the, the title of the blog post featured image in the back. So that’s like, that’s one, that’s one template. Right. And this kind of [00:35:00] thing would be another, or wrapped in a browser. Um, a fake browser would be another. </p>\n\n\n\n<p>And you know, so it’s, and if they’re simple to create, mostly done in, um, c s s, then it’s just a matter of somebody, me or you, or both of us, like essentially cranking these out. I mean, we don’t, we don’t want to overwhelm. The point is not to have a gajillion templates, at least not to start with, but a few sensible defaults that, like you said, give gives everybody their initial leg up. </p>\n\n\n\n<p>So like right out of the box, you’ve got a sensible default, something to work with. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Sorry, I can’t help myself. </p>\n\n\n\n<p>By the way, the circle logo, you can create with Crop Express. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Give your big image of background color. </p>\n\n\n\n<p><strong>Cory Miller:</strong> When we first started doing that, I couldn’t remember how to do that. </p>\n\n\n\n<p>[00:36:00] Yep, there you go. </p>\n\n\n\n<p>I mean, even if you took the frame off. </p>\n\n\n\n<p>We probably want to play with these and see how they looked in the different social platforms, but, </p>\n\n\n\n<p><strong>Corey Maass:</strong> right. Well, and that’s, and that’s the, the joy of this. So it’s, you know, so there’s, right now, like I just looked, LinkedIn uses, um, Facebook’s OG image, um, Instagram you can’t import. And so outta the box, we’re only talking about two. </p>\n\n\n\n<p>We’re talking about Facebook’s OG image and Twitter card image. So whatever their specs are. Um, and again, because it’s, we’re screenshotting, H T M L, it’s responsive. And so presumably you can use the same mo the same template. Yeah. You know, for both. And it’s like, okay, well no, I, I don’t want, I don’t want the, the Corey template. </p>\n\n\n\n<p>I want the Corey. [00:37:00] Template. It doesn’t work. Our names are the same. I don’t want the, the Corey template, I want the Miller template. And that one’s got a black background. You know, it’s black on white, so it’s like your themes on the right there, it’s like one is black on white, one is white on black, one is gray with, you know, little colors on it. </p>\n\n\n\n<p>Um, and so you’re like, that’s what all of my images look like for every post I create. It automatically creates a, um, Facebook or an OG image and a Twitter image. Um, as soon as I hit publish or even before, if I click a button and say, generate based on what’s, you know, the information that’s here. Um, and then like you said, as soon as somebody shares it, drops it into Slack, um, shares it via Twitter, Facebook, whatever, like, it’ll, it’ll pull in those, the image you want that’s been generated that is more than just your featured image. </p>\n\n\n\n<p>And then, yeah, we get into this kind of stuff where it’s like, [00:38:00] what are all of the d you know, these, this is where I guess the channels thing comes in, right? Like, so a channel could not only be, um, you know, technically, like Instagram is a, is a channel, but Instagram has stories which are a vertical 16 by nine to traditional Instagram, which is square. </p>\n\n\n\n<p>Um, you know, you can, you can share horizontal, vertical, or square on Twitter, LinkedIn Carousel is gonna have their own thing. Um, you know, what’s, what’s the optimal, you’re in Google Slides, what’s the optimal Google slide? Size and shape, like, so we can. Basically that’s where we once, once we have the, the way to present templates, we can go crazy creating templates for every single channel and every, every scenario. </p>\n\n\n\n<p>Yeah, </p>\n\n\n\n<p><strong>Cory Miller:</strong> I was just [00:39:00] thinking too, the option where you don’t have an image, but it creates one, an open graph type image for you. Mm-hmm. And what you want. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Um, </p>\n\n\n\n<p>well, and this is where we, um, um, we had talked about too, like, uh, you could have a template that looks at the content of the story for anything that’s in a block quote and pulls out the first block quote or pulls out every block quote and, and generates an image for each of those quotes. So now you’ve got. </p>\n\n\n\n<p>If you’ve got three block quotes, you’ve now got three images that are all sized and stylized for Twitter. And so then you say, okay, post this one today, this one tomorrow, and this one on Thursday </p>\n\n\n\n<p><strong>Cory Miller:</strong> capture. This is just me capturing this. </p>\n\n\n\n<p>Like yeah. Even if it hadn’t open quote, like you don’t really have an image, but you have a powerful quote in [00:40:00] here. CSS can use some brain, like whatever your default site right is. Yeah. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Then it pull. I love that. You know, some basic styling. It’s pulling in your, I mean, Mo um, WordPress Customizer has a place for a logo so we can reach for it there, and otherwise we can say, specify a logo to use across all your templates. </p>\n\n\n\n<p>Um, And it’ll auto-populate. And then you can obviously drill down and, and customize each one as you, as you mess with it. Um, oras or mess with it as much as you want to. </p>\n\n\n\n<p>And so, um, so backing up, up, up, I’m creating a system for customizing a couple of templates to start with manually. And your, [00:41:00] let’s start with featured image kind of comment here to me, which I’m, I’m a hundred percent on board with, is the ability to set one of those essentially as a default so that it’s auto-generated so that the moment you hit publish your story has a handsome OG image. </p>\n\n\n\n<p>And we’ll see about hooking that into Yost or what have you. And then we can continue to take it further. Cuz it’s like, yeah, let’s, let’s at least cover the basics base. Let’s cover the bases. Me and my sports metaphors. You’re that guy. Um, let’s at least do the basic of generating an an OG image, um, which is for better or worse, is the couple of other plug-ins or products that I’ve seen. </p>\n\n\n\n<p>That’s where they start. Um, but they also end there. So it’s like, great, let’s take it further than that of generating a Twitter card [00:42:00] image, but then also any other image you want. The, the workflow will start to get a little clunky because you are going to have to do something with those images. Upload them to buffer or. </p>\n\n\n\n<p>Upload them manually to Twitter or whatever, but at least those images exist, at least based off of, um, WordPress post data and a template. A template or templates that you’ve presumably built once and then said, save you can, the next time you publish a post, you hit, generate all these images, download a zip, and then you’re not, you don’t have to go to Canva and you don’t have to tweak, tweak, tweak or copy, you know, duplicate, duplicate, duplicate, and tweak and insert your own data and stuff. </p>\n\n\n\n<p>They’re just, they’re just there. Yeah. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, like, uh, sorry, I, I was thinking too, here, here’s where I’m going with this too, is [00:43:00] I would imagine if we can create a, you know, my site, let’s say has 500 posts on there with no social images. Ooh. See where I’m going? Yeah. Install and it gives you a base, nicely styled, professional enough thing that can go backwards. </p>\n\n\n\n<p>Yep. Oh, now you’ve just made shit ton of work. Extremely easy and increased their professionalism. So what I was just doing was thinking about the Sitewide thing. It’s like it’s just a simple business card, you know? Yep. Here’s the logo, here’s the site, here’s our tagline. Like that might be it. Yep. Just what we’ve done, but we’ve hundred Xed this thing that exists that, you know, you go to all these sites and you’re like, God, they’ve got a whole team doing this stuff. </p>\n\n\n\n<p>Mm-hmm. We just hadn’t gone, boom, there’s </p>\n\n\n\n<p><strong>Corey Maass:</strong> value, man. Oh, huge. And that’s [00:44:00] like, that to me is, um, Uh, another Delicious Brain’s product, the Offload s3. Um, and the free version lets you start today. The pro version among other things, lets you go, go back and essentially catch up. </p>\n\n\n\n<p><strong>Cory Miller:</strong> See, and that’s killer. I mean, imagine all these, okay, now we’ve hit our huge value prop because imagine all the WordPress website maintenance companies that go, by the way, we noticed your, your site is just not displaying too professionally. </p>\n\n\n\n<p>We’re gonna install this and click it and it’s done. Yep. Holy shit. </p>\n\n\n\n<p><strong>Corey Maass:</strong> I mean, and even, even taking that a little further, like if I’m. Excuse me, I’m the agency. I come in or I’m the developer. I come in, I’m like, you know, yeah, I’m, I’m building this thing for [00:45:00] you, but, um, we’re updating this thing for you. But like you said, I’ve noticed that, you know, a lot of these old pages don’t have these images, whatever. </p>\n\n\n\n<p>Um, I come in and I set styles. It’s like, what’s, what’s, like you said, what’s your logo? What’s your, um, brand colors? What’s your, you know, and so then it’s um, it’s all on brand too. </p>\n\n\n\n<p><strong>Cory Miller:</strong> It’s all on brand. And then like I meant any B2B site, so when it shows up, they might go </p>\n\n\n\n<p>like right there. They put incredible fingertip address. Like all the addresses. I mean, this is just nothing but a business card for your website, right? I’m gonna capture that for marketing. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Um, and then, and then [00:46:00] WooCommerce, right? So, so every, every product you already have on your website, it just goes back through and, and populates and you know it, like we’ve said pre in a, in a previous call, um, you know, product image, bullet points. You probably don’t wanna do price, but you know, if you’ve got an if, if each of your products has bullet points or has reviews. </p>\n\n\n\n<p>So picture of image. Title of em or title of product, sorry, picture of product, title of product, 400 reviews, five stars and an excerpt. This widget is the best widget, you know, </p>\n\n\n\n<p>what do you do? What do you see? If[00:47:00] </p>\n\n\n\n<p>I go to Amazon, I want share this backpack, copy link. I go over to Post Status. I can find Corey. I say, this is the backpack I’m looking at. </p>\n\n\n\n<p>What does it do? What does it do? Apparently nothing. </p>\n\n\n\n<p>It just takes something to populate. </p>\n\n\n\n<p>Nothing. I feel like maybe slack’s being slow or something. Oops. </p>\n\n\n\n<p>Okay. So do you wanna share your window or all? No, I don’t have anything to share. I was just seeing, I, I went and grabbed a URL from Amazon and pasted it into Post Status. Um, To you to see what it would populate with, but it [00:48:00] didn’t actually populate anything. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Um, you know, a basic business card for your website basically is what we’re doing. And then the on top of that is, you know, something like this, </p>\n\n\n\n<p><strong>Corey Maass:</strong> right? Yeah, exactly. And that’s what I mean by like, so part of the onboarding, which I think would be great cuz it helps people get set up is, you know, upload a logo or specify where a logo is. I mean, Yost does the same thing. Um, and, and so you, you, it’ll, it’ll give you the data points that it’ll give us the data, give the plugin the data points that it needs to build a sensible default. </p>\n\n\n\n<p>And, and so much. And then that’s your starting point for, you know, every time you wanna share, share a post, you know, start here. Well, no, this one actually [00:49:00] has a, a featured image. Let’s put that in. Or, you know, if it’s a, uh, you know, this is your business card for your website, but then, you know, it’s a woo commerce shop, so you actually want products. </p>\n\n\n\n<p>So it’s like, then you’d say, okay, we’ll copy this, this business card template, but then, you know, add, show the featured image or something </p>\n\n\n\n<p>and doing, </p>\n\n\n\n<p><strong>Cory Miller:</strong> I mean, doing that, cross the website, um, huge, like 10 times better than what you have. A hundred times better than you have just with some basic, like I’m talk I, when I did the Google search with the business card, I said, simple, modern business card. That’s your favicon, or you upload your own little image. </p>\n\n\n\n<p>You got, that’s your site title, that’s your site tagline. Maybe that’s edible. And then you add in your little information. I mean, </p>\n\n\n\n<p><strong>Corey Maass:</strong> yeah. [00:50:00] Yeah. And, and the default, you know, is all of these sites will go and grab, you know, ideally there’s an OG image, and so you are creating one in Canva and reimporting it, um, or you, um, or it’s trying to grab the first image on the page. </p>\n\n\n\n<p>So usually that’s the featured image. It’s like, like we said, you know what, what kind of started this whole conversation a month ago now between you and I is the, like, better than a featured image put, put some bullet points on it, put the title, put the, you know, um, whatever, whatever, whatever other data points you can add so that when they share it, it’s not just an image. </p>\n\n\n\n<p>An abstract image. Oh, it’s a widget. It’s like, oh no, it’s a widget that has these benefits. Buy it on this website. </p>\n\n\n\n<p><strong>Cory Miller:</strong> So an over graph question is, we we’re talking about generating the HTML snapshot and then making it, or [00:51:00] across the site, but we do have the h html sitting there too. Mm-hmm. I don’t know how Op grf does that, but, but for what looks like, it seems like it’s an image, but I mean, we still have the H M L code code rendered somewhere. </p>\n\n\n\n<p>Yep. Okay. So this right here. Oh, I just wanted to go down there to see. Okay. There’s something here. Basically the value prop is overnight flesh out in a more professional manner. Your open graph, social distributions, I mean, I’d go back to something like this if I don’t have a featured image, which I don’t on most of my blog posts, and, um, it’ll just pull a simple image that looks a little, it’s a treatment. </p>\n\n\n\n<p>Like we’ve been talking about the images. What are you truly trying to do is just show its image. [00:52:00] And if you set your defaults, like having, you know, you’re like, whatever, you’re, were yellow or were orange. So </p>\n\n\n\n<p>we probably don’t wanna do that, but, um Right. You know, right there. Mm-hmm. You just made something a little nicer. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah. Or your, you know, logo. Logo in the top right. Or, um, you know, if there isn’t a featured or, you know, and so if there’s a featured image, it shows up. If there isn’t, you have at least got your logo. </p>\n\n\n\n<p>Um, you know, and or the option to, um, We could even have an option that says like, if you don’t have a featured image, just do a big old logo. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. Like, uh, you know, the ultimate guide to social images, you knows the headline, </p>\n\n\n\n<p>[00:53:00] you know, there’s that option and stuff like that. Anyway, I think there’s a lot here. All that to say Yep. That with the premise of open, we know it is open graph, but it’s probably not the marking side, but it’s like, um, instantly create a more professional open graph presence for your entire site. </p>\n\n\n\n<p>Something better, like these will be images too. And so like, so in that if programmatically we could say that. It’ll pull your featured image into these, you know, spots and we’re saving that image that automatically puts an image back into that post, right? Mm-hmm. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Oh yeah, we could do that. So use this as featured image gen generate better image replaced featured image. </p>\n\n\n\n<p><strong>Cory Miller:</strong> I mean, it’s kinda like the 3D book cover. Those were just generated cuz it was all digital assets. So they wanted a visual way to [00:54:00] do that in the same sample, doing that </p>\n\n\n\n<p><strong>Corey Maass:</strong> software too. Remember they start, they would show a box like you’d buy at Staples, but you couldn’t actually walk into Staples and buy it. </p>\n\n\n\n<p>Album covers T-shirts. Yeah. I mean there’s, and, and there’s good examples online. There’s lots of little apps now that, um, you can build, um, Build the screenshots or take, take a screenshot and it puts it in a browser and puts it at a tilt, like you said. Um, like we’d have to play with all that. But, um, put it in a browser wrapper, put it on an iPhone, have somebody smiling and holding it on their iPhone. </p>\n\n\n\n<p>You know, um, yeah. All those things. Like we can, again, once, once we’ve got the template builder, essentially then our imagination, as long as we can do it in H T M L, then we can create a template that does that and people can build their own too, which is what I really like. Cuz you’re, [00:55:00] you’re gonna have nerds like me who will look at, um, look at a couple of hours simple templates and go, oh, cool. </p>\n\n\n\n<p>Let me, let me go build my own specific to my website, my own branding, or, you know, I. Yeah, because, and then we created Marketplace and people could sell the templates and take, get a commission. We’ll go crazy baby. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah. I was just trying to skip this out of, okay, the, this all seems valuable to people, uh, to me, and I think it would be, should be to other people. </p>\n\n\n\n<p>And then, like you said, it, well, I mean, one is creating an open graph image for each post. Um, sitewide in each post, what we have here. I didn’t, you know, there’s another benefit that we talked about. It’s like, well, like for my site would instantly get a bunch of thumbnails or, you know, the book [00:56:00] cover type treatment. </p>\n\n\n\n<p>Um, then you’ve just told the search engines, I’ve got new image content. Mm. You’ve, you’ve made an update to existing posts, you know? Yep. So, That’s my, maybe part three or something, but, or I don’t even know. But, um, I just see that value going. Oh. Cuz you can show, people are tired of seeing, you know, crap. </p>\n\n\n\n<p>You know, you’re doing all this content work, but you’re tired of seeing the social distribution, open graph stuff look like crap. This solves that problem with a click. Yep. So that’s why I wanted to go down this of like, where, I mean, this right here, there’s a pot of gold here. I mean, if you don’t, if you have great content in the past, but you don’t really have a lot of the strong image stuff, then use, use these two. </p>\n\n\n\n<p>Yep. You know, like the table of contents [00:57:00] plug in. Mm-hmm. It’ll auto generate something and then, you know, you click, click that’s made, it’ll pull it and then you go, yeah, sa saved whatever it is. And then now you’ve added an image. Image search is what we talked about last time. Image search to a blog post with a little bit of, with some automation here. </p>\n\n\n\n<p>That’s really cool. Um, yeah. </p>\n\n\n\n<p>With, you know, not a, doesn’t seem like a ton of work for the user side. Um, maybe there’s a, you know, an option here per post, which is use the excerpt, use the first block quote, find the H two s, the list or something, you know what I mean? Mm-hmm. And then you just, cuz I was trying to think from em, image’s, search for a [00:58:00] second, you go, um, that’s another way to get search engine traffic and visibility for your brand. </p>\n\n\n\n<p>I mean, summarize it. Look, this is, we had this conversation a couple weeks ago. Summarize your content with this kind of </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah. The tldr. Yeah. </p>\n\n\n\n<p><strong>Cory Miller:</strong> So for the template engine, I wanted to get all this cuz it’s like, well these are all the ingredients that we could potentially want. So that, you know, when you start building it, like, okay, I need to, maybe for an image you can, </p>\n\n\n\n<p>uh, you know, pull, pull H two s, you know. Mm-hmm. Pull the first block, quote and that auto populates in here. </p>\n\n\n\n<p>Okay. Thank you for going all the way down there. Now back to this. Does this give some more fleshed out detail to the [00:59:00] template workflow? The. Workflow conversation. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yeah, I’m trying to think of where to start. Um, I think that the workflow that I’m working on still, still works. I think we start with posts, um, and then we can implement like the sitewide version using whatever we’ve defined. </p>\n\n\n\n<p>Cuz it’s like, to me, the post paradigm is ex the example that we will then implement everywhere. Um, so we can basically take whatever little builder I design and stick it back in the welcome. So it’s like, you know, okay, connect to your, connect your account, let’s create your site business card. Do you wanna then use this for all all posts? </p>\n\n\n\n<p>Do you wanna then. You know, generate, [01:00:00] generate business cards for each post retroactively. And then do you wanna get into social images? This is kind of cool cuz it’s like, we’re not even, in my mind it was, it was about social. Um, like I said, I’d even, you know, the sort of code name for this project for me was social images. </p>\n\n\n\n<p>It’s like I’m, I’m writing a post and then I’m generating an image for Twitter or Facebook, et cetera. But we’re now talking about like, there’s so much other value before we even get to social. Technically. I mean, it’s all technically social cuz it’s about if you’re sharing a post, um, than it, than it pulls in the, the featured image or what the OG image. </p>\n\n\n\n<p>But, um, that’s all, it’s, it’s great cuz it’s all, you’re covering your bases of incoming traffic and then you can go do your outbound marketing. </p>\n\n\n\n<p>The shields are up and then you fire the torpedoes. Yeah. </p>\n\n\n\n<p><strong>Cory Miller:</strong> It seems [01:01:00] like, okay. Start with the sidewalk, like you said. And there’s an option just to make that at the beginning, to make that if no social link or something is there, use this option, then you’ve professionalized your site. Um, then you could do the per post </p>\n\n\n\n<p>Yeah. Option. </p>\n\n\n\n<p><strong>Corey Maass:</strong> And then give us all your money if you want to go to do the past ones and or the Woo commerce add-on and or. A hundred other things. We haven’t, you know, the, the marketing kit generator. So it automatically spits out Facebook, LinkedIn, Instagram, you know, one click generate, one click download, upload it to buffer, you know, buffer integration, um, or whatever, whatever you use to, [01:02:00] to schedule your social posts. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Yeah, all those are even before getting to the post, you could say like this, just generate it through everything on the site. So there is an open graph. Mm-hmm. Image. Then when you want to tweak per post product page, whatever that is, there’s maybe in post tweaking options where we can say, update from generic, there’s a fallback to the site wide, and then as you want, you come in here and then we could look at which ones we do. </p>\n\n\n\n<p>We do first. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yep. But I like the idea of a sensible default. I was like, I’m, I’m picturing again, like one of my sites, client sites is a magazine that’s been online for 12 years. So m half the half the posts, um, um, so many of the posts have images, random sizes and things like that. [01:03:00] Um, but they’ve all at least got a title and an image and a publish date. </p>\n\n\n\n<p>Some of that’s not true, but you know, like you could say, okay, so if somebody for whatever reason, shares a post from 10 years ago, it still looks basically good. Better than it, than, than it looks now where it’s just a random featured image. </p>\n\n\n\n<p><strong>Cory Miller:</strong> See, I mean, Okay, so in that you go, here’s this one for just the site. And then when you go to post, you’re like, maybe it’s some treatment like this. Like if there’s a featured image, don’t do the generic pull in featured image. Yep. And God, I gotta believe Corey, that the premise is if you can just make your site look professional with a click, and I think that [01:04:00] this, this right here would be the way to start. </p>\n\n\n\n<p>Yeah. Like a default, A default image with an option to apply to. </p>\n\n\n\n<p>And then, you know, if there’s a featured image in that post, go ahead and create a thumb, you know, a featured image thing. God. Right. So with that, my hypothesis would be </p>\n\n\n\n<p>start here with, and if we can get the applied to all posts that’s worth a hundred dollars, like instantly, think about how long you’d have to go to update every post. But in one click you could essentially set a very nice, we’d have to land the design, you know, just a really nice modern looking design, but like in one click that’s not worth a hundred dollars, update your open graph. </p>\n\n\n\n<p>Right. [01:05:00] With, and even here, we’ve said if, if, if a post, if post has featured image, you know, use it with X template. Mm-hmm. If you got that out, like for, for right now, my, my value pro for Post Status would be Yeah. You know? Right. Yeah. Um, then if we wanted to going forward, we could, we could look at for Post Status as a client. </p>\n\n\n\n<p>Okay. Now, ongoing, um, when V2 hits, you know, select an image right there in the post block quote, </p>\n\n\n\n<p><strong>Corey Maass:</strong> uh, freeform. Yeah. I’m picturing, um, a screen. It’s like if we, if we can, you know, we’re, we’re totally blue, blue skying here. It’s like, but it’s, you know, generate image. I wanna generate a bunch of images. [01:06:00] A screen opens up that says, um, looks like it has a featured image. </p>\n\n\n\n<p>Looks like it has a couple of images in line, so check, check, check. So that’s three. Looks like it has block quotes, you know, two block quotes. Do you want to use them? I’ll you say this one and not this one, you know? And so it’s like, now generate, and that’s fi you know, it just spits out five, five different images and you go, oh yeah, I like this one and this one, you know, that they, it, it fits together well. </p>\n\n\n\n<p>Um, you know, but I think we can, </p>\n\n\n\n<p>with some degree of reliability, we can, we can, we can at least try to pull stuff out. Like we featured Image for sure. Title for sure. Excerpt for sure. Um, I like your idea of, of essentially looking at H two s, um, creating an outline. And so, you know, they could just say, yep, that outline works, that’s accurate or it’s not. </p>\n\n\n\n<p>Um, block quotes are easy cuz they’re surrounded by, if they’re done right, they’re H T M L, you know, [01:07:00] it’s an actual block quote tag. Um, and so they can, they can basically just, you know, we say, here’s your template. And then here’s all the elements from the page that we’ve detected, and you can add your own too, you know, now click a button to sort of put them together. </p>\n\n\n\n<p>Man, I really, </p>\n\n\n\n<p><strong>Cory Miller:</strong> I really like this. I feel, I feel, when we talked about crop express, it was a thing, a utility thing. We thought we needed. We know we needed, and we think hypothesis. Everybody probably needs this mostly, and thi but that was a very tiny detail in a process, right? We just got in a workflow process. </p>\n\n\n\n<p>We just got to a whole site value prop. Um, like just, just right here, [01:08:00] right now, my question would be, do we, do you. We’re doing this from a SaaS that you’ve already built in the, in the back. Like it has to take the information, send it over, snapshot it, send it back, right. It’s almost a blend. Like the plugin in some sense might be some of the design stuff, but it’s a plugin with a SaaS component to it. </p>\n\n\n\n<p>Right. Um, I don’t know if that makes it easier, harder, whatever, </p>\n\n\n\n<p><strong>Corey Maass:</strong> but, right. Well, I mean my, yeah, my, the way I’d set this stuff up originally was I was like, you know, there’s an API over there that obviously your average person doesn’t know about, but you can put any product you want in front of it. And like, I’m basically just running like a water company, electric company utility. </p>\n\n\n\n<p>Like, I don’t care if you’re running a blender or an air conditioner, I’m just selling you electricity. [01:09:00] So my intention originally was, To just, I, you know, here’s this thing, it generates screenshots and then build all these little apps in front of it, or you can build your own. Um, and I just charge for screen, you know, per screenshot. </p>\n\n\n\n<p>Um, </p>\n\n\n\n<p>trying to think of, I mean, so it’s like you look at, um, awesome motives. Optin Monster comes to mind. You know, they are a SaaS that technically works without the WordPress plugin, but it’s really 99% designed to run with the WordPress plugin, um, for WordPress. And so you pay for a number of impressions or a number of campaigns or, I don’t remember what, what it is, but it’s something like that. </p>\n\n\n\n<p>So I think we would definitely want to. We’ll have to think about that, right? Because it’s like the number of, if we [01:10:00] go with my model, it’s very abstracted. Um, you know, it’s per image generated, but you don’t want somebody to sit there and go, oh, well, if I generate one more picture, you know, or if I tweak it and then regenerate and tweak it and regenerate, like, Ooh, did I spend it an eighth of a penny? </p>\n\n\n\n<p>Like, you don’t want people worrying about that. So, um, you know, some, some general, but I, again, I, I control the, the water supply. Um, so we can do it in a way that. You know, you get, you get a thousand images or it’s per post or per channels, or like, we can do something that makes a lot more sense for the end user or makes sense to the end user without being as technical as, you know, per image generated May, and maybe that is what we want. </p>\n\n\n\n<p>I don’t know, but we can, we can kind of do what we want. Um, the, the downside is, I don’t have a lot of information yet [01:11:00] about how much it actually costs, um, per, because I’ve, I’ve generated images for myself in a small quantity, you know, but at scale, I don’t know yet. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Well, could we, could we, and I think we should use Post Status, uh, for sure. </p>\n\n\n\n<p>Yeah, that’s wide open. There’s no worries there. And I can, I’ll give you a discount Post Status can pay for that, but I go, I. I want this on Post Status. Um, right. Then we go like, look what we did, we just overnight with one click essentially, um, created here, here’s what I don’t know from the technical side. </p>\n\n\n\n<p>So like if we said just you create in there one time the open graph image. Okay. Go back for the entire site, it comes back. This is the default. That’s one image. Right? Right now I don’t know what the option for like [01:12:00] just that default business card image here. That’s one image. Yep. The setting could be, um, you know, apply this one image across site. </p>\n\n\n\n<p>I. I mean, that’s just saying programmatically in WordPress, that one image in your image library right now attaches No, the default open group across the database. Am I on track there? </p>\n\n\n\n<p><strong>Corey Maass:</strong> Correct. Because yeah, if we do it, um, so that the image comes back and you are hosting it, what do we care? So it, it, we have to pay for a few CPU cycles. </p>\n\n\n\n<p>That’s it. </p>\n\n\n\n<p><strong>Cory Miller:</strong> So there’s that without getting pricing or whatever, but I just go that, yeah, I would, I want that today from post tennis. I want. Okay. Yeah. [01:13:00] Then we, we could say, we could use Post Status with, I don’t know, thousands of articles, but, um, okay. Take most of these, a lot of these posts probably have a featured image in it on our site. </p>\n\n\n\n<p>Yep. And then run that. I would pay the bill post us would pay the bill for that. Now create and just see what kind of thing we’re looking sure at. You’ve got a third here. I added though, is like, it’s one thing to do the feature, just an open graph image, but that’s not saying crop it for Twitter, Facebook. </p>\n\n\n\n<p>So each post can have five different images. Right. </p>\n\n\n\n<p><strong>Corey Maass:</strong> And that’s, and that’s where it, it gets, I think it, it, it may get tricky for the end user to understand cuz also they’re like, okay, I’ve generated images. If I share my page, I see one of those images. But where it lives [01:14:00] somewhere in the media library. But you’re also showing me these, these other thumbnails. </p>\n\n\n\n<p>One’s a square that says Instagram under it, but it’s not on Instagram. Like, what, what do I do with this? You know? And so like, what, that might be a little tricky. Um, that’s not what you’re talking about, but that’s, but to me that’s, you know, that’s the bigger product that we’re talking about is like, I, I kind of like the phrase of like media kit generator, where it’s like for each post create five different images and they, and download them as a zip. </p>\n\n\n\n<p>And so you get a zip file that, um, you know, or I mean, we can have a page click here to open your media kit for this post and you see all those images and there’s a download button or again, a share out button or what have you. Um, but yeah, each, each post, that’s, that’s the thing right? Is um, As it’s exponential. </p>\n\n\n\n<p>So it’s per post, or it’s, or it’s each [01:15:00] post. And then however many you want per post. And if, and if each post you wanna have, and this is, this is probably not a retroactive thing, um, but it’s like I write a post today. I want Twitter, Facebook, Instagram. I want three different versions. Say they’re three block quotes. </p>\n\n\n\n<p>So Facebook times three, Twitter times three, Instagram times three, you know, same, same treatment, but block quote, block quote, block quote. And so I’m like, okay, because I wanna schedule this to go to tweet today, tomorrow, and the next day. Like that’s a proper marketing campaign around a post, a new post. </p>\n\n\n\n<p>But that’s nine social images. Plus open graph. So that’s 10 per post. And that’s where it starts to get exponential, you know? Um, not a bad thing. I mean, and these aren’t expensive cuz [01:16:00] we’re, we’re using, you know, cloud computing as you’d expect. But that’s where it’s, it might get complicated. Like we need to think about like per channel or per variation, or maybe it just is per image generated per post, or maybe it’s just per, it is per, you know, it’s like okay, every, every post is, you know, uh, 10 cents and you get 10 images per post. </p>\n\n\n\n<p>Cuz I, I, I can’t imagine that we’re paying a penny per image at the end of the day. Especially if we push it all back to their media library. We’re not hosting it, so it doesn’t, it shouldn’t cost us anything to ho you know, to ongoing disk space. At some point, we’ll, we’ll delete old images that aren’t getting used or something, but, you know, we say, But how, how you bill for 10 cents. </p>\n\n\n\n<p>Cuz also there’s this, like, one of the things that I wanted to do when I created Screenshot Express initially, I just, I like the [01:17:00] idea, you know, as we’ve talked about in, um, previous sessions, we don’t, we don’t need this. And so we don’t need, you know, this is, this is fun for us, this is a pursuit for us, but it’s not, you know, do or die. </p>\n\n\n\n<p>And so it’s like, I want to, I want to take every opportunity to like play with conventions. And so part of the thing that, you know, always bugs me about various services, there’s is there’s Ford developers, there’s the pay per cycle, pay per whatever. Um, And then there’s the other ones that are like, you pay a hundred dollars and you get a hundred things, and if you then need 101, we mark, we bump you up to the next payment tier. </p>\n\n\n\n<p>Um, and that bothers me because it’s like, well, I, what if I only use 80, then I just gave you money, or the price per thing went up. Um, but the inverse, especially for a lot of non-technical people or in a lot of non-business [01:18:00] thinking people is like, gulp, I don’t want to pay a dollar per thing because what if somebody hacks my site and uses us out a thousand things that just cost me a thousand dollars. </p>\n\n\n\n<p>Um, and so somewhere in the middle is this like, you know, pay for blocks or, um, you know, like there’s some friendly way to Yeah. Um, have variable pricing without it, with, you know, with sanity checks or something like that. So I. And I’m, I’m, I’m way overthinking it. The truth is, is we’re gonna end up just charging $99, you know, for a thousand images per, per month. </p>\n\n\n\n<p>And, and we can, we can kind of gauge that when we set it up, we’re like, oh, it looks like you have a thousand blog posts, and so we’re gonna put you in the thousand dollars tier or whatever, you know, whatever. It’s, </p>\n\n\n\n<p><strong>Cory Miller:</strong> um, so it, it, it, it occurs to me for a second just to tuck this through because [01:19:00] No, that’s, you’re not overthinking that. </p>\n\n\n\n<p>I think you’re making sure if you play this out, what that looks like and there’s some decisions to be made, which are good. I think so. But like, okay. There’s functionality probably, like I can go to Canva and create an open one, default open graph image. Now applying that across my site is functionality. </p>\n\n\n\n<p>I don’t know if it exists. Or if it does, right? </p>\n\n\n\n<p><strong>Corey Maass:</strong> Like you’d need something like, you’d need something like Yost, but you are, you’re, you’re plugging in one image. Yeah. Maybe technically two. I think they give you Facebook and Twitter, </p>\n\n\n\n<p>but that’s definitely, that’s the easy free onboarding for sure. Yeah. And then I, I honestly think that we, we build this, we run it against Post Status. We run it against my client’s site. We look at the bills, and two things are gonna [01:20:00] happen. One, we’re gonna know what our costs are, and two, we will have the experience of using it and go, oh, if, if I didn’t know better, I would expect to pay for this, this way. </p>\n\n\n\n<p>And just, you know, and ju it’ll just be like, oh, right, it should be 20 bucks. Month, build monthly. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Now, as I, as I thought about that, I don’t, I don’t know, I’ll have to go back to Yos, but I go the ability to take any image I have, whether OMG does this or not, but apply it across the site. And it’s probably not one, it’s three. </p>\n\n\n\n<p>Like we’re talking about, it’s Google showing up, it’s Facebook, Twitter, you know, so there’s, there’s four images to say or something. Now two and I, huh? </p>\n\n\n\n<p><strong>Corey Maass:</strong> There really is only two cuz every, I’m I, as far as I know, everybody [01:21:00] uses open graph image. Twitter’s the only one that’s broken away. Uh oh. Like I just Googled, you know, uh, LinkedIn open graph. </p>\n\n\n\n<p>And the article that comes up says, make your website shareable on LinkedIn. And it says below are the OG tags. And it’s just, Facebook’s OG tags. So LinkedIn just uses, use it, not just, but LinkedIn uses the same as Facebook. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. Then let me, here’s what I’m thinking. This could just, this functionality No, no. </p>\n\n\n\n<p>Create an image, but just a plug in type functionality of see this image, apply it, cross the site to blogs, to everything on my site so that it’s my reference sensation of my site. If it doesn’t have other, other things that feels like that could be a [01:22:00] free, free option. A hundred percent. And that’s valuable to, um, just going, yeah, I went to Camba, I got all my outputs, I wanna put ’em in and I just wanna say, apply that to my site so that instantly everything looks better if it’s generic. </p>\n\n\n\n<p>Okay. But that’s like probably a free option for us. Now where I go value though, is right here of I value all of my posts. Not having the generic, but having a minimal treatment. Generat an image for that post that has, if it has a featured image, put a featured image over here. Right. Something like that. </p>\n\n\n\n<p>See, that’s interesting to me. I think that’s what we should play with and figure out that. Mm-hmm. Because I go, I want that today and if it costs me $500, I’d do it. Hmm. If, if basic like, think about doing that [01:23:00] from cama, it’s gonna take you a month. Oh yeah. Uploading, creating images, downloading and all this stuff. </p>\n\n\n\n<p>But that’s worth easily $500 for me today of any post on the site has this kind of image treatment with a click. And it’s in the appropriate image graph now. Just told Google and my media library is under these pages or new images. I’ve just updated my content. </p>\n\n\n\n<p>Yep. Like now I’m kind of thinking Corey, like that’s some version of, this is actually B one that’s free, but, but this could be, you know, a small, I’m guessing small free plugin. Upload your image. It’s applied generically through your site with some real simple, you know, business card template, but this, or use cam [01:24:00] and just put it up there. </p>\n\n\n\n<p>This is powerful to me because I go every, </p>\n\n\n\n<p><strong>Corey Maass:</strong> it’s a huge time saver. That’s the, yeah. Time and money, right is, yeah. Like you said, we’re, we’re, if you’re auto generating, And especially if you’re auto generating in bulk. Yeah. Okay, let’s sign off. I’ll go build it. Okay. I’ll have it to you in 15 minutes. Just kidding. </p>\n\n\n\n<p>Do you have an auto generate button for that? Yeah, it’s called chat. G p t. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Uh, yeah. Hey, that’s valuable. Um, what do I need to be thinking about for that? Because I’m trying to put, I have the post that it’s head on, but like, okay. What would I want is to be able to go through auto generate headline, an expert excerpt. </p>\n\n\n\n<p>If it has a featured image, put it on there [01:25:00] for each post and be at in my media library attached to my post. </p>\n\n\n\n<p>I mean, that’s, that’s a lot of value. Am I missing something here? Like I go mm-hmm. Something with a button click. You could pretty much create new images packaged, um, in a way. And then telling Google in the net social networks, this now exists for this piece of content. </p>\n\n\n\n<p>I’m having a hard time saying, why wouldn’t I want that right now? Like I’ve right for some money, I’ve instantly updated and created new content for every post on my site. </p>\n\n\n\n<p>And there’s. I know themes used the featured image, but we, we’d wanna be careful replacing the featured image. But you go like, a lot of the themes have those, well, like the Frames blog have those little, well, you know, [01:26:00] a lot of sites don’t even have that. </p>\n\n\n\n<p><strong>Corey Maass:</strong> The hero. Yep. </p>\n\n\n\n<p><strong>Cory Miller:</strong> The hero, the thumbnail, whatever that is. </p>\n\n\n\n<p>Where it’s like in the category archive, you’ve instantly shown a nice basic modern design treatment with your colors and for everything. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Yep. Yeah. And it, I mean, and, and we’d have a button that says, um, you know, swap for featured image. Like we’ve taken your featured image, we’ve put some text over it, you know, if you like this, make your featured image better. </p>\n\n\n\n<p>So then it just one in, one out. We’re not gonna delete your featured image cuz you could regenerate, want to regenerate the image again or something. But it would, yeah, like, so we’ll give you that option. Like you probably don’t want to do it by default. Um, but, so yeah, I, for now, let’s, let’s wrap up for today. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. Yeah. Sorry, I, we went over. </p>\n\n\n\n<p><strong>Corey Maass:</strong> No, it’s fine. [01:27:00] Um, you saw my note. I put a couple of things in Slack. </p>\n\n\n\n<p>Sorry, I was in Never Neverland. I like it when you’re in Never Neverland. </p>\n\n\n\n<p><strong>Cory Miller:</strong> Yes. We should get that. Um, </p>\n\n\n\n<p><strong>Corey Maass:</strong> cool. Um, but I think, yeah, I think at this point, like I’m pretty close to something that does something and, and let’s have that something, that Alpha version run against. I mean, let’s, let’s get, create a Post Status staging or something. </p>\n\n\n\n<p>Um, but see what it, you know, Let’s watch it run because there’s other technical things. I wanna see, like we said, pricing. I wanna see how long it takes, you know, stuff like that. So let’s, let’s get into, let’s, let’s solve the problem for one and for 10 and for a hundred. And then, [01:28:00] you know, start to, and we’ll continue to talk about the actual product and we’ll just, and, you know, we’re designing a really nice engine. </p>\n\n\n\n<p>Let’s, we’ll also talk about what the car looks like and then we can drop the engine in the car. </p>\n\n\n\n<p><strong>Cory Miller:</strong> So there’s 6,800 posts in, in Post says blog post only. Okay. </p>\n\n\n\n<p><strong>Corey Maass:</strong> That would be perfect. That’s a great number. </p>\n\n\n\n<p><strong>Cory Miller:</strong> That would be </p>\n\n\n\n<p>okay. Okay, I’ll, I’ll, I’ll be thinking about what the card I wanted to look like, but I think it’s title featured image, the standard branding. </p>\n\n\n\n<p><strong>Corey Maass:</strong> Um, and yeah, and like I said, I mean, we’re, we’re, I’ve, I’ve already, I have, I couldn’t show you, but I have two, you know, two very basic templates started. They are so easy to create. </p>\n\n\n\n<p>We can, we can create 10, you know, in an hour. Just going, [01:29:00] oh, put this here, here, here. Cool. That’s one. Put this here, here, here. Background image two, you know, cuz I’ve, I’ve, for better or worse, like, I went down the rabbit hole of abstracting a lot of this stuff out. So we can just say, I want a color, you know, I want background color, I want text color, I want, so it’s just color, color, color, color. </p>\n\n\n\n<p>Font, font, font, font, on and on. So, We can, we can even sit down, like once we have one basic thing that we know is running, working, then you and I could, you know, have one of these calls where we just knock together 10 different templates. Okay? </p>\n\n\n\n<p><strong>Cory Miller:</strong> Okay. Thanks man. I lost track of time. Thanks for going </p>\n\n\n\n<p><strong>Corey Maass:</strong> over. No, it’s fine. </p>\n\n\n\n<p>Um, but yeah, so stay on for a minute. Okay. Session 11. End.</p>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Apr 2023 21:44: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:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: The Future of Tax Compliance for Your WooCommerce Clients\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=74958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://dothewoo.io/future-of-tax-compliance-woocommerce-clients/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<p>In the future with tax compliance for your clients, returns, automation and headless are in the forefront.</p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/future-of-tax-compliance-woocommerce-clients/\">The Future of Tax Compliance for Your WooCommerce Clients</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, 27 Apr 2023 11: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: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:60:\"WPTavern: Kirki Plugin Up for Sale, Development Discontinued\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144071\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/kirki-plugin-up-for-sale-development-discontinued\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2468:\"<p>David Vongries, developer of the <a href=\"https://wordpress.org/plugins/kirki/\">Kirki Customizer Framework</a> plugin, <a href=\"https://kirki.org/blog/goodbye/\">announced</a> he is sunsetting the product and will discontinue development and support. Vongries bought the plugin in 2020 from its original creator, Ari Stathopoulos, and grew its user base from 400K to 600K active installs. He <a href=\"https://kirki.org/blog/kirki-pro-is-now-live/\">launched Kirki PRO</a> with additional extensions in March 2022.</p>\n\n\n\n<p>“When I first acquired Kirki in early 2020, I had big plans for it,” Vongries said. “Although we were able to execute on step one of the 2-step plan we had for the plugin, as time went on, I lost passion for the project mainly due to the direction WordPress core has taken with Gutenberg.</p>\n\n\n\n<p>“It’s clear to me now that I was too ambitious in taking on the project.”</p>\n\n\n\n<p>Kirki’s customizer framework enabled theme authors to add custom controls and advanced features to the customizer, including the ability to style it, and add a custom header. Although block theme adoption has been a slow process, the death knell for the Customizer rang years ago. </p>\n\n\n\n<p>In 2020, Vongries said that exploring how Kirki could potentially extend Gutenberg was one of his goals. Stathopoulos had also discussed the possibility of moving away from the customizer to work with full-site editing and global styles, helping themes that use Kirki transition to global styles. These goals did not materialize but the potential for them is still there.</p>\n\n\n\n<p>Vongries is now looking for someone to acquire the plugin but is committed to providing limited support to users in the meantime, including fixing critical bugs and compatibility issues that happen as the result of WordPress core updates.</p>\n\n\n\n<p>“The current active install count in the WordPress repository is 600,000, which presents a great opportunity to revamp the plugin and get it in front of actual users,” he said. “I believe that there’s still great potential in Kirki, and I’m looking for someone who shares that vision to take it forward.”</p>\n\n\n\n<p>Vongries has put a price tag of $30K on the plugin, which includes all the assets – the website, GitHub, and PRO extensions. No further active development or updates are planned unless Kirki gets acquired by someone who wants to carry it forward.</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, 27 Apr 2023 02:05:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:\"Post Status: WP Feature Notifications • Prioritizing Performance Benefits • DevBlog updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=149109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-feature-notifications-prioritizing-performance-benefits-devblog-updates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18444:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-april-3-2023\">This Week at WordPress.org (April 24, 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\">Tired of the overwhelm of WordPress notifications? Join the WP Feature Notifications effort to streamline the alerts. <br /><br />What performance gains have happened in WordPress 6.2? <br /><br />From the Developer Blog: How webpack and WordPress packages interact. </p></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-kadence-infobox kt-info-box_94d1bd-77\"><div class=\"kt-blocks-info-box-link-wrap kt-blocks-info-box-media-align-left kt-info-halign-left\"><div class=\"kt-blocks-info-box-media-container\"><div class=\"kt-blocks-info-box-media kt-info-media-animate-none\"><div class=\"kadence-info-box-icon-container kt-info-icon-animate-none\"><div class=\"kadence-info-box-icon-inner-container\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_alertCircle kt-info-svg-icon\"></span></div></div></div></div><div class=\"kt-infobox-textcontent\"><h2 class=\"kt-blocks-info-box-title\">WP Feature Notifications, Performance in 6.2, and DevBlog updates</h2><p class=\"kt-blocks-info-box-text\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/26a0.png\" alt=\"⚠\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/04/25/wp-feature-notifications-2023-status-update/\">WP Feature Notifications: 2023 Status Update</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4c8.png\" alt=\"📈\" class=\"wp-smiley\" /> <a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\">The benefits of prioritizing and measuring performance in WordPress 6.2</a><br /><br /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f916.png\" alt=\"🤖\" class=\"wp-smiley\" /> <a href=\"https://developer.wordpress.org/news/2023/04/how-webpack-and-wordpress-packages-interact/\">How webpack and WordPress packages interact</a><br /><br /></p></div></div></div>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_b57166-6e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/04/episode-54-open-webs-bill-of-rights/\">WP Briefing: Episode 54: A Bill of Rights for the Open Web</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/share-your-favorite-wordpress-swag-youve-collected-over-the-years/\">Share Your Favorite WordPress Swag You’ve Collected Over The Years</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/reminder-organize-a-wp20-celebration-or-join-one-already-scheduled/\">Reminder: Organize a WP20 Celebration or Join One Already Scheduled</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-_8f6276-eb\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-19\">\n<div class=\"wp-block-column is-layout-flow\">\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/04/25/recap-of-contributor-working-groups-mentorship-chat-on-april-20-2023/\">Recap of Contributor Working Group’s Mentorship Chat on April 20, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/04/25/wceu-contributor-day-what-should-we-work-on/\">WCEU Contributor Day: What should we work on?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/04/20/meetup-organizer-newsletter-april-2023/\">Meetup Organizer Newsletter: APRIL 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/04/19/status-update-on-the-sqlite-project/\">Status update on the SQLite project</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\">The benefits of prioritizing and measuring performance in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/25/wp-feature-notifications-2023-status-update/\">WP Feature Notifications: 2023 Status Update</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/24/a-week-in-core-april-24-2023/\">A Week in Core – April 24, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/\">What’s new in Gutenberg 15.6? (19 April)</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/04/how-webpack-and-wordpress-packages-interact/\">How webpack and WordPress packages interact</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/04/per-block-css-with-theme-json/\">Per-block CSS with theme.json</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/04/26/editor-chat-summary-26-april-2023/\">Editor chat summary: 26 April, 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/04/24/design-share-mar-27-apr-21/\">Design Share: Mar 27-Apr 21</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-docs\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/04/17/integrating-the-mobile-app-documentation-into-helphub/\">Integrating the Mobile app documentation into HelpHub</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/17/documentation-team-update-april-17-2023/\">Documentation Team Update – April 17, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/24/documentation-team-update-april-24-2023/\">Documentation Team Update – April 24, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://github.com/WordPress/five-for-the-future/issues\">Five for the Future</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/five-for-the-future/issues/225\">Participate info blocks are not aligned properly</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/five-for-the-future/issues/226\">Accessibility: Links text lack context</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/04/25/hosting-team-meeting-agenda-2023-04-26/\">Hosting Team meeting agenda 2023-04-26</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-marketing\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/04/19/showcase-submission-guidelines/\">Revitalizing the Showcase</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-meta\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/04/20/matrix-chat-summary-april-20-2023/\">Matrix chat Summary – April 20, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mobile\"><a href=\"https://make.wordpress.org/mobile\">Mobile</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Contribute to the Future of the WordPress App</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/04/24/last-week-openverse-2023-04-17-2023-04-24/\">A week in Openverse: 2023-04-17 – 2023-04-24</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/04/20/community-meeting-recap-2023-04-18/\">Community Meeting Recap (2023-04-18)</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/04/25/performance-chat-summary-25-april-2023/\">Performance Chat Summary: 25 April 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/plugins/2023/03/21/use-of-code-generators-must-remain-gpl-compatible/\">Use of Code Generators Must Remain GPL Compatible</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/03/10/advance-notice-of-retirement/\">Advance Notice of Retirement</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"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/04/26/agenda-weekly-polyglots-chat-april-26-2023-1300-utc/\">Agenda: Weekly Polyglots Chat – April 26, 2023 (13:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/24/defining-the-polyglots-contributor-ladder/\">Defining the Polyglots contributor ladder</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/13/idea-translate-wordpress-org-tour/\">Idea: translate.wordpress.org tour</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/04/13/wordpress-at-20-in-print/\">Building Blocks: The Evolution of WordPress 2013-2023</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/04/support-ticket-triage-session-april-26th-2023-at-0800-utc/\">Support ticket triage session – April 26th 2023 at 08:00 UTC</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/04/request-for-input-support-stats/\">Request for input: Support Stats</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/04/17/fse-program-testing-call-21-front-page-fun/\">FSE Program Testing Call #21: Front Page Fun</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/03/29/fse-program-exploration-build-a-block-theme/\">FSE Program Exploration: Build a block theme</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/04/25/test-chat-summary-25-april-2023/\">Test Chat Summary: 25 April 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/04/24/table-leads-needed-for-wceu-2023-contributor-day/\">Table Leads Needed for WCEU 2023 Contributor Day</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/24/test-team-update-24-april-2023/\">Test Team Update: 24 April 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\">Theme</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/04/04/theme-handbook-overhaul-proposal/\">Theme Handbook Overhaul Proposal</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/04/26/themes-team-meeting-notes-march-25-2023/\">Themes Team Meeting Notes – April 25, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/25/themes-team-update-april-25-2023/\">Themes team update April 25, 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/training/2023/04/18/meeting-recap-for-april-18th-2023/\">Meeting Recap for April 18th, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/04/18/developments-and-customizations-for-training-and-learn-website/\">Project: Developments and Customizations for Training and Learn Website</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/04/05/proposal-creating-learning-pathways-for-learn-wordpress/\">Proposal: Creating Learning Pathways for Learn WordPress</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/custom-post-types-and-capabilities/\">Custom post types and capabilities</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/gu-getting-to-know-the-wordpress-dashboard/\">વર્ડપ્રેસ ડેશબોર્ડને જાણવું</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/developing-with-user-roles-and-capabilities/\">Developing with user roles and capabilities</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/creating-a-custom-template-with-the-wordpress-site-editor/\">Creating a custom template with the WordPress site editor</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=creating-a-custom-template-in-the-site-editor\">Creating a custom template in the Site Editor</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=building-a-page-with-only-patterns-2\">Building a page with only patterns</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=introduction-to-block-themes-a-qa\">Introduction to Block Themes: A Q&A</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-developing-for-multisite\">WP dev livestream: developing for multisite</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=five-for-the-future-how-to-succeed-by-making-ongoing-contributions-to-wordpress\">Five for the Future: How to succeed by making ongoing contributions to WordPress</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=organizing-diverse-inclusive-wordpress-events-apac\">Organizing Diverse & Inclusive WordPress Events APAC</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-add-a-blog-news-page-to-a-wordpress-website\">How to add a blog/news page to a WordPress website</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-set-up-a-free-wordpress-test-website\">How to set up a free WordPress test website</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-wordpress-multisite-experiments\">WP dev livestream: WordPress multisite experiments</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/converting-a-shortcode-to-a-block/\">Converting a Shortcode to a Block</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wp-cli\">WP-CLI</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/cli/2023/04/05/wp-cli-v2-8-0-release-date/\">WP-CLI v2.8.0 release date</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\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://www.php.net/archive/2023.php#2023-04-13-1\">PHP 8.2.5 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-04-13-2\">PHP 8.1.18 Released!</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/13.0/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases/tag/2.5.5\">Composer 2.5.5</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status’ <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It’s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f48c.png\" alt=\"💌\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://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, 26 Apr 2023 16: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: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: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:103:\"WPTavern: WP Feature Notifications Project Progresses Towards MVP for Standardizing Admin Notifications\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=144049\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/wp-feature-notifications-project-progresses-towards-mvp-for-standardizing-admin-notifications\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3828:\"<p>The WP Feature Notifications project, formerly know as <a href=\"https://make.wordpress.org/core/2019/08/05/feature-project-proposal-wp-notify/\">WP Notify</a>, is <a href=\"https://make.wordpress.org/core/2023/04/25/wp-feature-notifications-2023-status-update/\">making progress</a> towards creating a better way to manage and deliver notifications in the WordPress admin. Core contributor Jonathan Bossenger started the project in 2019 with a <a href=\"https://make.wordpress.org/core/2019/08/05/feature-project-proposal-wp-notify/\">proposal</a> to build a unified notification center in WordPress that would replace the chaos caused by developers hooking into admin notices, which was not designed to be a notification system.</p>\n\n\n\n<p>In the latest 0.2.0 update of the feature plugin, contributors have implemented a more robust JavaScript-based system for standardizing how notifications appear in the admin.</p>\n\n\n\n<p>“What originally started as a<a href=\"https://make.wordpress.org/core/2022/07/21/request-for-feedback-feature-notifications-proof-of-concept/\"> UX proof of concept</a> has evolved into a more sophisticated JS-based system for displaying notifications based on serialized data,” WordPress core contributor Joe Bailey-Roberts said. “At the moment this uses static dummy data, however in a future update this will interface with the upcoming REST controllers to display persistent data.”</p>\n\n\n\n<img />\n\n\n\n<p>The project is restructuring its leadership with Bossenger stepping down as the lead and Bailey-Roberts taking over the position. </p>\n\n\n\n<p>Although WP Feature Notifications currently exists as a feature plugin, its contributors are intent on seeing it merged into core when ready, instead of kept as a canonical plugin. They are eager to see the project’s design and functionality work in concert with the planned modernization of the admin as part of Gutenberg Phase 3.</p>\n\n\n\n<p>“Notification functionality is indeed fundamental, and already in constant use via the admin_notices hook, a workaround that has major issues of standardization and <a href=\"https://core.trac.wordpress.org/ticket/50486\">accessibility</a>,” Bailey-Roberts said. “The new API needs to be universal, and available by default, otherwise admin_notices will remain the de facto option.”</p>\n\n\n\n<p>Contributors plan to remove the demo content from the plugin in version 0.3.0 and make it into an MVP (minimum viable product) with a functional notification system. </p>\n\n\n\n<p>“The next (and largest) piece of the puzzle is persistent database storage of notification data,” Bailey-Roberts said. “We’re working on finalizing the proposed schema, as well as discussing other issues such as retention, translations, multisite support, and more.”</p>\n\n\n\n<p>In order to keep moving the project forward, contributors are seeking a partnership with a core committer for guidance on preparing the plugin to be a good candidate fore core, as well as additional contributors with PHP and SQL expertise. The feature plugin is <a href=\"https://github.com/WordPress/wp-feature-notifications\">available on GitHub</a> for testing.</p>\n\n\n\n<p>A solution for notifications in WordPress is critical for improving the admin experience for every user. A standardized way of displaying notifications will make site management a more predictable and less cognitively draining task. The WP Feature Notifications project is still in the early stages but it has some momentum and it needs help. Contributors can join the team’s weekly office hours on WP Slack in the<a href=\"https://wordpress.slack.com/archives/C2K1C71FE\"> #feature-notifications channel</a>, and the project will also have representation at WordCamp Europe’s Contributor Day.</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, 26 Apr 2023 14:03: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: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:100:\"WPTavern: #73 – Ryan Welcher on Using the create-block Tool to Quickly Scaffold a New Block Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=144046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/podcast/73-ryan-welcher-on-using-the-create-block-tool-to-quickly-scaffold-a-new-block-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51496:\"Transcript<div>\n<p>[00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case how a block plugin creation can be speeded up with the create-block tool.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast I’m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Ryan Welcher. Ryan is a developer advocate sponsored by Automattic. He has been developing with WordPress since 2009. And before becoming a developer advocate, worked for agencies large and small, and as a freelancer.</p>\n\n\n\n<p>If you’ve been using WordPress for any length of time, you’ll have come across the new paradigm for content creation, blocks. Every part of your website can now be created and amended as a block. Pages, posts, text, images, headers, footers, navigation, and more.</p>\n\n\n\n<p>This has widened what’s possible for those who don’t want to mess around with the code of their website. You can add in blocks for almost anything. And change how it looks and behaves from within the block editor interface.</p>\n\n\n\n<p>This is an excellent move forward, but there’s still an impediment for non-technical people because creating a block of your own is difficult. If you are able to use the selection of blocks that ship with WordPress Core, or you can find a third party block which does what you need, great. But if you need something specific, you’re going to have to create your own block solution. And that can be hard.</p>\n\n\n\n<p>Ryan is on the podcast today to tell us about the create-block tool. And how it can make your pathway towards block creation a little easier.</p>\n\n\n\n<p>We start off talking about Ryan’s background and how he became interested in WordPress.</p>\n\n\n\n<p>We then move on to how he thinks that the adoption of blocks is becoming more widespread given the maturing of tools and learning materials available.</p>\n\n\n\n<p>The conversation then turns to how the create-block tool can help you scaffold your blocks. It’s not a tool which is going to build the blocks for you, but it will help you set up the environment and build process, which you need to get started. Really it’s all about saving you time and effort on things which don’t really you get you building your blocks, but which you need to do that work.</p>\n\n\n\n<p>We discuss what you can expect from the create-block tool, and the prior knowledge that you’ll need to have once the tool has you up and running. What level of expertise do you need, and is the tool under continual development?</p>\n\n\n\n<p>We spend a few moments talking about the live streaming which Ryan does each week in which he lived code solutions to view as block-based problems.</p>\n\n\n\n<p>If you’ve thought about creating your own blocks but have been put off by the technical barrier, this podcast is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast. Where you’ll find all the other episodes.</p>\n\n\n\n<p>And so without further delay, I bring you Ryan Welcher.</p>\n\n\n\n<p>I am joined on the podcast today by Ryan Welcher. Hello.</p>\n\n\n\n<p>[00:04:29] Ryan Welcher: Hello. Thank you for having me. Super excited to be here today.</p>\n\n\n\n<p>[00:04:32] Nathan Wrigley: I’m really, really happy to have you on the podcast today, because I really need to learn what it is that you are going to be talking about. We’re going to be talking a great deal about the Create Block Tool, how it works, what it does, how to make it come onto a local computer near you. But before we do that, I wonder Ryan, if you wouldn’t mind spending just a few moments telling us a little bit about yourself, your backstory, your relationship with WordPress, who you work for, all of that’s good stuff.</p>\n\n\n\n<p>[00:05:00] Ryan Welcher: Yeah, so I am a developer advocate. I’m sponsored by Automattic. So I’m part of the five for the future, giving back to the open source project that is WordPress. I’ve been a developer since about 2004. I started doing flash development. I don’t know if anyone remembers flash development, but I started doing that. In 2009 I was introduced to WordPress and I haven’t looked back.</p>\n\n\n\n<p>Since then I’ve worked at, I was a freelancer. I worked at small agencies, large agencies, shout out to 10up, which an amazing place to work, I love that place. Yeah, and so I’ve just found my way into Dev Rel, which is a very, very fun and exciting and challenging, and way different than what I was doing two years ago. But it’s been great.</p>\n\n\n\n<p>[00:05:41] Nathan Wrigley: Can I go a little bit off piste, against the flow of what the conversation will be about? Could you just tell us a little bit about the way that that job works? So you are sponsored by Automattic, is that a full-time thing?</p>\n\n\n\n<p>[00:05:52] Ryan Welcher: It is. I work on a team of Dev Rel, of developer advocates, and our job is to appear on podcasts, speak at conferences, create awareness and work on documentation and do all this sort of stuff. But, sorry, yeah, I cut you off.</p>\n\n\n\n<p>[00:06:04] Nathan Wrigley: No, no, it was really just, I’m curious as to how that role is advertised. Was it something that you saw in like a WordPress space, and you applied for it? And also who is it that decides what your roster of work is? Do you have autonomy there or is there a panel of people that you have to report to and so on?</p>\n\n\n\n<p>[00:06:24] Ryan Welcher: Those are great questions. So it was a role that was advertised. I saw someone mention it, and I think the WordPress Slack, the Make Slack. I applied and went through the process there. As far as the work that we do, it’s kind of a mixed bag. We do have a fair amount of autonomy. This is a newer team. There’s six of us for the entire internet, so. Sorry, for 43% of the internet. So there’s a lot of work to do.</p>\n\n\n\n<p>We have a focus on improving documentation. That’s kind of our number one focus at the moment. But, there’s a lot of smaller projects as well. I try to maintain the Gutenberg Examples repository, which is a GitHub repository that shows examples of working with blocks and some of the various things that you can do with Gutenberg, like a custom admin page that interacts with the data stores in Gutenberg and things like that.</p>\n\n\n\n<p>So, I was just at WordCamp Asia, which was an amazing experience. I wasn’t speaking, but I was meeting with lots of developers and just kind of like schmoozing. I get to schmooze professionally now, which is a lot of fun.</p>\n\n\n\n<p>[00:07:16] Nathan Wrigley: That’s amazing. I do wonder since Gutenberg dropped several years ago now. I mean, it really is, it has been going for many, many years. But there really was a fork in the road for WordPress there, and there was a little bit of tension. Some people didn’t see the purpose of Gutenberg and ultimately blocks. And I do wonder if roles like yours became more important after that. Do you feel like a need to message and get the word out and educate more after Gutenberg dropped?</p>\n\n\n\n<p>[00:07:49] Ryan Welcher: I think yes. I also think that the tech industry, I mean, there’s always been developer advocates. I remember I went to a flash conference years and years and years ago, and I saw someone speak there who was, what were they called at the time? A platform evangelist for Adobe and was basically doing Dev Rel stuff, like showing what you can do with flash and the new features and cool stuff. So it’s been around.</p>\n\n\n\n<p>I think now people are really starting to see the benefits of it. Especially when you have a large community like WordPress. There’s so many people. And having people who can help, you know, the education piece. And there’s a lot of yelling into the void without people like me and our team to hear what you’re saying. Like, you know, the documentation needs work. Okay, well someone needs to work on that. Now that’s my job to work on that.</p>\n\n\n\n<p>So I definitely think that there’s, there’s benefits to Dev Rel in any industry for sure. But I think, to an extent, when 5.0 came out, I think that sort of showed the need for someone to come in and say, hey, you know, do you need help there? Or like, have you heard about this tool? Or what’s path of least resistance to move from a short code to a block? All those sort of things. So I think yes and no. I think it’s just overall, having a dev team for the open source project that is WordPress is a great idea to gather feedback and help and just help. Full stop.</p>\n\n\n\n<p>[00:09:06] Nathan Wrigley: I think whether it’s as a result of endeavors from people like you, or just the passage of time. I get the feeling that in the year 2023, the message is really getting through. It seems like the inertia against using blocks seems to be dissipating. I really don’t seem to be exposed to too many YouTube videos or people on Twitter moaning too much about that anymore. Moaning is probably the wrong word. I should probably reclassify that, questioning it.</p>\n\n\n\n<p>[00:09:38] Ryan Welcher: No, I think it’s a very accurate word.</p>\n\n\n\n<p>[00:09:40] Nathan Wrigley: So it feels as though we are at an inflection point. That there’s enough time that’s passed. There’s enough projects out there. There’s enough people that have released resources and commercial products around the block space.</p>\n\n\n\n<p>It kind of feels like it’s moment has really arrived.</p>\n\n\n\n<p>[00:09:57] Ryan Welcher: I agree, yeah</p>\n\n\n\n<p>[00:09:59] Nathan Wrigley: Maybe moving from a position now of teaching people that it exists and it’s an option, into teaching people how to use it and get the most out of it?</p>\n\n\n\n<p>[00:10:07] Ryan Welcher: Yeah, I would agree with that. I think since 5.0 the block API has matured, and has stabilized. There was a couple of releases where every release, the function that you called to actually register a block in php, its name changed, and its function parameters changed.</p>\n\n\n\n<p>And then there was like one version, and then the next version was a slight variation but the next version was the same name as the first version, but with different parameters. So there’s some confusion there. And you know, with the introduction of block.json, it’s the json file that describes what your block does and what its functionality is. Having those pieces sort of stable and consistent have really helped the adoption of blocks and custom blocks.</p>\n\n\n\n<p>I think also, and this is a perfect segue into what we’re talking about today, the tools like to Create Block Package that we’re going to talk about introduced to best practice and showed people, how do I structure my blocks?</p>\n\n\n\n<p>So when I was at 10up, I was at 10up when Gutenberg came out. And we spent a lot of time, the company spent a lot of time trying to figure out, trying to navigate how is this going to work for an agency? How do we build these things? What files go where and things like that.</p>\n\n\n\n<p>And so that’s a huge amount of cognitive dissonance. When you’re trying to figure out a new api. When you’re trying to figure out a brand new paradigm. And then you’ve got to figure out, well, where do my files go? A tool like the Create Block Package just shows you where the recommended structure is. And then that takes away a lot of the guesswork, and then everything becomes consistent at that point.</p>\n\n\n\n<p>And then if I’m working on a project that someone else has worked on, the files at least are in the same place. And, I think the maturity of blocks and the block API has really left a lot of the people who just didn’t like it kind of behind.</p>\n\n\n\n<p>[00:11:39] Nathan Wrigley: Okay, so given that we don’t really have any accurate statistics on who’s using blocks. What proportion of the 43% of the web that’s using WordPress have moved over to blocks, or perhaps are sticking with the page builder that they’ve been using for the last several years and so on. Given that we don’t really know that, what is the elevator pitch for blocks really? What are the small things that you can mention on a podcast in a short space of time, which really nail your colors to the master and say, okay, this is the promise of blocks? This is what blocks can deliver. This is why it’s new, and why it’s worth looking at.</p>\n\n\n\n<p>[00:12:14] Ryan Welcher: That’s a great question. I think that blocks offer, well, first of all, there’s no theme or plugin lock-in. So that’s a big concern with, take the example of a freelancer that is hired to build a site and the client is non-technical, but they want to be able to manage their own content.</p>\n\n\n\n<p>So, you reach for some of these page builder tools, and now once you’ve reached for them, you’re locked into them. That’s not a criticism, but that is inherently one issue. So with blocks you don’t have that. Your blocks are part of core and you could still suffer a bit of lock-in, if you went with a very bespoke sort of block set or like a block suite or something, but there’s definitely some benefits there. You don’t have a lot of the overhead or any of the overhead that come with some of the larger, page builder plugins, just because they have so many features.</p>\n\n\n\n<p>And so there’s some load considerations there. I think it changes the way that you can look at your content. This is a bit more of a philosophical question, but, so historically when we built a site, we had a title for post content. We had the content, which was like the classic editor. And then we had post meta, and you know tags and categories. But if we wanted to store an extra piece of information with a piece of content, there was really only post meta available to us, because the template that was being shown for the front end that would represent that piece of content ,was controlling the layout.</p>\n\n\n\n<p>And so we had to store, let’s use an example of an author byline. Say we wanted to have guest authors on a site. So we wanted to store that author name. Well, on the template side you would use get post meta, the function, to get that piece of information and, and display it in your template.</p>\n\n\n\n<p>Well, now we can do that all with blocks, because our template is the editor, and the way it looks is basically represented almost one-to-one in the block editor experience and the site editor. So you have this question of, do I need all this post meta now? Now I can just store it as a block attribute, and move it around and do what I need to do with it. So I think there’s lots of good reasons to use blocks. That’s a few of them maybe.</p>\n\n\n\n<p>[00:14:09] Nathan Wrigley: Yeah, that’s great. Thank you. I guess the primary issue is that using something like a page builder, whether or not it’s got bloat or whether or not you’ve got the lock in and all of that, is that it’s relatively straightforward. You just click some buttons essentially. Drag things onto the canvas and you’re done. In Gutenberg we’ve got some core blocks, and increasingly you can really start to lay things out with group blocks and cover blocks and things like that. You know, you really can start to finesse the overall design.</p>\n\n\n\n<p>But if you want to do anything bespoke, in other words, if you want to create a block which does something that you wish to do, something new, something interesting. Then you’ve got to create that block. And the barrier to doing that I feel is quite high. I wonder if you’ve got any thoughts on that? Whether or not the creation of blocks is still in the domain of, how to describe it? You’ve got to have a certain fairly high level of understanding of all sorts of technologies to make these blocks come into existence. Or do you?</p>\n\n\n\n<p>[00:15:12] Ryan Welcher: Well, you do and you don’t. It’s kind of like, it’s the classic developer question, you know. It depends, is always the answer. Whenever you ask a developer something, it’s always, well, it depends. But, I think yes. You do need to have a certain amount of information. But take blocks out of the equation. If you wanted to make a bespoke WordPress theme, with custom templates, you still need to have a certain level of development experience and a certain level of prowess in php, html, css and things like that.</p>\n\n\n\n<p>Now, that’s not to say that the barrier to entry hasn’t been raised. Because when I learned WordPress in 2009, I could just copy and paste everything I did into a theme and it worked. Now we’re with blocks. We’re looking at, build processes and learning some JavaScript frameworks in React, some knowledge there. So there is, there’s definitely some things to learn.</p>\n\n\n\n<p>Now, there are some tools that can help. Again, this Create Block Package that will kind of get you started and get you a basic scaffold of a block, that you can just then change and add your flourishes to.</p>\n\n\n\n<p>I think in general, web development is more complicated than it ever has been. I mean, that’s maybe because I’ve been doing it for a long time and I’m an old man who fears change a little bit, maybe. I don’t know. But I think that knowing JavaScript and Matt said, you know, learn JavaScript deeply, and it’s true. I think I felt that pain when I was, starting to work in Gutenberg. I’m a php first developer. That’s what I learned. I did a little bit of JavaScript, but not a lot. Learning these new concepts was hard. But, I think it’s well worth it.</p>\n\n\n\n<p>And I think you can do things where you don’t need to know, you don’t need to be an expert in React. You don’t need to be an expert in Webpack and build process. You don’t need to be that level. If you choose to be that level, you can, but you can do some pretty complicated blocks, with sort of a base understanding of some of the pieces that you need to put together.</p>\n\n\n\n<p>And I think part of my job is to help people navigate that stuff. I’m a big proponent of the Create Block Package. I’ve worked on the package. I’ve helped to add features that developers have asked for to make life easier. One big feature was the ability to have multiple blocks be part of the plugin that is generated when you run the package.</p>\n\n\n\n<p>So I think there is a barrier to entry, but I think it’s mitigated by, like, you don’t need to be an expert in all the things. You don’t even need to really understand the build process, for example. It’s provided, and it’s just run a command and just know that this command does this and this command does that. And really, if you don’t want to look under the hood, you don’t have to. It’s going to work for you.</p>\n\n\n\n<p>[00:17:30] Nathan Wrigley: We’ll get onto the Create Block Tool in a moment, if that’s all right. But just one last question around this whole education piece and learning about blocks. It feels that there’s a real concerted effort now to create learning materials. There’s obviously learn.wordpress.org, and a whole bunch of other things.</p>\n\n\n\n<p>I see a lot of videos being created in amongst the community. People like Jonathan Bossenger and Anne McCarthy and so on. And I’m just wondering if you, well, firstly, if you feel that that’s the case, if the education piece is a lot better now than it was when you were trying to learn at 10up? In other words it’s less of an uphill struggle because you’ve got somewhere to turn to.</p>\n\n\n\n<p>[00:18:09] Ryan Welcher: So much less, yeah.</p>\n\n\n\n<p>[00:18:11] Nathan Wrigley: So let’s do that one first. Yeah.</p>\n\n\n\n<p>[00:18:13] Ryan Welcher: Absolutely. I think, yeah, you’re right. I mean, I think that when Gutenberg came out, there was no real pragmatic, like practical, how to use this information. Because it was a new thing and there was a lot being changed and people didn’t have the resources.</p>\n\n\n\n<p>They didn’t have the knowledge to build the resources. Now we’re four years in now, and that’s obviously built up. The folks that learn.wordpress.org doing a fantastic job. Jonathan’s stuff is great. I’m going to shamelessly self-promote here. I stream every Thursday at ten thirty Eastern on Twitch, where we do block development live. and I put that on my YouTube channel. And I’m not the only one. I’m sure there’s, there are people that are putting out content that is up to date and accessible and easier to figure out the things that you need to do.</p>\n\n\n\n<p>Now, there’s always going to be gaps in that knowledge because the APIs are still evolving, and every time there’s a new release to the plugin, the Gutenberg plugin, there’s new features and things like that. But yeah, I think now compared to when 5.0 came out, I think there’s a lot more really good information out there.</p>\n\n\n\n<p>I’m finding that there’s older information that hasn’t been updated. That’s one of the pitfalls of the writing a tutorial on your blog post or creating a video or doing whatever, is that it’s sort of a snapshot in time of the APIs. And so it’s there, but then there’s, well, hey, did you know that there’s this new way of doing whatever it is that you’re doing that’s a little bit easier, you know, faster, better, smarter, or whatever, right?</p>\n\n\n\n<p>[00:19:34] Nathan Wrigley: Yeah. Going back to your shameless plug. Could you tell us a little bit more about that? So you say you go live, every Thursday, and we will get from you the URL and will post it into the show notes. Do you have an agenda for that? Do you know what you’re going to do in advance? Or is it driven by who shows up and what questions they want to be answered?</p>\n\n\n\n<p>[00:19:53] Ryan Welcher: it’s a bit of both. I’ve been doing it now for about a year and a half. I’m on Twitch, which is an interesting experience. So I live code. I usually show up with some kind of agenda. Like, for example, right now, last few weeks, every other week I do a stream on the new features that have been released in the Gutenberg plugin.</p>\n\n\n\n<p>If you’re not aware, the Gutenberg plugin is on a two week release cycle. So every two weeks we get a new version of that plugin, and then all those versions get rolled up and released into the next version of WordPress Core. I go through the release posts on make.wordpress.org, and we call out some of the more developery refocused things like, a new component is added or a new whatever. So we do that.</p>\n\n\n\n<p>The off weeks, I usually build something. Like right now I’m building a block that integrates with OpenAI to generate images. But the images that are being generated are terrifying because I keep doing like people laughing. I don’t know if you’ve ever seen OpenAI generate people’s faces. It’s the scariest thing I’ve ever seen in my life. Have a lot of fun doing that.</p>\n\n\n\n<p>I’m actually going to be doing one and I haven’t done this yet, and again, sorry for the shameless self-promotion here, but in a couple of weeks I’m going to be doing a bring me your block development issues stream, where I’m hoping that people will submit these problems that they’re running into and I’m going to try to see if I can kind of like fix ’em live. And we’re going to stream that and see how it goes. It’s going to be wildly successful or it’s going to be crickets the whole time. I don’t know. That’s usually the only two extremes you get on live.</p>\n\n\n\n<p>[00:21:19] Nathan Wrigley: I do like the idea of a, like an open surgery in a way. Where people can show up and give you their problems and presumably the further in advance they can give you the problems, the more of a chance you’ve got of actually solving them. But that’s a really interesting idea and an excellent way to help educate people live, watching somebody else do it, not just on a forum or an email chain. Actually seeing it happen and get an explanation for why you’re doing things and possibly even watching you make mistakes along the way and having to fix your own things, yeah.</p>\n\n\n\n<p>[00:21:48] Ryan Welcher: If anyone comes to my stream, you will watch me make mistakes Yeah, I can’t type when people are watching. There we go, that kind of sums my stream up. But yeah, it’s a lot of good fun. And we have pretty good community of people who hang out in the chat and discuss things and answer questions and help me. There’s one guy, I always make fun of him because he shows up and saves the day every time if I’m running into an issue, he’s like, here’s your code. And he just pastes it, and I’m like, oh okay, great. So now we can move on because Kevin saved my stream. So shout out to Kevin.</p>\n\n\n\n<p>[00:22:14] Nathan Wrigley: That’s a, lovely community feel to it though, isn’t it? There’s something really nice about that. But definitely, before we hang up on this call, I will get the location for that and we’ll post that into the show notes. So if anybody wants to go and hang out with Ryan on a Thursday and watch him live code and possibly take your own troubles and problems and share it with Ryan, yeah, that would be a really amazing enterprise.</p>\n\n\n\n<p>Okay, let’s get onto the, what we probably should have started talking about a while ago, but never mind the Create Block Tool or the Create Block Package. So one of the problems that you highlighted right at the beginning when I said, what makes blocks difficult, is you talked about the tooling and the requirements that you need just to get started. So describe the problem that the tool is solving.</p>\n\n\n\n<p>[00:22:58] Ryan Welcher: Sure. So if you want to build a block, there’s a number of ways that you can do it. But if you wanted to build a block using React and JSX, which is the HTML extension, the JavaScript that React uses, you need a build process. You need the ability to take your JavaScript code and transpile, it’s a fancy word of saying turn it into something else, into JavaScript that the browser can read.</p>\n\n\n\n<p>So to do that you need a build process. And so a build process can be very complicated. Now, build processes have been around forever. If you’ve heard of Grunt, or you’ve heard of Bower. There’s a few, so what we use is Webpack. Now Webpack can be extremely daunting to set up and deal with. The story that I always tell was the first React app I ever built was when I was working for an agency, and they wanted to use Webpack and we went to the Webpack documentation page and all it said was work in progress.</p>\n\n\n\n<p>And, it was very funny because the only comment on it was a giant picture of that meme of Picard with his arm stretched out going, why? I wish I had a screenshot of that because that’s best story ever. Anyway, so that’s your first issue.</p>\n\n\n\n<p>Your second issue is how do you even structure blocks? There’s a number of files and a number of pieces to a block. And, you know, if you put 10 developers in a room, those 10 developers will have 10 different ways of scaffolding this. So that was always a bit of a problem as well. So what this tool does is it solves those problems first.</p>\n\n\n\n<p>So it installs your build process, the one that is actually used by the Gutenberg project as well. It’s maintained, it’s got a million little features and you don’t have to worry about that anymore. And then it also will scaffold the files for your block and put them, give you the names, give you all the files, give you a starting point.</p>\n\n\n\n<p>When you run the scaffolding tool, it will prefill a lot of the, sort of, details of your block and give you the starting point. And it bundles it all up inside of a plugin, and so it’s a WordPress plugin that you can just enable and it installs all the dependencies and it even runs the build process. So you literally run it and then you press activate inside your plugin screen, and then you have an active block.</p>\n\n\n\n<p>That takes away so much guesswork and so much busy work of having to like, figure out the naming of things and add files. It doesn’t sound like a lot, but if you’re building 20 blocks, and you have to like, copy and paste all your files and go in and rename everything, that can take a lot of work.</p>\n\n\n\n<p>[00:25:10] Nathan Wrigley: Yeah, I can well imagine how much time that’s saving. Are there any constraints about where you can install this? So, currently I’m on a Mac. I presume that we’re all good to go there. What about Windows, Linux?</p>\n\n\n\n<p>[00:25:22] Ryan Welcher: The only thing that you have to have is Node. So you have to have Node installed, because you can run it using a command called npx. And what it does is it, it won’t download it and add it to your project, but it will just kind of reach out and run it once and then do its thing. So you need to have Node installed.</p>\n\n\n\n<p>This does work, to the best of my knowledge, it works pretty well across all the platforms. I believe there is an issue in Windows with a very specific configuration that doesn’t copy a file to the right place. But that’s less about the scaffolding tool and more about the build process. But there’s a lot of people that work on this stuff. So I’m sure it’s going to be remedied pretty soon, yeah. The only dependency is Node, which is cross platform.</p>\n\n\n\n<p>[00:26:02] Nathan Wrigley: Right, okay, perfect. So if I’ve never done this before and I want to get my first block done. Realistically, how long is it between me thinking, hmm, create block tool, I’m going to start using that, to having my first block on the page? Are we talking 10 minutes, an hour, less?</p>\n\n\n\n<p>[00:26:20] Ryan Welcher: Two minutes. Assuming you have Node installed. Let’s assume that. You can go to the documentation page and you can run npx at WordPress slash create block and give it a name, and it will prompt you for a bunch of questions. Like, what do you want to call this thing? What name space should it be in? You know, what’s the description?</p>\n\n\n\n<p>It’ll ask you a bunch of questions and it’ll just scaffold out the block for you. And the most amount of time is waiting for the dependencies. So that the block needs to be installed and then run. And that, honestly, I did a YouTube video on my channel where I timed it. And I think it took four minutes from start to finish and it was done.</p>\n\n\n\n<p>And you have a fully functional plugin with a single block in it. And you enable it, and like I said, the block is available for use immediately. No, the block doesn’t do anything. It’s a very, very simple block. But that’s how quickly you can get up and running with it.</p>\n\n\n\n<p>[00:27:09] Nathan Wrigley: Yeah, I think it’s probably very important at this point to describe the limitations, because when I heard about Create Block Tool, I thought to myself, oh great, a tool which is going to help me to create blocks. Not literally create a block, but, you know, add in options and different, custom data and all of that. And that was what I was thinking I was going to get. So just draw a line, make it really clear what you get when this process is complete.</p>\n\n\n\n<p>[00:27:34] Ryan Welcher: You get what’s referred to as a static block. So there’s two types of blocks, static and dynamic. And I can get into that if you want, and with no controls. So basically the block will, it shows you a message when you insert, it says hello from the post editor. And then it’ll render that same message on the front end, and there’s some CSS that’s supplied to the front end and the back end.</p>\n\n\n\n<p>So it’s a very, very, very basic block. The tool doesn’t have the ability to say, I want to be able to insert post meta. We can’t do any of that level of customization, because there’s just too many options. Like there’s too many ways that you can build a block, and too many things a block can do. So there’s just no, there’s no way for us to build a tool that says, I want to build a block that accesses the REST API to retrieve this custom post type and display all of the information and do all the stuff.</p>\n\n\n\n<p>That’s not something that the tool can do. But, what you get is a fully functioning, working block that is scaffolded to best practices, follows best practices. That shows you how to deal with the CSS, and how to enqueue all your different files, and everything is just built and ready to go for you.</p>\n\n\n\n<p>And then at that point you have a starting point. So, as a developer, I used to hate having to do the busy work. What this does is this basically gets me a starting point, and now I can add the things that the client is paying me to do, right? I can add the controls. I can add the interface items, whatever you’re building in your block. Iit gives you the starting point to actually build the thing that you want to build, not the, you don’t have to do any ramp up to get there.</p>\n\n\n\n<p>[00:29:01] Nathan Wrigley: Yeah, so within two or three minutes you’ll have a block. All of the files in the right place. Everything’s set up. Good to go. And then, really, dear developer, it’s over to you. You got to figure out where to go from there. Do you have any, is there any sort of commenting in the files that’s been added additionally to give you some sort of pointers as to, okay, this is what this is doing, this file is used for this and so on?</p>\n\n\n\n<p>[00:29:24] Ryan Welcher: There is. It’s commented fairly decently. There’s kind of a fine line because if you want to use these for production, you know you’re going to be removing a lot of those comments. There’s a couple of files that every time I use it, I hate how well commented it is because I like to structure my files in a specific way. So there’s a lot in there.</p>\n\n\n\n<p>And then, at this point too, the sort of, the structure, the file structure’s very well documented and it’s just been adopted. People can change things and people can, it’s very flexible. You can do it whatever you want, but the best practice has been well defined at this point.</p>\n\n\n\n<p>It’s like that muscle memory thing. People just know that, oh yeah, okay. So I want to go to the edit.js file, because that’s what I, that’s what I changed to get it to make changes in the block editor experience and so on and so forth.</p>\n\n\n\n<p>[00:30:05] Nathan Wrigley: Do you know if, well, WordPress’s mission, I suppose, is to democratize publishing. And it would be, I suppose, an endeavor worth undertaking to have a tool which did carry you on from where the Create Block Tool got you to. In other words, a tool which helped you along the process of creating the block.</p>\n\n\n\n<p>Do you know if there are any endeavors, any quiet whisperings in the dark corners of Automattic about this kind of tool? Is there any plan to do anything like that so that blocks can be created by, well, non-technical people?</p>\n\n\n\n<p>[00:30:38] Ryan Welcher: There are tools out there in the community. Like I would hesitate to say that Automattic has any sort of secret plans, because that’s not really how it works. It’s more, it’s driven by the community. I mean, I know Automattic does employ a lot of developers who do contribute to the project.</p>\n\n\n\n<p>But a lot of these tools come from the community and, for people like me to talk to folks and be like, hey, that’d be a really cool feature to add, to Create Block. There’s been a number of features where we’ve been like, you know what? It’s a really great idea, it’s too specific. So it might be better served as a tool.</p>\n\n\n\n<p>But I will say this, the create block package does have the ability to, you can provide what are called templates. So you can create your own custom template. So you can build a block that does X because you’ve built a template. So I could build a template that is like, all right, I want to block that interfaces with custom post meta. And so I could build that template and when I run the package, I can point the package at that specific template and it will scaffold the files out, and I will have all of those starting points in there.</p>\n\n\n\n<p>It’s not an interactive tool. I don’t think where you’ll see, what do you want this block to do? Like, unless somebody comes up with this really cool OpenAI integration, which might be a lot actually.</p>\n\n\n\n<p>[00:31:43] Nathan Wrigley: Somebody will probably do it.</p>\n\n\n\n<p>[00:31:45] Ryan Welcher: I’m sure they will. Blocks can do so many things and they’re so versatile and they’re so, it’s sort of like, how do you even start to define the questions that you ask in the automation process to say, what do you want to do? Like, do you need to access data stores? Sure. Is it a custom data store or is it one of the ones that Gutenberg provides? You know, so there’s a lot, there’s a lot that goes in there.</p>\n\n\n\n<p>[00:32:06] Nathan Wrigley: Does the tool itself get regular updates? I’m imagining that the technology behind that is fairly fast moving, and there’s a lot of new updates.</p>\n\n\n\n<p>[00:32:15] Ryan Welcher: It is being updated regularly. The package itself gets updated every two weeks when the Gutenberg project, so when the Guttenberg plugin is in release candidate. But there are features being added all the time.</p>\n\n\n\n<p>For example, we added the feature not too long ago to be able to copy php files around. And, there’s a lot of sort of under the hood things that, I’m drawing a complete blank of all the features that I’ve added to this thing, but we’ve added a whole bunch. Here’s an example. So when you scaffold out the block, all of your JavaScript files sit inside a SRC or a source folder. And people, they may not necessarily want that because they might already have a source folder.</p>\n\n\n\n<p>They might want to call it something like, so if you have an existing project, you might want to call it blocks instead of source. So what we did was we added the ability to be able to target that differently. So you could call it something else. And this works with the scripts package too. So you could define it a certain way and then have scripts look at that. Or one big feature that people were asking for was, we don’t want to scaffold a plugin every single time.</p>\n\n\n\n<p>If we have an existing plugin, we just want the block. So we built a no plugin mode where you could run it inside your source directory and it would just give you the block files. And now you’ve got a second block inside that plugin. So those sort of things. And those all came from the community. They all came from people using the package and saying, this is stumbling block for us because we have to copy and paste and move things around.</p>\n\n\n\n<p>Why can’t we just add a command that does it? So we were able to add that stuff in and it’s, I mean, I think it drives adoption, but it also. The whole point of this is to make people’s lives easier. If it’s more work to use the tool than it is to do it manually, then it’s, I don’t think it’s worth, you know, the juice isn’t worth the squeeze, so to speak.</p>\n\n\n\n<p>[00:33:47] Nathan Wrigley: Yeah, that’s a good point. It just occurs to me that we never said where we find this tool. Do you happen to have a handy URL available?</p>\n\n\n\n<p>[00:33:54] Ryan Welcher: Yeah, you can look in the developer.wordpress.org. I’m not going to read the whole url, but just do a search for create block. All the documentation is available there. It’s actually hosted on npm. So, I’m sure we’ll add it to the show notes, but the documentation is all there and it explains how to use it and all the available flags and all the available commands that you can do.</p>\n\n\n\n<p>There’s even a more advanced page on creating custom templates. I really love the custom template idea. Well, what do they call it? They call it external templates. External project templates is the official name. And what it allows you to do is like, if you’re an agency and you want to build blocks in a very specific way, you can define that and then everyone in your agency is going to use that same template with this package.</p>\n\n\n\n<p>And you can use local packages, or you can host them on npm if you want to share them. It’s very, very, very, very versatile. With that, the sky’s the limit. You can literally do whatever you want.</p>\n\n\n\n<p>You can scaffold the block to do anything, and then just target that particular sort of style of block. Like I built one that would do dynamic blocks because at the time the tool didn’t support dynamic blocks, and now it does, by the way. My template is obsolete now, but that was a thing that we needed. So if you wanted to build a dynamic block, you would just target my template instead of the built-in one, and you would get that sort of flavor of block.</p>\n\n\n\n<p>[00:35:06] Nathan Wrigley: You, mentioned a little while ago, maybe 20 minutes or so ago, that there was this dynamic block, and you said you might digress into that, but we never did. So let’s go down that little path just for a moment, yeah.</p>\n\n\n\n<p>[00:35:16] Ryan Welcher: Sure thing. So like I said before, there’s two types of blocks. We have a static block and we have dynamic blocks. So a static block, the difference is basically where stuff is saved or if it’s saved. So, in a static block. So all, I’d say the majority of core blocks are static, meaning that when you hit save, it actually saves the markup into the post content.</p>\n\n\n\n<p>So it’s saved to the database. A dynamic block doesn’t do that. A dynamic block uses php to render the front end, the way we would always sort of, add run until the pages loaded and that file is run, and then it displays its information. And that’s basically the difference.</p>\n\n\n\n<p>Now there’s some trade offs for both. With static blocks, when there’s markup changes, you have to do this thing called deprecation. So you tell Gutenberg, if there’s any developers listening, I’m sure there are. If you’ve ever seen that, like, you know, the block, we couldn’t render the block. There was an error. Everyone’s seen that error. That’s because some markup has changed.</p>\n\n\n\n<p>You need to deprecate that. So that’s an extra step. Where with dynamic blocks, you don’t need to do that because it’s always run live, so to speak, right? So there’s some benefits to using a dynamic block for that regard. But the trade out there is you have markup in two places. So that’s, at a high level, the difference.</p>\n\n\n\n<p>[00:36:26] Nathan Wrigley: And the create block tool will point you in the right direction of creating one or the other, depending on which your.</p>\n\n\n\n<p>[00:36:33] Ryan Welcher: Yeah, it lets you choose. So there is a flag called a variant, and you can choose between static or dynamic. I believe the default is static. It’ll give you a static block if you don’t run that flag. But if you say variant dynamic, it’ll do a dynamic one. And then there’s actually, within your templates, this is getting really the weeds, but if you define a template, you can actually have multiple variants. So you could have your own variant. You could have a TypeScript variant for your particular template. Or like a, I don’t know, Tailwind CSS one. So there’s a lot of flexibility there is where I’m going with that.</p>\n\n\n\n<p>[00:37:03] Nathan Wrigley: Amazing. So much going on in the WordPress space at the moment. On every level. From straightforward to incredibly complicated. And feel this is on the incredibly complicated side, but really interesting work. You mentioned that you are obviously into this, but there were a couple of other names which came off your tongue earlier. I’m wondering if in the round, you could just drop some of those names, people that we might like to go and find, as well as yourself, who are working with you, pushing the Create Block Tool.</p>\n\n\n\n<p>[00:37:36] Ryan Welcher: There’s the folks that I work with on my team. I’m sure you’ll know all these names. Birgit Pauli Haack is on the team. She’s the Brains behind Gutenberg Times and all that stuff. Justin Tadlock is on the team as well. I’m sure everyone knows Justin. There is Michael Burge who is on our team, and think that’s it.</p>\n\n\n\n<p>[00:37:54] Nathan Wrigley: Yeah. Well if there’s any that you’ve missed out, you can always fire them over in my direction and we’ll make sure, that they get into the show notes. If anybody has been listening to this episode and they’ve thought, you know what, this is curious. This is something that I need to begin to play with, but I would like to find out a little bit more first. We know you’ve got the Twitch channel, and we’ll push people towards that. But what other places can people get in touch with you Ryan?</p>\n\n\n\n<p>[00:38:19] Ryan Welcher: Sure. I have a YouTube channel as well, so I’m Ryan Welcher Codes in both places, Twitch and YouTube. I try to answer the comments on YouTube as often as possible, but sometimes I don’t get to them right away, but I’m at Ryan Welcher on Twitter and my DMs are open, so feel free.</p>\n\n\n\n<p>I’m Welcher or Ryan Welcher or Welcher Ryan in a million different Slack channels. So, I think I’m Welcher in Make Slack. I’m on Post Status. I’m on Discord in a few places. So just search my name or variations of my name and I’m sure you’ll run into me and, I’d be happy to speak with anyone one-on-one in a public forum, whatever, whatever works.</p>\n\n\n\n<p>[00:38:54] Nathan Wrigley: Thank you for making yourself available, and thank you for talking to us today about the Create Block Package stroke Tool. That’s been really, really interesting. Ryan, thanks so much.</p>\n\n\n\n<p>[00:39:04] Ryan Welcher: Thanks so much for having me and I hope I can come back sometime.</p>\n</div>\n\n\n\n<p>On the podcast today we have Ryan Welcher.</p>\n\n\n\n<p>Ryan is a developer advocate sponsored by Automattic. He has been developing with WordPress since 2009 and before becoming a developer advocate, worked for agencies large and small and as a freelancer.</p>\n\n\n\n<p>If you’ve been using WordPress for any length of time, you’ll have come across the new paradigm for content creation, blocks. Every part of your website can now be created and amended as a block. Pages, posts, text, images, headers, footers, navigation and more.</p>\n\n\n\n<p>This has widened what’s possible for people who don’t want to mess around with the code of their website. You can add in blocks for almost anything, and change how it looks and behaves from within the block editor interface.</p>\n\n\n\n<p>This is an excellent move forward, but there’s still an impediment for non-technical people, because creating a block of your own is difficult. If you are able to use the selection of blocks that ship with WordPress Core, or you can find a third party block which does what you need, great, but if you need something specific, you’re going to have to create your own block solution, and that can be hard.</p>\n\n\n\n<p>Ryan is on the podcast today to tell you about the create-block tool, and how it can make your pathway towards block creation a little easier.</p>\n\n\n\n<p>We start off talking about Ryan’s background, and how he became interested in WordPress. We then move on to how he thinks that the adoption of blocks is becoming more widespread given the maturing of the tools and learning materials available.</p>\n\n\n\n<p>The conversation then turns to how the create-block tool can help you scaffold your blocks. It’s not a tool which is going to build the blocks for you, but it will help you set up the environment and build process, which you need to get started. Really, it’s all about saving you time and effort on things which don’t really get you building your blocks, but which you need to do that work.</p>\n\n\n\n<p>We discuss what you can expect from the create-block tool, and the prior knowledge that you’ll need to have once the tool has you up and running. What level of expertise do you need, and is the tool under continual development?</p>\n\n\n\n<p>We spend a few moments talking about the livestreaming which Ryan does each week in which he live codes solutions to viewers block based problems.</p>\n\n\n\n<p>If you’ve thought about creating your own blocks, but have been put off by the technical barrier, 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://10up.com/\">10up</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg-examples\">Gutenberg Examples GitHub repository</a></p>\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/\">create-block package</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a></p>\n\n\n\n<p><a href=\"https://www.npmjs.com/package/@wordpress/create-block\">create-block documentation</a> on npm</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a></p>\n\n\n\n<p>Ryan’s <a href=\"https://www.youtube.com/c/RyanWelcherCodes\">YouTube</a> and <a href=\"https://www.twitch.tv/ryanwelchercodes\">Twitch</a> channels</p>\n\n\n\n<p><a href=\"https://twitter.com/ryanwelcher/\">Ryan’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, 26 Apr 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: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:76:\"Do The Woo Community: Do the Woo Joins WordCamp Europe 2023 as Media Partner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=74926\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://dothewoo.io/do-the-woo-joins-wordcamp-europe-2023-as-media-partner/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:413:\"<p>We are proud to join others as a Media Partner for this year\'s WordCamp Europe. See you in Athens in June. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/do-the-woo-joins-wordcamp-europe-2023-as-media-partner/\">Do the Woo Joins WordCamp Europe 2023 as Media Partner</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a> .</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Apr 2023 12:29: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:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: Ollie Block Theme Now in Public Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=143977\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/ollie-block-theme-now-in-public-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5758:\"<p>WordPress developer Mike McAlister has <a href=\"https://olliewp.com/introducing-the-ollie-wordpress-block-theme/\">launched Ollie</a>, his first block theme, into public beta. McAlister, whose theme company Array Themes was <a href=\"https://wptavern.com/wp-engine-acquires-array-themes\">acquired by WP Engine in 2018</a>, along with the Atomic Blocks plugin, recently departed from his role at the company to pursue other projects.</p>\n\n\n\n<p>Ollie supports all the latest Site Editor features, including global styles, patterns, templates, and template parts. It is a beautiful, multipurpose theme of the high caliber one might expect from McAlister, a veteran developer whose past products were well known for their minimalist and clean design.</p>\n\n\n\n<img />\n\n\n\n<p>Ollie includes an impressive set of more than 50 custom block patterns, making page building a delight. There are page sections for testimonials, company logos, multiple hero designs, pricing tables, various headers and footers, calls to action, and more. Ollie includes six different full-page patterns for the homepage, about, profile, features, pricing, and a download page. They are featured on the theme’s <a href=\"https://demo.olliewp.com/patterns/\">live demo</a> under the Patterns menu item.</p>\n\n\n\n\n\n\n\n<p>Ollie includes seven style variations, with blue, green, orange, pink, red, and teal accent color palettes in addition to the default. </p>\n\n\n\n<p>Like many other block themes, Ollie is speedy, getting top scores on Google’s Pagespeed Insights.</p>\n\n\n\n<p>“One of the most powerful performance features is the selective loading of assets,” McAlister said. “Instead of loading a large stylesheet on every page, Ollie only loads the styles needed on the page. This results in a much smaller page size, far less page requests, and an instantly-loading page, which search engines love.”</p>\n\n\n\n<p>After testing Ollie, I found the user experience to be friendly and an accurate representation of one of the taglines for the theme: “Get a 40 hour head start.” As soon as users install the theme and click “Customize,” they are taken directly to the Site Editor with the front page template pre-populated to match the demo site. This, combined with all the improvements in the Site Editor in WordPress 6.2, creates a smooth editing experience.</p>\n\n\n\n<img />\n\n\n\n<p>Although it hasn’t been officially released yet, Ollie could be one of the next majorly successful block themes, with its sheer number of patterns and flexibility for so many different use cases.</p>\n\n\n\n<p>Ollie is currently <a href=\"https://github.com/OllieWP/ollie/\">on GitHub</a> during the public beta but McAlister plans to get it approved for WordPress.org after more testing. He is not yet sure whether he will be jumping back into the commercial theme market.</p>\n\n\n\n<p>“With this first block theme, my goal is simply to learn as much as possible about block themes, how users are using them, and what kind of potential there is for a premium offering,” McAlister told the Tavern. “This flagship theme will remain as an educational tool and will be free for all to use. Although I have some ideas for monetization, the reality is that we don’t know much about how users will take to block themes or what kind of premium features they’re willing to pay for yet.</p>\n\n\n\n<p>“We’re very early in this new paradigm, so I’m taking the opportunity to ask lots of questions learn about the problems users are facing. What I do know is that any modern commercial WordPress product needs a supreme customer experience and a wealth of quality education to help users navigate all of these new features and drive adoption.”</p>\n\n\n\n<p>WordPress.org has 286 block themes available and even the best ones have just a few thousand active installs. Building block themes that people will want to use is a new frontier, even for McAlister whose former company was a war-horse in the Classic Themes era.</p>\n\n\n\n<p>“Block themes are going to be a game changer for many different personas of WordPress users,” McAlister said. “Being able to customize virtually every aspect of your site is super powerful, but it means that block themes have a lot more moving parts than classic themes. Theme.json, global styles, patterns, templates, template parts — all of these have to be accounted for and they all have to work together seamlessly for an excellent block theme experience.”</p>\n\n\n\n<p> WordPress theme developers are still getting a handle on these changes but the Themes Team is putting a stake in the ground by making block theming the focus of the <a href=\"https://make.wordpress.org/themes/2023/04/04/theme-handbook-overhaul-proposal/\">Theme Handbook overhaul</a>. Although Classic Themes will still have a chapter in the handbook, the Themes Team has made it clear that block themes are “the present and future of WordPress.” </p>\n\n\n\n<p>“Since a lot of the block theme building is done in the editor, it requires a new mastery of the editor that few are intimately familiar with yet,” McAlister said. “To build patterns or layouts, you need to know which blocks to use, how to structure them effectively, how to leverage your design system in theme.json, and you need a good design sense to pull it all together. </p>\n\n\n\n<p>“However, when it all finally comes together, block themes provide an unmatched site building and editing experience in comparison to classic themes. I’m very optimistic about the opportunity to revitalize the WordPress theme space, but it’s going to take a lot of work and collective education to get there.”</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, 26 Apr 2023 04:20: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: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:82:\"Do The Woo Community: CloudFest, WordPress Day and a Hackathon with Carole Olinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=74912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/cloudfest-wordpress-day-and-a-hackathon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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>For WordPress and WooCommerce builders, CloudFest might be an option to consider for your conference calendar. </p>\n<p>>> The post <a rel=\"nofollow\" href=\"https://dothewoo.io/cloudfest-wordpress-day-and-a-hackathon/\">CloudFest, WordPress Day and a Hackathon with Carole Olinger</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, 25 Apr 2023 12:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"WPTavern: CertifyWP Launches WordPress Management and Design Credential\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=143990\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/certifywp-launches-wordpress-management-and-design-credential\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2781:\"<p>CertifyWP has launched its first credentialing exam for a <a href=\"https://certifywp.com/design-and-development-credential/\">WordPress Management and Design Credential</a>. The non-profit organization was founded by Talisha Lewallen with the goals of helping job seekers better demonstrate their skills to potential employers and giving businesses a way to understand prospective employees’ skills. </p>\n\n\n\n<p> The new credential costs $150 for the exam and includes three courses towards mastering frontend development: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><a href=\"https://certifywp.com/design-and-development-credential/\">WordPress Management and Design Credential</a> holders have validated their understanding of important aspects of WordPress and its websites. This credential is designed for anyone who wants to work in the WordPress space or learn to build WordPress websites. Once certified, these individuals are ready to pursue WordPress Web design, e-commerce, JavaScript, databases and other fields.</p>\n</blockquote>\n\n\n\n<p>Many of items under the beginner and intermediate levels of the credential essentially describe a WordPress “power user,” or someone who knows their way around the platform and its more advanced features, including skills like navigating the admin panel, hosting, web optimization, and more.</p>\n\n\n\n<p>CertifyWP administers a proctored exam for the credential and those who meet the requirements will be required to re-take the exam every three years to maintain their credentialing. The exam will be updated as necessary by CertifyWP’s advisory board.</p>\n\n\n\n<p>There are 110 questions in the exam, spread over three levels, as well as a practical component. The questions must be answered within 60 minutes with 80% for a passing score. Examinees do not have to take CertifyWP’s course in order to be eligible for the exam – it’s open to anyone who wants to take it.</p>\n\n\n\n<p>Lewallen is also the owner of WPConnects, a company that helps military veterans get training while they are on active duty and then provides them with mentors and assistance with employment when they leave the military. In a recent WP Tavern Jukebox podcast <a href=\"https://wptavern.com/podcast/67-talisha-lewallen-on-how-certifywp-is-hoping-to-offer-wordpress-certification\">episode</a> she discussed how this work led to her starting CertifyWP with the help of the WordPress community.</p>\n\n\n\n<p>Lewallen will also be speaking at <a href=\"https://atarim.io/summit/\">Atarim’s Web Agency Summit</a> on April 25, about the importance of credentials in the WordPress workforce, the differences between credentials and certificates, and how credentials can be leveraged in the search for employment.</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, 25 Apr 2023 02:41:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:78:\"WordPress.org blog: WP Briefing: Episode 54: A Bill of Rights for the Open Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14836\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/04/episode-54-open-webs-bill-of-rights/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9087:\"<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 54th episode of the WordPress Briefing as she explores the concept of the four freedoms of open source and likens it to today’s Bill of Rights for the open web.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br />Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2021/02/wordpress-is-freedom/\">Episode 2: WordPress is Free(dom)</a></li>\n\n\n\n<li><a href=\"https://openai.com/blog/chatgpt\">OpenAI ChatGPT</a> and <a href=\"https://github.com/features/copilot/\">Github Copilot</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/14/wordpress-6-3-planning-proposal-call-for-volunteers/\">WordPress 6.3 Planning Proposal & Call for Volunteers</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qS9\">Preparing for the Next Underrepresented Gender-Led Release – WordPress 6.4</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/\">WP20 — Celebrating 20 years of WordPress</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14836\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00] </p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing: the podcast where you can catch quick explanations of the ideas behind the WordPress open<strong> </strong>source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. </p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p> [Josepha Haden Chomphosy 00:00:40] Start of Show</p>\n\n\n\n<p>Just over 50 episodes ago, I shared some basic thoughts about the four freedoms of open source. I also talked through the most quoted phrase in open source “free as in free speech, not free as in beer.” And honestly, what podcast about the freedoms of open source would be complete without that? If you haven’t listened to that episode, I suggest you do, but if you don’t have time, I’ll start by reminding us all of the definition of free software, which is most commonly referred to as the four freedoms of open source.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:12]</p>\n\n\n\n<p>So the first thing is the freedom to run the program as you wish for any purpose. The second thing is the freedom to study how the program works and to change it so that it does your computing as you wish. As a side note, access to the source code is a precondition for this. </p>\n\n\n\n<p>The third freedom is the freedom to redistribute copies so that you can help others. And the fourth freedom is the freedom to distribute copies of your modified versions to others. By doing this, you can give the whole community a chance to benefit from your changes, and of course, also access to the source code is a precondition for this. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:47]</p>\n\n\n\n<p>The TLDR version of these freedoms is, essentially, that users have the freedom to run, copy, distribute, study, change, and improve the software. Now, normally when I speak about the freedoms of open source, I’m talking about it either from a practical or a philosophical standpoint, but I also spend a lot of time thinking about it from a leadership and organizational perspective.</p>\n\n\n\n<p>Every once in a while, you might hear me talk about the effects of “open source at scale,” or you might hear Matt say that the four freedoms are essentially the “Bill of Rghts for the open web.” I almost never really dig into either of those topics because it’s just really complicated. But for starters, anytime you talk about what someone is entitled to or deserves or expects, there is a feeling of political bias.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:40]</p>\n\n\n\n<p>And while I personally believe that creating software is inherently political or, at a minimum, concerned with the needs of people, that’s not what convinces anyone to participate in open source, and it’s certainly not what convinces people to use WordPress. But here’s the thing, as a leader in a widely used, free, and open source software project, as a leader in WordPress, I also know that every new user to our platform or any other open source platform represents a little more freedom in the world.</p>\n\n\n\n<p>A little more access to tools and jobs that weren’t available before. A slightly more open door to networks that undergird the success of entrepreneurs across the globe and a little more equity to the world of democratizing publishing. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:28]</p>\n\n\n\n<p>When I look at the four freedoms of open source, this Bill of Rights for the Web, I see not only the freedoms that we should have but also the things that we should have freedom from. </p>\n\n\n\n<p>We should have the freedom to know how our tools work, the freedom to know what information they need from us, and also the freedom to have some way to make that software work specifically for us because that’s why we have software because we have humans that need it. But we should also have freedom from having to hide our hacky enhancements or freedom from fear of losing our earned audience, or even the fear of losing access to copious amounts of content that we have created ourselves over the years.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:13]</p>\n\n\n\n<p>And honestly, the things that we should be free from just include a lot of fear of loss. Loss of opportunity or relevance or livelihood. And I feel like for our project, and maybe for open source as a whole, we’re encountering a lot of that right now, whether we are aware of it or not. We’re seeing advancements like GPT3 or ChatGPT if that sounds more familiar and co-pilot.</p>\n\n\n\n<p>And while it’s not quite in the same vein, also things like Gutenberg. Advancements that are coming to technology around us, technology we’re familiar with. And it’s hard to see what’s in them sometimes. It’s hard to see what drives them. It’s hard to know how we can make them work for us. So I have to remind us all, as citizens of an open source community, that what protects us from those things we should be free from is directly connected to how active we are in the things we are free to. </p>\n\n\n\n<p>We hear that in a slightly more routine way from folks around open source communities. Basically, the whole concept of open source software is being built by the folks who show up. You can’t influence the future of anything if you’re not showing up in the spaces where the influence happens.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:35]</p>\n\n\n\n<p>So be an active participant in these new technologies. Learn how GPT works and how it could work for you, even if it’s just writing better prompts. Learn how Gutenberg can support your needs, not subvert your needs, even if it’s just learning how to arrange a series of blocks into a pattern or patterns into a page.</p>\n\n\n\n<p>But as with all fast-moving technological advances, I encourage you to leap in feet first, not head first. Get in up to your neck in the “why”s and “how”s of that new technology you’ve been worrying about. Be the first to become best at this arcane new thing because that’s why we open source at all so that you have the freedom to run, copy, distribute, study, change, and improve your software. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:33] Small List of Big Things</p>\n\n\n\n<p>That brings me now to my small list of big things. It’s a very small list, but it is very big, as always. The first thing is that we are gearing up for the remaining major releases of the year, WP 6.3 and 6.4 in an atypical moment for our project. You can volunteer for both simultaneously if you want, and hopefully, you do want.</p>\n\n\n\n<p>Second thing is that there are many ways to celebrate WordPress’s 20th anniversary on May 27th. But one of the things you can do right now is record a short video or sound clip about a great memory or experience you have had in this community or just generally because of WordPress. Those will be featured on the WP 20 website, and maybe even a lucky few will make it into the second volume of the WordPress history book.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Apr 2023 13:55:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:99:\"Gutenberg Times: Gutenberg Changelog #82 – Gutenberg 15.6 and proposed schedule for WordPress 6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=23907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://gutenbergtimes.com/podcast/gutenberg-changelog-82-gutenberg-15-6-and-proposed-schedule-for-wordpress-6-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39241:\"<p>Nick Diego and Birgit Pauli-Haack discuss the most recent Gutenberg plugin release 15.6, the proposed schedule for WordPress 6.3 release in August of this year and a few things that are in the works. </p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-82-gutenberg-15-6-and-proposed-schedule-for-wordpress-6-3/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music: <a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Special Guest: Nick Diego</h2>\n\n\n\n<ul>\n<li>Follow on Twitter: <a href=\"https://twitter.com/nickmdiego\">@nickmdiego</a></li>\n\n\n\n<li>WordPress.org: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Announcements</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/14/wordpress-6-3-planning-proposal-call-for-volunteers/\">WordPress 6.3 Planning Proposal & Call for Volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\">Preparing for the Next Women & Nonbinary Release Squad</a></li>\n</ul>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/03/29/fse-program-exploration-build-a-block-theme/\">FSE Program Exploration: Build a block theme</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/04/17/fse-program-testing-call-21-front-page-fun/\">FSE Program Testing Call #21: Front Page Fun</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/04/using-template-patterns-to-build-multiple-homepage-designs/\"><strong>Using template patterns to build multiple homepage designs</strong></a> (Dev Blog) </li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contributions</h2>\n\n\n\n<p><strong>GiveWP:</strong> <a href=\"https://givewp.com/visual-donation-form-builder-beta/\"><strong>Visual Donation Form Builder in Beta</strong></a></p>\n\n\n\n<h3 class=\"wp-block-heading\">Bring me your Issues with Ryan Welcher</h3>\n\n\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=Aut0EcsKbxM&t=6s\">Bring me your Issues #1</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=n2SYJhh3PGs\">Bring me your Issues #2</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/watch?v=7qalDqYnFRA&t=856s\">Bring me your Issues #3</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/tooling-using-create-block-scaffolding-and-3rd-party-templates/\">Tooling: Using Create-Block Scaffolding and 3rd Party Templates</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg 15.6</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/\">What’s new in Gutenberg 15.6? (19 April)</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/gutenberg-15-6-introduces-experimental-details-block-and-command-center-for-site-editor\">Gutenberg 15.6 Introduces Experimental Details Block and Command Center for Site Editor</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/intrinsic-design-theming-and-rethinking-how-to-design-with-wordpress/\">Intrinsic design, theming, and rethinking how to design with WordPress</a> (Dev Blog)</li>\n\n\n\n<li><a href=\"https://twitter.com/nickmdiego/status/1649055649542856704\">Nick Diego’s Video on Twitter on Spacing for the Spacer block.</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What’s discussed or in the works?</h2>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/49607#top\">WIP – Add a UI to allow saving patterns 🚧</a>#49607</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/48458#top\">The wp:pattern block</a>#48458</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/49912#top\">Experimental: Global styles revisions</a>#49912 (alternative to #<a href=\"https://github.com/WordPress/gutenberg/pull/46667\">46667</a>)</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/49601#top\">Editor: expose revisions in the UI for all available post types</a>#49601</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/15682\">Blocks: Provide a general solution to customize the list of allowed blocks for inner blocks with block attributes</a> </li>\n</ul>\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\">Transcript</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello, and welcome to our 82nd episode of the Gutenberg Changelog Podcast. In today’s episode, we will talk about the Gutenberg plugin version 15.6, the proposed schedule for WordPress 6.3, and a few things that are in the works again. I’m your host Birgit Pauli-Haack, curator at the Gutenberg Times and full-time core contributor for the WordPress Open Source Project. I’m thrilled to have with me today, co-host Nick Diego, plugin developer, core contributor as well, and we are both part of Automattic’s Five for the Future project. Nick and I teamed up to manage the Gutenberg plugin release 15.6, so this is fresh from the press, so to speak. Thanks for joining me today again at the Gutenberg Changelog. Nick, how are you today?</p>\n\n\n\n<p><em>Nick Diego</em>: I’m doing great. I’m very excited that 15.6 is out in the wild now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, me too. And this is a daily dose of Nick Diego for me because the last two days we were in communication about the release. </p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Announcements</strong></h3>\n\n\n\n<p>But before we head into the Gutenberg 15.6 release, let’s do a few announcements from the WordPress project. As mentioned in the intro, the release schedule for WordPress 6.3 proposal is published and includes a call for volunteers for the release squad. A beta is proposed to be, beta one, is proposed to be on June 27th, 2023. So it’s after WordCamp and “after after” WordCamp, so to speak, WordCamp Europe. Release candidate and dev notes. Deadline is proposed for July 18th, 2023, and then the final release is proposed to be scheduled on August 8th, 2023. So you raised your hand right, Nick? I raised my hand.</p>\n\n\n\n<p><em>Nick Diego</em>: I did. Yeah. Yes, exactly. So yeah, I’ve been in the editor triage lead for the last three-year releases and it was a new role when I started. I’d love to help somebody grow into that role because I love doing it, but we want to see other people in that role as well. And I think it’s a fun role. It’s pretty unique. Yeah, it’s not very technical. It’s more organizational and just engaging with other release leads and kind of keeping everything moving smoothly. So it’s a great lead for somebody who maybe is not as technical but wants to really engage with the release.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah, I want to change my role. The last three releases, I did documentation pieces and especially the Gutenberg dev notes wrangle them through GitHub and that is definitely something that somebody that is not technical can do as well. I’m open to mentor somebody for 6.3 and the proposal for the schedule comes actually on the heels of Josepha Haden Chomphosy’s post, which preparing for the next women and non-binary release squad, AKA underrepresented gender squad.</p>\n\n\n\n<p>And if you want to be part of it, you can raise your hands in the comments there. And of course we have the links and show notes, but if you haven’t worked on the major WordPress release squad before, it would be really good and you want to be part of the underrepresented gender squad, it would be good that you also look at the schedule for 6.3 and raise your hand there because quite a few mentors would be available to skill up contributors to be part of 6.4 because that’s how you get new people in that you need to… We need to shepherd them through the responsibilities and how things work and who to talk to and how this all… It can be very intimidating when you haven’t done this before.</p>\n\n\n\n<p>So not to throw you into the deep end of the water to swim.</p>\n\n\n\n<p><em>Nick Diego</em>: It’s always good to see how the sausage is made and there’s so much going on and so many people involved. I know when I first did it, I was very intimidated, but after you see it once, it starts to make a bit more sense. So yeah, mentor for 6.3 and then get really well-prepared for 6.4.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. And if you want to learn more, yeah, you find us on Twitter or on the WordPress Slack and you can just kind of DM us or ask us some questions there. Well, I volunteered you now. Big sorry.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah. Oh, if anybody has any questions about the release, feel free to reach out to us. We’re here to help, here to get more people on board with the release. I know for myself, it kind of kicked off my journey in contributing more to WordPress and it really made me kind of fall in love with the process. And so I highly encourage anybody else who might be even a little bit interested to start exploring it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And if you want to help the quality race on some of the products, you can also follow the FSE outreach program that has been in place for two and a half years almost. And there is, Anne McCarthy runs the program and you still have until April 26th to follow the testing call number 20. And that is using the create block theme plugin to create a block theme and you get some instructions on the call for testing. It’s another six days, but if you are not so much into theme development, maybe you want to do the new call for testing that just came out and have some front page fun with a block scene and create some templates that are for the front page. And there is actually also a developer news blog out, blog post out that just came out last week, and that is by Justin Tadlock using the template patterns to build multiple homepage designs. So I don’t know exactly if they’re related, but I’m pointing you to it as well, so you get a little bit broader picture of it. Yes.</p>\n\n\n\n<p><em>Nick Diego</em>: And I want to stress that these call for testings, even if you’ve been building with blocks forever and you’re very engaged, it’s a great exercise to go through. I consider myself very entrenched in WordPress and know what’s going on, but sometimes when you go through these testing calls, you find pitfalls or issues that somebody who’s maybe brand new to blocks would encounter. It’s a great way to find problems or things that can be fixed to make that onboarding experience smoother. So I know I always find things that I don’t expect, but the goal of these call for testing is to make WordPress better. And so even if you use WordPress every day, I encourage you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that’s a good point. Absolutely. And if I want to get something done on my theme, for instance, for the Gutenberg Times or for my personal blog and try to do this, I always find something that might be a little quirky, that might be a little bit, oh, I haven’t thought about that, but now that I use it, maybe there are some things that could be easier to handle or more intuitive or I run into some problems.</p>\n\n\n\n<p>It’s so fresh from out of the releases that there’s always… There is no bug free software. That ship has sailed when we so many people are involved. All right.</p>\n\n\n\n<p><em>Nick Diego</em>: Absolutely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. But that’s also something if I get asked, I want to contribute to WordPress, but I don’t know how. So I’ll appoint them to the testing calls because it’s gets them hands-on with the WordPress site and also contribute back by just giving feedback. You don’t have to know the processes. You don’t need to know any development, but when something doesn’t work right and you can raise your hand and say, I found something and explain that to other people. And Anne has been very good in creating GitHub issues for the developers and to feed that back into the development process.</p>\n\n\n\n<p><em>Nick Diego</em>: Absolutely.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Community Contributions</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: For the community contribution, I wanted to point out Ryan Welcher started a new series on his Twitch stream and it’s called Bring Me Your Issues. And he uploaded the first of the few issues for persistence on YouTube, and I wanted to point you to it. He also went through the work and added chapter timestamps to it, and especially for the first one that was really helpful because that’s a two and a half hour Twitch session. I really admire his persistence and his patience.</p>\n\n\n\n<p>So you can look through the list of the topics that he covered and one of them… So I can only say three things, but that it was more so how to use the create block scaffolding tool. It’s always interesting to see that and how to build an edit block for the lockdown user. So edit post block I should say. And that’s certainly something that could come to core, but if it’s easier… Yeah, relatively easy to build, you can build it yourself. Then he answers the question, what and why inner blocks, which is a component that is for block building. And then another question is how to create a placeholder and parent and child relationships for your block development and using the example of a post pickup block. Yeah.</p>\n\n\n\n<p><em>Nick Diego</em>: It’s a goldmine of tools and how to do different things, so if you haven’t checked out Ryan’s streams, you definitely should.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and there’s a second edition of it, where you can learn more about the get post type selectors in the data store and the use entity records, all technical terms, that you will know so easy after you listen to that. The render appender, I like that. The render appender on the inner box. And then in the third edition here, Ryan also talks a little bit over the Gutenberg 15.5 release and how to create a external template for APIs for the great block scaffolding tool. Always a good thing to know so you can create your own templates for the tool. There was actually also a topic at one of our Gutenberg live Q&As was Grzegorz Ziolkowski and Fabian Kagy. It’s a couple of years old, but it’s still very, very current with demos and additional background on how to create those templates. So we share all this in the show notes. I know it’s a little bit tech and developer happy, heavy, happy too, but I just wanted to point out these new resources and additional resources.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, absolutely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So GiveWP published a block-based visual donation form builder. That’s a mouthful, and it’s in beta. So GiveWP has, in an earlier episode, we discussed GiveWP’s way to rebuild the powerful donation plugin with our block first mindset and starting off with a WordPress native components and scripts to build the interface and only use custom code to augment it. And the visual donation form builder, it’s getting better, is the first product that comes from this effort. And if you work for an agency that helps nonprofits fundraise using the GiveWP Plugin, this beta is definitely for you. It’s also for you when you are working at a nonprofit organization and you are responsible for the fundraising and creating the campaign-related forms. This is also a beta for you. So it gives you early insight in what’s coming to GiveWP in the version 3.0. And it also gives you a better feel for what will be possible with a new form builder that isn’t available right now. So check it out, GiveWP. We have the link definitely in the show notes to the beta announcement, and that’s it from our community contributions.</p>\n\n\n\n<p><em>Nick Diego</em>: Lots of good stuff.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What’s Released – Gutenberg 15.6</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So what’s released this week? We have Gutenberg 15.6 and we are coming right from it. It was released yesterday and the release post is also available now. It includes a total of 112 PRs. It’s a smaller release in comparison to the ones that come closer to a major WordPress release. It was authored by 45 contributors and seven of which were new contributors. So congratulations everyone on the good work and let’s get into what’s in there. And we’re starting out with, we now have spacing presets to the spacer block.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, this is what I’m so excited about. We’ve had… Since 6.1, presets were added to WordPress, which allow you to do a little slider for margin and padding and block app. It’s configuring margin or padding can be kind of complicated, but when you have a preset of small, medium, large or 1-2-3-4-5, it just makes it a little bit easier for the user. And the way that you could apply those, is you could actually make them fluid, using clamp to make them fluid, which allows for really interesting designs that don’t require media queries because you can make all your one margin for desktop, another for mobile. We didn’t have that for the spacer block, which adds vertical height between different blocks. So if you had a hundred pixel spacer block, you wanted it to be smaller on mobile, you would need to use custom CSS.</p>\n\n\n\n<p>Well, now spacing presets come to the spacer block, which also in turn allows for fluid spacer blocks, which people have been asking for forever. Because the spacer block is such a natural tool. It’s so easy to add for end users. It makes sense. I want to add some space between these two items. Okay, add the spacer block, but now that they’re fluid… Now that you can make them fluid, it allows for dynamic websites where you have one size on desktop, another for tablet and another for mobile. And it’s all on this fluid spectrum and you don’t need media queries. You don’t need anything else. You’re just using these spacing presets. So I couldn’t be more excited. I’ve only have just began exploring this and I know other theme developers are as well, so exciting stuff.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. Yeah, thank you so much for telling us about it. I also want to point out a blog post that’s on the developer blog and it kind of talks about that fluid part of intrinsic design versus media queries for theming and thinking about how designing WordPress makes it a little bit more modern when you… Because the proliferation of screen sizes, you are probably not very content with just three media or three sets. You might need 12 sets or 6 sets, and who keeps track of all the different settings for all these presets? Intrinsic design, that’s a fluid typography. That’s a fluid spacing. It’s definitely a way to go.</p>\n\n\n\n<p>It doesn’t say that you cannot have any media queries, but it’s definitely for the strategic way to build websites. It’s the way to go now.</p>\n\n\n\n<p><em>Nick Diego</em>: Definitely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And then we had, the cover block had border support, but now you also have these pop over resizable box and I think it also was in 15.5, but cover block has now a great border support. You can have the radios. You can have the colors. You can have the resizable block kind of… Resizable blocks adhered to those. Yeah, that was really nice when I tested it. I’m not quite sure that’s 5.6 native, but it’s definitely improved with 15.6</p>\n\n\n\n<p><em>Nick Diego</em>: In 16.1, we did a huge effort to add all these design tools to most blocks, but border was left off a handful of them. One of them being cover block because of the clipping so if you did a background image and you tried to put border radius on it, you’d need to use overflow. It just became tricky with CSS and it took some more time to figure out how to implement that correctly. And so we finally got there and I think that this has been one of those things, why isn’t there border control? I thought, well, it was a little more tricky than we expected. So it’s nice to see it here and it really opens up a lot of designs and again, removes some extra custom CSS that you may have needed in the past to achieve a specific design.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So next thing on the list of change of was, add styles section to the… Well, they call it browse mode sidebar, but it’s the style editor of the style. Well, somebody called it site editor dark side as well, so which I don’t feel slightly better. It’s the left sidebar that is on the site editor. And now there is a style section where you can see all the styles that come with the theme, the style variations, and when you click on it, you see how your site changes, but there’s also an edit button there. So you can then go and open up the right side and change some of the settings for the style variation. And that is a very fluid workflow. I really love that. And it’s now in the Gutenberg plugin, so it’s really cool.</p>\n\n\n\n<p><em>Nick Diego</em>: Before you had to know where the style variations were. You had to click into the template, then go to the style panel. And so this just makes it much more surfaced for users, allowing you to easily switch your style variation out. Great improvement, and also that name to be determined left-hand sidebar. That will get more features as we go on as well. But this is one additional addition beyond templates and template parts and navigation.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Those are the four main items right now. Yeah, navigation, global styles, template and template parts. And there might be a pattern in the future.</p>\n\n\n\n<p><em>Nick Diego</em>: Hopefully.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hopefully. Yes, yes, yes. And then in Gutenberg 15.6, there’s also two experiments. One is a new block that the details and summary block, which mostly was working by Carolina Nymark and she did a fantastic job, shepherding that for maybe a year until it actually got merged as an experiment into the plugin. It’s how you can hide things. You write a movie review and you want to hide the spoiler part where you reveal some of the drama in the movie, but you want your users to know or readers to know that you making a choice here. You open it up and it’s a spoiler. You can also hide some details on certain things. There are numerous of use cases and it’s quite nice because it has all the design tools. It has the typography. It has the spacing. It has the backgrounds, the colors. So it’s actually a nice little block and it can use some testing, but you need to go to the menu of the Gutenberg plugin into the experiments and check it on. Yeah. Have you used it Nick?</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, I played around with it quite a bit. I think that the colloquial term would be an accordion, is basically kind of what we’re talking about here. It’s really hard to do in an accessible way, which is one of the reasons why this has taken so long to get into WordPress. Core, that is. And so I think Carolina did a great job. The current experimental implementation includes a number of a parent block and then a number of child blocks. There’s another exploration that’s maybe trying to simplify that. But either way, we’re getting closer and closer to having this block and core and it’s something that everybody’s asked for. So why isn’t this in core? We want this in core. So it’s, it will get there and I think this is a great first step. Encourage everybody to try out the experiment. Find problems with it. Find out how we can make it better.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Excellent. And then there’s another experiment. It’s called a command center for the site editor. And that is really a rough interface right now if you switch it on. Yeah, don’t expect too much user-friendliness in there because it’s still in an experimental way. So if I understood this correctly, you get a little search bar like the spotlight on a Mac or so, and then you can say edit something or change color or so and it will get you to the place where you can actually do that. So you wouldn’t need to know all the 15 levels of menus to get to a certain place. I have not played with it. Did you test it a bit?</p>\n\n\n\n<p><em>Nick Diego</em>: Yes, so we’ve been all hearing about artificial intelligence these days. AI is everywhere, and this is not AI, but it’s an experiment to start exploring one, how you can move things around. How you can move around the site. You could tell it, I want to add a new page, but you can also start to see where in the future you could hook in… third-party extenders could hook in a different additional functionality into this command center to do, write me a post about Mars, whatever. You can start to think about where this could eventually go, which is why this is currently an experiment, but the baseline is going to be take me to the styles panel, add a new page, simple things. But it could be huge. It could be a really important component of what WordPress is. And so really test it out, start exploring it. The idea behind it is it’s going to be very extensible, so you can add additional functionality as a third-party extender. So really excited to see where this goes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, me too. And then there are quite a few, I call them or we call them here, quality of life kind of enhancements you don’t know that you need it until you see that what you get. And one of them is the smoother animations for the drop zone and what is a drop zone? It’s not a movie thing. You go from drag and drop and to drop, you need to know where you it’s is actually going on your canvas and the animation that… So there’s a blue line appearing on your canvas and it tells you, okay, your drop thingy will drop here when you release the button if you wanted to. And the animations are much smoother. It’s actually a delightful experience now to drag and drop blocks from one section to the other or from the list view over… From the list view over to your canvas. So that’s a very nice addition there.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, it’s really nice. And then there’s some improvements to list view itself around dragging. I’ve run into it too. You see sometimes you drag items within the list view and it’s… Things don’t go exactly where you want them to. And one of those was dragging underneath a container like a group block was a little challenging. And then they’ve improved that as well. So dragging and dropping and got it much easier across the board.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and that I think were all the highlights that we wanted to point out today from the Gutenberg 15.6 release. We will have the release post in the show notes so you can follow up on things. </p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What’s in Active Development or Discussed</strong></h3>\n\n\n\n<p>And now we want to talk to you about what’s in active development and what’s coming down the line. And first off is the work with patterns. So I hear this over and over again. I want to create my own patterns. Why can’t I do this with WordPress? I need a plugin. And we know all the good plugins. There’s a, Justin Tadlock had a plugin to create patterns and Block Meister was one, and then WP Engine came out with a pattern builder. And so Ari has a work in progress to add UI to allow saving patterns. And we definitely share that and it’s coming along fine, but it’s still a work in progress. And I don’t know what are the problems they’re hitting? Do you have a feeling on how that’s difficult?</p>\n\n\n\n<p><em>Nick Diego</em>: Well, I think it’s one of those things where we have all sorts of different entities in the block editor. We have reusable blocks. We have templates. We have template parts. What do you use when? What do you use where? And so I think that not only the functionality of being able to save a pattern, but also the UI around saving a pattern and making it clear to users when you should use one over the other and in what context things should be used. So there’s a technical issue and then there’s also a UI understanding user experience issue as well. So it’s getting there. It’s great to see this happening in core patterns are such a great way to create content and then use it in different places. And being able to do that in core would be such a huge benefit. It would allow you to design something, save it as a pattern, go to a different page, use your pattern. There’s just so many delightful applications of this and really excited to see it moving forward.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it definitely needs to be in there. And there’s also a work done on the WP pattern block, which allows you to create patterns or use patterns in template parts. So that’s also reusable designs that are already available to use them in templates, so you can reuse, have them on every type of page that you want to be on. That is also in the works. It definitely comes together with the UI for the patterns as well. So look out, we have the links for the PRs, will be in the show notes, so if you want to check it out and keep a tab on it, feel free to do those.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, and I think that the long and short of it is patterns are under the hood a very simple thing. It’s just a collection of blocks. And the initial implementation of patterns was just that. It was a collection of blocks that you could deploy in different places. Now that people are starting to expand and adopt block-based WordPress, it’s become very clear how powerful patterns can be. And now we’re seeing all these like, well, can it do this? Can it do this? Can we do it here? Yeah. And so we’re trying to address those things.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I just want to… Just had the idea, we talked about pattern before and I pitched that developer news post where you can have patterns for particular templates, and that’s also part of that idea where you can expand. How you can use it. How can theme developers support users in creating what they need to create on their websites and be fast with that? Yeah. So that’s also part, yeah.</p>\n\n\n\n<p>Another thing that was definitely had a lot of questions and a lot of requests was getting revisions on the global styles for the interface. So contributors look to implement revisions and display them in the global styles. There’s current and experimental implementation that shows a separate revision menu item in the global styles. And when you selected, you can see the latest revisions, the preview of them in the editor, and you can also go back to the latest revision and change it again. Or there is also a restore of unsafe changes and also a reset to the science of the theme. So there was, the design team did lot of thinking about how that can be displayed. And now developers are working on some iterations on the PR before it’s merged. And it will certainly need some thorough testing, but I wanted listeners to know that that is coming as well.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, revisions are such a big thing when you make those changes in the site editor can be a little discerning because you’re like, I’m making all these changes. How do I get back? How do I get back to a design that I liked before and it was clicking the back button a million times or just a little… It was tough. So there’s a revision, especially visual revisions where you can go back and see what the changes that were made I think is going to be really important for broader adoption of the site editor. So great to see.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. And when users do make their own designs or make changes on their design, sometimes they don’t know what the final design looks like until they actually have it and then they don’t like it anymore and then they need to go back and that these revisions definitely will help with that process. I’m that way. Yeah.</p>\n\n\n\n<p><em>Nick Diego</em>: Oh, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And the last item that I have in the list for, or we have in the list for you to learn that is discussed and in the works is again, a little bit more developer oriented, but now there is a PR one issue discussed on how to get allowed blocks into the blockchain meta. It is an attribute for the inner block. So if you have a custom block and you want other blocks in there, you can restrict which blocks can be put in there, but you are not able to add this to your… A data point to your outside block. And that is something especially for developers that restrict them or they find solutions around it. And if you… Yeah, one is if you want to restrict an instance of the media and text block, that it only can do heading, paragraph, and image, but you can tell the media and text block that is what you want them to put in there. So developers do all kinds of interesting things to work around this, but there should be a standard in core and the developers are working on it.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, I’d love to see this extensibility. When the block editor is being built, obviously, you need the core components to be built, but I think we’re finally out of time where a lot of things are stable and now is really how do we allow people to make changes, extend different components. One of the beauties of WordPress. You can change anything. You can configure it in many ways and getting some of that configurability into more configurability into the block editor is great. So these little things that may seem minor have huge impacts for developers’ lives and what they’re trying to implement. So great to see this happening.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I was thinking about, well, this is an issue that’s discussed for four years now. And finally there are enough use cases, there have been enough ways to use the block editor and extend an editor, and now there’s a real need there to actually have that discussion come to fruition into a PR or into a new feature that helps the developers to extend things. And I think we will see through the year of 2023, the next two major WordPress releases, certainly additional things that add more extensibility to the block editor, especially to the site editor and to custom blocks. And it’s exciting times and I’m really glad that we are there now just before the next phase of Gutenberg.</p>\n\n\n\n<p>Yeah, absolutely. And with that, dear listeners, we are at the end of the show. It was a shorter show, but I’m glad I had Nick with me for you and could talk to you about a few things that are beyond the Gutenberg plugin release. </p>\n\n\n\n<p>So before the end of the show. I remind you if you want to help WordPress get better, heed the call for testing, either building a block theme with a block plugin in the 20th testing call or rating front pages, different kind of front page for your website. So anything else that you want to add to things that we haven’t talked about that you were top of your mind?</p>\n\n\n\n<p><em>Nick Diego</em>: No, just encourage people to go check out 15.6 and that call for testing. Embrace blocks and try to push the block editor to his limits. And if there are issues, let us know and we’ll help make it better.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right, so you changed jobs, Nick? Have anything but you are not new to our listeners. That’s why we kind of cut through the introduction a little bit. But have anything… If people want to get in touch with you, has anything changed?</p>\n\n\n\n<p><em>Nick Diego</em>: Nope. The best place usually is just on Twitter or obviously WordPress Slack at NDiego. On Twitter, NickMDiego. So feel free to reach out to me with your questions, comments, suggestions about WordPress. Here to help.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And we have a new video of you, Fluid Spaces.</p>\n\n\n\n<p><em>Nick Diego</em>: Yeah, I’m going to make more of those. I’m going to be trying to do more little shorts about different features that come out in WordPress so we’ll see how that goes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And the first one is out today and we will have the link in the show notes and it talks about the spacers, spacer block. And so let Nick know what you think about and what your ideas are for new little shorts. </p>\n\n\n\n<p>As always, the show notes will be published on gutenbergtimes.com/podcast. This is the 82nd edition or episode. And if you have questions or suggestions or news you want to send, include them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That’s <a href=\"mailto:changelog@Gutenbergtimes.com\">changelog@Gutenbergtimes.com</a>. Thank you everybody, and I wish you a great weekend and a new weekend of spring eternal. Hopefully, and the weather getting better and talk to you in two weeks. Bye-bye.</p>\n\n\n\n<p><em>Nick Diego</em>: Bye-bye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Apr 2023 21:15:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:82:\"WPTavern: Virtuozzo Launches Version 2.0 of Its Application Platform for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=143923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/virtuozzo-launches-version-2-0-of-its-application-platform-for-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:2573:\"<p>Virtuozzo, the software company behind the virtualization and cloud management capabilities of many popular hosting service providers, has launched <a href=\"https://www.virtuozzo.com/company/blog/wordpress-as-a-service-the-new-kind/\">version 2.0</a> of its <a href=\"https://virtuozzo.com/application-platform-for-wordpress/\">WordPress platform</a>. The company’s 450+ customers include GoDaddy, IONOS, InMotion hosting, and other hosts.</p>\n\n\n\n<p>Virtuozzo’s WordPress platform enables service providers to sell containerized hosting as a service. The most recent update introduces a new user interface designed for WordPress customers that makes it easy to configure resources, adjust scaling, pay invoices, and deploy WordPress websites.</p>\n\n\n\n<img />\n\n\n\n<p>Version 2.0 of the <a href=\"https://virtuozzo.com/application-platform-for-wordpress/\">Virtuozzo Application Platform for WordPress</a> includes automatic scaling up or down in response to traffic spikes, the ability to offer consumption-based pricing, automated WordPress deployment for single instances to multi-region clusters, and efficient hardware utilization with fully isolated containers and automatic failover. </p>\n\n\n\n<p>The new platform makes it possible for any hosting provider to offer some of the same features that more expensive managed hosts provide. Virtuozzo pioneered the platform with <a rel=\"noreferrer noopener\" href=\"https://www.azpocket.co.jp/\" target=\"_blank\">AzPocket</a>, a Japanese WordPress host, as the first adopter, who used it to expand the features of its shared hosting offerings.</p>\n\n\n\n<p>“There is a significant gap in the WordPress hosting market, between cheap shared or VPS hosting services, and more expensive managed WordPress from companies such as WP Engine and Kinsta,” Virtuozzo VP of Strategic Product Development Carlos Rego said. “Our solution enables any service provider to offer modern, containerized WordPress-as-a-Service at a fraction of the cost of those ‘premium’ providers.” </p>\n\n\n\n<p>Virtuozzo will be hosting a webinar on <a href=\"https://www.virtuozzo.com/sell-wordpress-as-a-service-brand-new-ux/\">how to sell premium WordPress hosting</a> on May 4, 2023, at 11AM EDT/ 5PM CET. Planned topics include the opportunity for hosting in the WordPress market, the drawbacks of current hosting products, and how to create a “WordPress as a Service business in a box.” Virtuozzo representatives will demo the new WordPress platform and answer questions from attendees at the conclusion of the event.</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, 22 Apr 2023 16:13:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Gutenberg Times: Custom CSS, front page fun, Gutenberg outside of WordPress – Weekend Edition #251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23915\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://gutenbergtimes.com/custom-css-front-page-fun-gutenberg-outside-of-wordpress-weekend-edition-251/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15293:\"<p>Howdy, </p>\n\n\n\n<p>Although, I found great content for you and I was co-leading the Gutenberg plugin release, it felt like a quiet week. No family drama, no moving stress. Nowadays, I cherish the quiet moments, when I can sit and read a book, that’s not technical in nature. Or just sit with loved once and chat about life, or go for a walk along the Rhine. Or take a stroll through Tinguely Museum. What are your moments of quiet, you cherish, and you don’t have enough of? </p>\n\n\n\n<a href=\"https://www.tinguely.ch/en.html\"><img /></a><a href=\"https://www.tinguely.ch/en.html\">Méta-Harmonie II – Tinguely Museum</a>\n\n\n\n<p>This will all change again next week, I am confident. 🤷🏻♀️</p>\n\n\n\n<p>How was your week? </p>\n\n\n\n<p>Hopefully, you can take a quiet moment for reading through this newsletter. Enjoy</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></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>This week, <strong>Gutenberg 15.6</strong> was released. Nick Diego and I were leading the release and published the release post: <a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/\"><strong>What’s new in Gutenberg 15.6? (19 April)</strong></a>. We highlighted </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/#details-block-experimental\">Details block, experimental</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/#spacer-block-gets-spacing-presets\">Spacer Block gets spacing presets</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/#style-variations-in-browse-mode\">Style variations in browse mode</a></li>\n</ul>\n\n\n\n<p><strong>Sarah Gooding</strong> also reported <a href=\"https://wptavern.com/gutenberg-15-6-introduces-experimental-details-block-and-command-center-for-site-editor\"><strong>Gutenberg 15.6 Introduces Experimental Details Block and Command Center for Site Editor</strong></a>. </p>\n\n\n\n<p><strong>Nick Diego </strong>and I also recorded the <strong>Gutenberg Changelog episode 82</strong> together and discussed not only the latest release but also what’s in the works, like revisions for Global Styles, or a Pattern creator. It was a great pleasure speaking with Nick again on the podcast. The episode 82 will arrive at your favorite podcast app over the weekend. </p>\n\n\n\n<img /><strong>“Daily doses Nick Diego”</strong>\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>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-82-gutenberg-15-6-and-proposed-schedule-for-wordpress-6-3/\">Gutenberg Changelog #82 – Gutenberg 15.6 and proposed schedule for WordPress 6.3</a> with Birgit Pauli-Haack and special guest Nick Diego</p>\n</div></div>\n\n\n\n<p>A new call for testing is available for you! In <a href=\"https://make.wordpress.org/test/2023/04/17/fse-program-testing-call-21-front-page-fun/\"><strong>FSE Program Testing Call #21: Front Page Fun</strong></a>, <strong>Anne McCarthy</strong> invites you to create and modify the front page of a site utilizing patterns that are available on a pre-built site, thanks to the <a href=\"https://instawp.com/\">InstaWP </a>service. Share your experience on the post by May 8th, 2023. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Wes Theron</strong> posted a video on <a href=\"https://wordpress.tv/2023/04/18/building-a-page-with-only-patterns/\"><strong>Building a page with only patterns</strong></a>. In this demo, he used a variety of patterns to create a Services Page. Patterns allow you to add beautifully designed, ready-to-go layouts to any WordPress site with a simple insert or copy/paste.</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/jasontheadams\">Jason Adams,</a></strong> announced <strong>GiveWP’S Block based: </strong><a href=\"https://givewp.com/visual-donation-form-builder-beta/\"><strong>Visual Donation Form Builder in Beta</strong></a>. We discussed in an earlier edition that GiveWP is rebuilding their powerful Donation plugin with a block first mindset. The revamp started off with the WordPress own components and scripts to build the interface, and the GiveWP team augmented it with custom code where necessary. The Visual donation Form Builder is the first product to come from this effort. <a href=\"https://www.youtube.com/watch?v=paRW3BWsdgw\">More info is also available on YouTube</a></p>\n\n\n\n<p>If you work at an agency that helps their nonprofits fundraise using the GiveWP plugin, this beta test is for you. Furthermore, if you work at a nonprofit organization and are responsible for fundraising and building campaign related forms for your website, this beta test is for you. It gives you an early insight into what coming to GiveWP with its 3.0 version, and also a better feel for what will be possible with the new form builder that isn’t available right now. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Munir Kamal</strong> released his <a href=\"https://shop.gutenberghub.com/ai-writer/\"><strong>AI Writer on Gutenberg Hub Shop</strong></a> – plugin that integrates ChatGPT into the Gutenberg canvas. Your writing prompt is return with content, and then you can also ask for some rewrites, translate into various languages. You would need an OpenAI API key to enable the plugin, after you paid and installed the plugin. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Alexandra Yap,</strong> Stackable wrote a tutorial on <a href=\"https://wpstackable.com/blog/how-to-use-countdown-timers-for-marketing-campaigns/\"><strong>How to Use Countdown Timers for Marketing Campaigns</strong></a>. “Countdown timers in web design are digital timers that display the remaining time until a particular event or deadline. In this article, we’ll discuss how you can use countdown timers to boost your marketing campaigns.” she wrote. Congratulations to <strong><a href=\"https://twitter.com/bfintal\">Benjamin Intal </a></strong>and his team to passing the milestone of 80,000 active installations of their plugin <a href=\"https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/\">Stackable</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>There are now <strong><a href=\"https://wordpress.org/themes/tags/full-site-editing/\">282 Block Themes in the WordPress repository</a>.</strong> Here are three you could test. </p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/themes/abisko/\">Abisko</a> by Anders Noren, also <a href=\"https://wptavern.com/anders-noren-releases-abisko-a-new-free-wordpress-theme-with-30-block-patterns\">mentioned on WPTavern</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/spectra-one/\">Spectra One </a>by Brainstorm Force, developers also of the classic Astra theme, also <a href=\"https://www.youtube.com/watch?v=PNIeW9QQIc4\">reviewed by Jamie Marsland, PootlePress</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/ctlg/\">CTLG</a> by Automattic, specifically designed for creating lists, directories, and catalogs</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>What’s the difference between a block theme and a classic theme? <strong>Jamie Marsland</strong> explains it in a few minutes in this video <a href=\"https://www.youtube.com/watch?v=dZ1kruAnQso&t=1s\"><strong>WordPress Block Themes vs Classic Themes: A Beginners Guide</strong></a></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>Justin Tadlock</strong> wrote tutorial on how to work with <a href=\"https://developer.wordpress.org/news/2023/04/per-block-css-with-theme-json/\"><strong>Per-block CSS with theme.json</strong></a>. “<code>theme.json</code> supports enough CSS features to cover most common styles. But it cannot reasonably cover every scenario and still have a matching design tool in the editor UI, which is an important consideration. If the interface covered every possibility, the user experience would suffer.” Tadlock wrote. He also answers the question, why not add everything to a style.css and be done with it. Learn how to add custom CSS per block. Tadlock also added a few thoughts on pitfalls, and has some tips and tricks for you. </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\">“Keeping up with Gutenberg – Index 2022”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Nathan Wrigley</strong> talked to <strong>Steve Brunner</strong> and <strong>Timothy Jacobs</strong>, both founders of a SaaS app called <a href=\"https://engineawesome.com/\">Engine Awesome</a> in the latest WP Jukebox podcast: <a href=\"https://wptavern.com/podcast/72-steve-bruner-and-timothy-jacobs-on-using-gutenberg-outside-of-wordpress\"><strong>#72 – Steve Bruner and Timothy Jacobs on Using Gutenberg Outside of WordPress</strong></a>. They discussed Gutenberg, but not how you might expect. It’s Gutenberg outside of WordPress, but Gutenberg nonetheless.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The recording of the <a href=\"https://wordpress.tv/2023/04/18/developer-hours-introduction-to-the-interactivity-api/\"><strong>Developer Hours: Introduction to the Interactivity API</strong></a> with <strong><a href=\"https://twitter.com/c_z_a_p_l_a\">Michal Czaplinski</a></strong> is now available on WordPressTV. It featured a live product demo of the Interactivity API. Michal is one of the developers on the team that brought the Interactivity API to fruition. Following the demo, Michal answered attendees’ questions. </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> uploaded the recording of his <a href=\"https://www.youtube.com/watch?v=7qalDqYnFRA\"><strong>3rd edition of “Bring me your Issues” serie</strong></a>s to YouTube. First he gave an overview of the Gutenberg 15.5 release and the showed how to create a custom external template for APIs for the create-block scaffolding tool. </p>\n\n\n\n<p>The latter was also a topic of a Gutenberg Times Live Q & A with <strong>Grzegorz Ziolkowski</strong> and <strong>Fabian Kägy</strong> a couple of years ago, with demos and additional background: <a href=\"https://gutenbergtimes.com/tooling-using-create-block-scaffolding-and-3rd-party-templates/\">Tooling: Using Create-Block Scaffolding and 3rd Party Templates</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/ajaydsouza\">Ajay D’Souza</a></strong> showed you in his post <a href=\"https://webberzone.com/blog/wordpress-block-development-building-multiple-blocks/\"><strong>WordPress block development: Building multiple blocks</strong></a>, how to use the create-block scaffolding tool to add blocks to your plugin. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s 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’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: <a href=\"https://commons.wikimedia.org/wiki/File:Lego_blocks.jpg\">Ypiyush22 Lego blocks lying on floor closeup</a> – found on Wikimedia. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Apr 2023 09:15:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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, 11 May 2023 17:29:50 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 11 May 2023 17:00:31 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 2\";}}s:5:\"build\";s:14:\"20211221080300\";}','no'),(954,'_transient_timeout_jetpack_https_test','1683908374','no'),(955,'_transient_jetpack_https_test','1','no'),(956,'_transient_timeout_jetpack_https_test_message','1683908374','no'),(1002,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1683835071','no'),(1003,'_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:6091;}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:2787;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2673;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2053;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1917;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1906;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1641;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1566;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1555;}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:1515;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1506;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1485;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1365;}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:1271;}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:1155;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1147;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1054;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1020;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:999;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:966;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:903;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:893;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:879;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:878;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:875;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:870;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:868;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:830;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:795;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";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:778;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:770;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:766;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:736;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:732;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:730;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:728;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:723;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:688;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:686;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";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:675;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:666;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:633;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:622;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:616;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";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:608;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:607;}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:593;}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:590;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:578;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:570;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:568;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:567;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:567;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:557;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:554;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:542;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:540;}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:531;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:530;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:527;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:518;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:512;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:510;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:508;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:506;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:486;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:476;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:475;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:467;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:449;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:448;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:448;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:437;}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:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:426;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:425;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";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:421;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";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:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:418;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:412;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:406;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:398;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:396;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:395;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:392;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:390;}}','no'),(1113,'_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.2\";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'),(1112,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1683827128;s:7:\"checked\";a:9:{s:19:\"agriculture-farming\";s:3:\"1.5\";s:5:\"astra\";s:5:\"4.1.4\";s:15:\"hello-elementor\";s:5:\"2.7.1\";s:12:\"organic-farm\";s:5:\"0.5.8\";s:8:\"seotheme\";s:5:\"1.0.6\";s:10:\"storefront\";s:5:\"4.1.1\";s:15:\"twentytwentyone\";s:3:\"1.8\";s:17:\"twentytwentythree\";s:3:\"1.1\";s:15:\"twentytwentytwo\";s:3:\"1.4\";}s:8:\"response\";a:1:{s:10:\"storefront\";a:6:{s:5:\"theme\";s:10:\"storefront\";s:11:\"new_version\";s:5:\"4.2.0\";s:3:\"url\";s:40:\"https://wordpress.org/themes/storefront/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/storefront.4.2.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.6.0\";}}s:9:\"no_update\";a:7:{s:19:\"agriculture-farming\";a:6:{s:5:\"theme\";s:19:\"agriculture-farming\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:49:\"https://wordpress.org/themes/agriculture-farming/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/theme/agriculture-farming.1.5.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"7.2\";}s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:5:\"4.1.4\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.4.1.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"2.7.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.7.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:12:\"organic-farm\";a:6:{s:5:\"theme\";s:12:\"organic-farm\";s:11:\"new_version\";s:5:\"0.5.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/organic-farm/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/organic-farm.0.5.8.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"7.2\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.8.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.1.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.4.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(411,'ucp_pointers','a:0:{}','yes'),(419,'ucp_options','a:33:{s:6:\"status\";s:1:\"1\";s:11:\"license_key\";s:0:\"\";s:14:\"license_active\";b:0;s:15:\"license_expires\";s:10:\"1900-01-01\";s:12:\"license_type\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:14:\"ga_tracking_id\";s:0:\"\";s:5:\"theme\";s:4:\"dark\";s:10:\"custom_css\";s:0:\"\";s:5:\"title\";s:34:\"[site-title] is under construction\";s:11:\"description\";s:14:\"[site-tagline]\";s:8:\"heading1\";s:35:\"Sorry, we\'re upgrading the website.\";s:7:\"content\";s:89:\"Thank you for being patient. We are doing some work on the site and will be back shortly.\";s:15:\"social_facebook\";s:38:\"https://www.facebook.com/pallyagroltd/\";s:14:\"social_twitter\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"social_youtube\";s:0:\"\";s:12:\"social_vimeo\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_behance\";s:0:\"\";s:16:\"social_instagram\";s:36:\"https://www.instagram.com/pallyagro/\";s:13:\"social_tumblr\";s:0:\"\";s:9:\"social_vk\";s:0:\"\";s:12:\"social_email\";s:17:\"info@pallyagro.ng\";s:12:\"social_phone\";s:17:\"+234 8139 374 640\";s:12:\"social_skype\";s:0:\"\";s:15:\"social_telegram\";s:0:\"\";s:15:\"social_whatsapp\";s:0:\"\";s:12:\"login_button\";i:0;s:8:\"linkback\";i:0;s:17:\"whitelisted_roles\";a:1:{i:0;s:13:\"administrator\";}s:17:\"whitelisted_users\";a:0:{}}','yes'),(412,'recently_activated','a:0:{}','yes'),(413,'ucp_meta','a:3:{s:13:\"first_version\";s:4:\"3.97\";s:13:\"first_install\";i:1683724462;s:11:\"options_ver\";s:4:\"3.97\";}','yes'),(416,'jetpack_dismissed_connection_banner','1','yes'),(744,'_transient_timeout_elementor_rollback_versions_3.13.1','1684410216','no'),(745,'_transient_elementor_rollback_versions_3.13.1','a:30:{i:0;s:6:\"3.13.0\";i:1;s:6:\"3.12.2\";i:2;s:6:\"3.12.1\";i:3;s:6:\"3.12.0\";i:4;s:6:\"3.11.5\";i:5;s:6:\"3.11.4\";i:6;s:6:\"3.11.3\";i:7;s:6:\"3.11.2\";i:8;s:6:\"3.11.1\";i:9;s:6:\"3.11.0\";i:10;s:6:\"3.10.2\";i:11;s:6:\"3.10.1\";i:12;s:6:\"3.10.0\";i:13;s:5:\"3.9.2\";i:14;s:5:\"3.9.1\";i:15;s:5:\"3.9.0\";i:16;s:5:\"3.8.1\";i:17;s:5:\"3.8.0\";i:18;s:5:\"3.7.8\";i:19;s:5:\"3.7.7\";i:20;s:5:\"3.7.6\";i:21;s:5:\"3.7.5\";i:22;s:5:\"3.7.4\";i:23;s:5:\"3.7.3\";i:24;s:5:\"3.7.2\";i:25;s:5:\"3.7.1\";i:26;s:5:\"3.7.0\";i:27;s:5:\"3.6.8\";i:28;s:5:\"3.6.7\";i:29;s:5:\"3.6.6\";}','no'),(471,'elementor_active_kit','11','yes'),(472,'elementor_font_display','swap','yes'),(1366,'category_children','a:0:{}','yes'),(483,'wp_calendar_block_has_published_posts','1','yes'),(479,'elementor_onboarded','1','yes'),(475,'elementor_version','3.13.1','yes'),(476,'elementor_install_history','a:1:{s:6:\"3.13.1\";i:1683727270;}','yes'),(477,'elementor_events_db_version','1.0.0','no'),(480,'_transient_timeout_woocommerce_admin_payment_method_promotion_specs','1684332101','no'),(481,'_transient_woocommerce_admin_payment_method_promotion_specs','a:1:{s:20:\"woocommerce_payments\";O:8:\"stdClass\":8:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:20:\"WooCommerce Payments\";s:7:\"content\";s:369:\"Payments made simple, with no monthly fees – designed exclusively for WooCommerce stores. Accept credit cards, debit cards, and other popular payment methods.<br/><br/>By clicking “Install”, you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}}','no'),(641,'_elementor_installed_time','1683783838','yes'),(642,'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 & Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App & SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health & Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital & Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital & Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health & Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health & Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club – NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot – NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors – NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends – NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe – Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe – Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe – Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe – Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe – Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i: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 & 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 & 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 & Fitness Equipment – eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer – Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe – Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i: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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 & Beauty – Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i: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 – Health & Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company – Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i: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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i: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 – 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 & Moving Company – Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i: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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe – Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i: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 – 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 – 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 – 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 – 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 – 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 – 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 & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i: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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare – Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i: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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – Health & Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i: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 – 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 – 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 – 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 – 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 – 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 – 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 – 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’s Optometrist – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i: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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – App Service – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i: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 – 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 – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i: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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i: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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i: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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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 – 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'); INSERT INTO `wpfl_options` VALUES (643,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:70:\"Introducing Elementor AI – Revolutionize the Way You Create Websites\";s:7:\"excerpt\";s:232:\"Elementor includes a new natively integrated AI product, available as a free trial starting in Elementor 3.13. Benefit from a wide array of use cases available from directly within the Editor to transform the way you build websites.\";s:7:\"created\";i:1682945240;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:124:\"https://elementor.com/blog/introducing-elementor-ai/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:76:\"Introducing Elementor 3.12 – Design Beautiful and Sophisticated Mega Menus\";s:7:\"excerpt\";s:245:\"Elementor 3.12 includes a number of eagerly awaited features that will take your website’s design and navigation to the next level. This version also reveals the first phase of the Elementor interface revamp, and expands existing capabilities.\";s:7:\"created\";i:1680605140;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:146:\"https://elementor.com/blog/new-mega-menu-loop-alternate-template-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:135:\"Introducing Elementor 3.11 - Introducing Elementor 3.11 – New Loop Carousel Widget to Customize the Display of Your Posts or Products\";s:7:\"excerpt\";s:176:\"Elementor 3.11 includes new features that will expand your ability to customize the design and display of your listings, improve your workflow, and your visitor’s experience.\";s:7:\"created\";i:1677155418;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:154:\"https://elementor.com/blog/new-loop-carousel-copy-paste-between-websites-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(644,'_transient_timeout_elementor_remote_info_api_data_3.13.1','1683848618','no'),(645,'_transient_elementor_remote_info_api_data_3.13.1','a:4:{s:9:\"timestamp\";s:10:\"1683802916\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(646,'_transient_timeout_wc_report_orders_stats_1dbf06ba6ac320f68c51d04793bdb5b0','1684388641','no'),(647,'_transient_wc_report_orders_stats_1dbf06ba6ac320f68c51d04793bdb5b0','a:2:{s:7:\"version\";s:10:\"1683724413\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2023-19\";s:10:\"date_start\";s:19:\"2023-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2023-18\";s:10:\"date_start\";s:19:\"2023-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(648,'_transient_timeout_wc_report_orders_stats_1f22d99a21995ddea494dfdbdd31f430','1684388641','no'),(649,'_transient_wc_report_orders_stats_1f22d99a21995ddea494dfdbdd31f430','a:2:{s:7:\"version\";s:10:\"1683724413\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2023-19\";s:10:\"date_start\";s:19:\"2023-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2023-18\";s:10:\"date_start\";s:19:\"2023-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(650,'_transient_timeout_wc_report_products_stats_bb3de151ba2416ed44e5685b24ad2482','1684388641','no'),(651,'_transient_wc_report_products_stats_bb3de151ba2416ed44e5685b24ad2482','a:2:{s:7:\"version\";s:10:\"1683724413\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2023-19\";s:10:\"date_start\";s:19:\"2023-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2023-18\";s:10:\"date_start\";s:19:\"2023-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(652,'_transient_timeout_wc_report_variations_stats_fd836e21de42cd0405546c4017cf5466','1684388641','no'),(653,'_transient_wc_report_variations_stats_fd836e21de42cd0405546c4017cf5466','a:2:{s:7:\"version\";s:10:\"1683724413\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2023-19\";s:10:\"date_start\";s:19:\"2023-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2023-18\";s:10:\"date_start\";s:19:\"2023-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(654,'_transient_timeout_wc_report_orders_stats_6d48f1476b2b47e213429cc7e6c5b073','1684388641','no'),(655,'_transient_wc_report_orders_stats_6d48f1476b2b47e213429cc7e6c5b073','a:2:{s:7:\"version\";s:10:\"1683724413\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:11:{i:0;a:6:{s:8:\"interval\";s:10:\"2023-05-01\";s:10:\"date_start\";s:19:\"2023-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2023-05-02\";s:10:\"date_start\";s:19:\"2023-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2023-05-03\";s:10:\"date_start\";s:19:\"2023-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2023-05-04\";s:10:\"date_start\";s:19:\"2023-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2023-05-05\";s:10:\"date_start\";s:19:\"2023-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2023-05-06\";s:10:\"date_start\";s:19:\"2023-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2023-05-07\";s:10:\"date_start\";s:19:\"2023-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2023-05-08\";s:10:\"date_start\";s:19:\"2023-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2023-05-09\";s:10:\"date_start\";s:19:\"2023-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2023-05-10\";s:10:\"date_start\";s:19:\"2023-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2023-05-11\";s:10:\"date_start\";s:19:\"2023-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2023-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2023-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2023-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:11;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','no'),(754,'hello_theme_version','2.7.1','yes'),(757,'site_logo','37','yes'),(759,'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'),(760,'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'),(761,'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'),(764,'_transient_orders-all-statuses','a:2:{s:7:\"version\";s:10:\"1683724413\";s:5:\"value\";a:0:{}}','no'),(1050,'theme_mods_agriculture-farming','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1683827126;s:4:\"data\";a:8:{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:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:11:\"product-cat\";a:0:{}}}}','yes'),(1130,'astra_sites_wpforms_ids_mapping','a:1:{i:315;i:50;}','no'),(1054,'ucp_notices','a:1:{s:19:\"dismiss_whitelisted\";b:1;}','yes'),(1060,'_site_transient_community-events-9aa506742745d5727822ff9d2ca50131','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"102.219.152.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:43:\"In-person WordPress 20th Anniversary #WP20 \";s:3:\"url\";s:68:\"https://www.meetup.com/lagos-wordpress-meetup-group/events/293319069\";s:6:\"meetup\";s:25:\"Lagos WordPress Community\";s:10:\"meetup_url\";s:52:\"https://www.meetup.com/Lagos-WordPress-Meetup-Group/\";s:4:\"date\";s:19:\"2023-05-27 13:00:00\";s:8:\"end_date\";s:19:\"2023-05-27 15:00:00\";s:20:\"start_unix_timestamp\";i:1685188800;s:18:\"end_unix_timestamp\";i:1685196000;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Lagos, LA, Nigeria\";s:7:\"country\";s:2:\"NG\";s:8:\"latitude\";d:6.45000000000000017763568394002504646778106689453125;s:9:\"longitude\";d:3.470000000000000195399252334027551114559173583984375;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"In-person WordPress 20th Anniversary Celebration\";s:3:\"url\";s:62:\"https://www.meetup.com/ijebu-wordpress-meetup/events/293083155\";s:6:\"meetup\";s:22:\"Ijebu WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/Ijebu-WordPress-Meetup/\";s:4:\"date\";s:19:\"2023-05-27 16:00:00\";s:8:\"end_date\";s:19:\"2023-05-27 17:00:00\";s:20:\"start_unix_timestamp\";i:1685199600;s:18:\"end_unix_timestamp\";i:1685203200;s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Ijebu-Imusin, Nigeria\";s:7:\"country\";s:2:\"ng\";s:8:\"latitude\";d:6.80999999999999960920149533194489777088165283203125;s:9:\"longitude\";d:3.9199999999999999289457264239899814128875732421875;}}}}','no'),(1061,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1683869390','no'),(1062,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 May 2023 20:10: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.3-alpha-55746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WP Briefing: Episode 55: Happy Anniversary, 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:74:\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 May 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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14949\";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:217:\"Join WordPress Executive Director Josepha Haden Chomphosy in the 55th episode of the WordPress Briefing as she looks back at the 20 years of WordPress and how the open source community made WordPress what it is today.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/05/WP-Briefing-055.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15017:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 55th episode of the WordPress Briefing as she looks back at the 20 years of WordPress and how the open source community made WordPress what it is today.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\">The benefits of prioritizing and measuring performance in WordPress 6.2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/14/wordpress-6-3-planning-proposal-call-for-volunteers/\">WordPress 6.3 Planning Proposal & Call for Volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\">Preparing for the Next Women & Nonbinary Release Squad</a></li>\n\n\n\n<li>WordCamp Europe: \n<ul>\n<li><a href=\"https://europe.wordcamp.org/2023/call-for-volunteers/\">Call for volunteers</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/04/24/table-leads-needed-for-wceu-2023-contributor-day/\">Table Leads Needed for WCEU 2023 Contributor Day</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/04/24/defining-the-polyglots-contributor-ladder/\">Defining the Polyglots contributor ladder</a><br></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14949\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00] </p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress Open Source project, some insight into the community that supports it, and get a smallest of big things coming up in the next two weeks.</p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40] </p>\n\n\n\n<p>In case you hadn’t heard yet. WordPress is celebrating its 20th anniversary on May 27th. </p>\n\n\n\n<p>There are a lot of celebrations and parties happening all across the world, hopefully with cake, because we all know that a party without cake is just a meeting and no one wants a year-long meeting about how old you are.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:59] </p>\n\n\n\n<p>But if you’ve not yet joined the celebrations, there’s still time to share your favorite WordPress merch, your favorite WordCamp memory, host a whole dang party if you want to, or share a video to post on wp20.wordpress.net. I’ve got links to everything you need in the show notes. So if you haven’t done it yet, you can do that while you listen to today’s episode.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:14] </p>\n\n\n\n<p>I’ve got links to everything you need in the show notes. So if you haven’t done it yet, you can do that while you listen to today’s episode.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:22] </p>\n\n\n\n<p>Today, WordPress is the leading CMS in the market. And according to W3Tech’s it powers 43% of the web. And that’s like 35% of the top 10,000 sites that are built using this software. And sometimes, that’s as a website, sometimes as a framework, but always as a way for people and businesses to find a space on the web to call their own. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:45] </p>\n\n\n\n<p>In 2021. The first-ever study on the WordPress ecosystem gave us an idea of just how large our ecosystem is. We already kind of had a sense that millions of people make a living through WordPress because we know that we are supporting small business owners and freelancers all the way out to agencies and content creators. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:06] </p>\n\n\n\n<p>But according to that study, WordPress at the time was powering 82 million websites and enabled an estimated economy of $597 billion. The success of an economy like this and various other alternative economies hinges on the success of invisible open source software that powers the web, just like WordPress, that has a tonne of growth and a lot of wins since that first Cafe Log fork way back in 2003. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:37] </p>\n\n\n\n<p>And WordPress could just say pencils down, everybody. Good job, team, and just kind of watch what comes next. But I’ve never met a word processor, emboldened as we are by our belief in open source freedoms, who stepped away from a challenge worth facing the recognition that everyone should have those freedoms whether they know they exist or not. Because I know that no one cares as much about open source freedoms as open source maintainers. But the recognition that everyone has the right to them anyway is built into the foundations of what WordPress is and who WordPress is. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:13]</p>\n\n\n\n<p>There are big plans for WordPress future, many of which are grounded in the promise of a new block editor within WordPress that aims to lower the barriers to entry for people at any point in their learning curve. So let’s take a look at what this means for WordPress, the software, and follow up about what it means for the WordPress community. </p>\n\n\n\n<p> [Josepha Haden Chomphosy 00:03:31]</p>\n\n\n\n<p>Firstly, the software right at the end of 2018, the Gutenberg editor was merged into WordPress Core. And it’s subverted the way that people had always managed their content. It brought with it this new concept of site building that focused on blocks as the primary mode of creation. It was modular and required very little code knowledge. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]</p>\n\n\n\n<p>Arguably also very little skill with design. Although if you’ve ever seen me tried to design something with blocks, you will know it takes some skill. But still, the ultimate goal was to make those fundamental user interactions of managing the block and apply them in any place you could manage your site using WordPress. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:53]</p>\n\n\n\n<p>And if you think about the possibility to create media-rich content without having to work with shortcode, without having to know HTML workarounds, it opens the opportunity for many of us in the WordPress community to own our digital presence. In case it wasn’t already clear, this, my friends, is an audacious project, and it’s even more so if you remember that we have this existing and massive ecosystem that is enabled and empowered by our software. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:42]</p>\n\n\n\n<p>And as we look forward to the third phase of the Gutenberg Project, collaborative editing inside a WordPress installation will soon be a reality, which if you are like me and you never work on a website alone, you’re probably just dying to have. I say all this not to toot the horn have WordPress or belabor our success but rather to emphasize the importance of what I’m going to say next, which is how this CMS got to where it is, namely through the work of the community. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:12]</p>\n\n\n\n<p>WordPress has survived, and I would dare to say thrived through decades of constant economic, cultural, and technological shifts. And I believe that the thing that keeps us innovating fast enough to stay relevant but slow enough to be ethical, is how the community actively engages with the open source project. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:32]</p>\n\n\n\n<p>We know that our strength is directly tied to the resilience of our contributors. And we know that the software we ship is shaped by the people who are willing to tell us what they love, what they hate, and what they hope to see. When the WordPress project started, we mainly had code contributions as a way to give back, but over time, the project has grown to include contributions to learning, community building, and translations, among other things, but all of that exists alongside the CMS-focused contributions. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:03]</p>\n\n\n\n<p>Because WordPress as an organization understands that it is an integral part of an ecosystem of 1000s of global companies and millions of individual people who are building careers, starting businesses, learning new skills, and becoming part of something meaningful. I know that I talk just all the time about the greatness of WordPress as a software and community, which makes sense. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:29]</p>\n\n\n\n<p>I really do love the work I do with you all. But I am equally in awe of this open-hearted journey of disruption that WordPress represents as an open source project. WordPress and its community is part of a long line of disruptors; blogs made publishing available to everyone, which maybe doesn’t sound like a big deal right now because you’ve been around blogging forever. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:51]</p>\n\n\n\n<p>You’ve been able to just put your thoughts on the internet with almost no effort for as long as you have known the internet existed, but WordPress, at the time, was and honestly remains the low code open source CMS of choice. It has been for years. And so, let me backtrack you through the 10,000-foot milestones of our journey here. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:14]</p>\n\n\n\n<p>Gutenberg has been around since 2013. It’s 10 years. I know, don’t get scared, we’re celebrating 20 years. So it’s been around for half of our time as a concept. Open source as a concept was formalized in the 1980s. Though it definitely has been around longer than that as a concept and a way of working. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:34]</p>\n\n\n\n<p>And this low-code, no-code movement that we hear about from time to time that has been around since the 1970s, and just because we first became aware of it in the 1970s doesn’t mean that that’s when it actually first was discussed or thought about or used. Which means that you are in this moment, decades deep into projects that changed our entire understanding of the web. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:59]</p>\n\n\n\n<p>So grab a slice of cake, and raise a glass to 20 great years of WordPress, and I am going to raise a glass to 20 more years of continuing our journey together.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:17]</p>\n\n\n\n<p>Which brings us effervescently to the small list of big things. Yeah, I said effervescently. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:24]</p>\n\n\n\n<p>So there are a lot of things happening in the WordPress project over the next couple of weeks. There is a lot of testing going on. There are a lot of releases that are getting underway. There are events and things. So here’s my rundown of stuff you should take a look at. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:38]</p>\n\n\n\n<p>So firstly, there is a post out about performance improvements from 6.2. That is just inviting an open discussion so that we can get more of those improvements in better shape to get into the 6.3 release. And speaking of the 6.3 release that is coming, just last week, we announced the release squad that we have. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:58]</p>\n\n\n\n<p>It is an extra heavy release squad because we also are working toward the 6.4 release just at the same time. So there’s the folks who are running the 6.3 release, and they have committed to working openly and in public channels as much as possible so that the 6.4 folks have a chance to really take a look at what goes into a release, the questions that we ask, the philosophies we believe in, and then that 6.4 release oil pick up probably, my guess is August-ish, mid-August or so. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:32]</p>\n\n\n\n<p>That 6.4 release is specifically going to be made up entirely of diverse genders. People that we historically see are underrepresented in technology, but as always, we accept contributions from everyone for all releases. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:48]</p>\n\n\n\n<p>The third thing is that we have WordCamp Europe coming up, that is June 8 and 10th. So a little bit past the two-week mark. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:54]</p>\n\n\n\n<p>However, there is a final call for volunteers for anyone who wants to be able to help at the event. I personally have always enjoyed doing that kind of volunteer work. It helps you get to know your community even a bit better. And I don’t know; I’m just kind of an extroverted people person. So, of course, I always want to volunteer, but that call is still open. And they’re in the last phases of that. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:17]</p>\n\n\n\n<p>There is also a team or two that needs some help with getting leads for the contributor day that happens leading up to WordCamp. Europe, I know that the testing team needs a lead for the table, and so if you enjoy the process of triaging or testing or helping people get their environment set up, that is a great opportunity. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:37]</p>\n\n\n\n<p>And the final thing on my small, my big small list of big things is that we have a kind of a review of the currently defined contributor ladder for the Polyglots team. There are a number of posts over the years where we talk about the ways that people move through being a contributor. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:57]</p>\n\n\n\n<p>One of the things that we know about almost all contributor ladders is that there’s no time requirement between the steps, but in general, it functions like a ladder. So you do have to have, like, rung one. And then, rung two, if you try to skip from rung one to rung three, you will have a lot of difficulty. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:17]</p>\n\n\n\n<p>Not impossible, but it’s harder than going 1, 2, 3 In the normal sequential order. And so that’s a whole discussion that’s happening over there. There’s a link to all of these things in the show notes. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:28]</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14949\";s: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:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"2022 Annual Survey Results & Next Steps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 May 2023 16:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14923\";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:373:\"Each year, members of the WordPress community (users, site builders, extenders, and contributors) provide valuable feedback through an annual survey. For 2022, the survey received a comprehensive update, the first in six years. The total number of questions was reduced to 29 from nearly 100, socio-economic questions were mostly removed, and the Likert scale was […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4920:\"\n<p>Each year, members of the WordPress community (users, site builders, extenders, and contributors) provide valuable feedback through an annual survey. For 2022, the survey received a comprehensive update, the first in six years. The total number of questions was reduced to 29 from nearly 100, socio-economic questions were mostly removed, and the Likert scale was introduced. These updates were intended to increase the completion rate of the survey, enable a more efficient and structured analysis of these data, and position the survey to best gauge the topics that matter most to the WordPress community.</p>\n\n\n\n<p>My goal is that the input received via the survey helps inform initiatives and focus areas for WordPress in the near term, along with other signals, such as conversations in the community, the Making WordPress blogs, and events. Such data play a key role in shaping the direction and strategy of the project and measuring progress in focus areas.</p>\n\n\n\n<h1 class=\"wp-block-heading\">2022 Highlights</h1>\n\n\n\n<p>The 2022 edition of the survey experienced a 26% increase in completion rate, however, submissions decreased by 56% to roughly 3400, including about 800 contributors. For the 2023 survey, promotion will be increased, hopefully counteracting the declining submissions.</p>\n\n\n\n<p>Here are some key takeaways:</p>\n\n\n\n<ul>\n<li>The survey shows an increased usage of blocks and the new site editor (versus the classic editor), which shouldn’t come as a surprise since the default theme is now a block theme. </li>\n\n\n\n<li>22% of respondents have only used WordPress for a year or less. Those responding to the survey are also getting a bit older, with fewer responses from those under 40 than in prior years.</li>\n\n\n\n<li>1 in 5 respondents learned about WordPress from a coworker, and about the same percentage from using a search engine. </li>\n\n\n\n<li>In 2022, WordPressers continued to learn about WordPress (68%), taught others about WP (48%), and built sites for others (55%).</li>\n\n\n\n<li>WordPressers choose the CMS platform because it’s open source (62%), flexible (47%), low risk (45%), cost-effective (45%), and has a positive reputation (41%).</li>\n\n\n\n<li>57% of survey participants obtained news and training directly from <a href=\"http://wordpress.org\">WordPress.org</a>. While that is the primary source, other sites remain very important: search engines (46%), YouTube (40%), other WordPress communities (35%), and social media (30%)</li>\n\n\n\n<li>The overwhelming majority of respondents don’t regularly use other CMS platforms, and 21% of respondents use none of the top 20 WordPress plugins. </li>\n\n\n\n<li>Respondents continue to state that “WordPress is as good as or better than other CMS platforms,” with 68% agreeing. Elements that respondents feel are the best aspects of WordPress include “ease of use,” “flexibility,” and/or “plugin options,” all about 30% each. When asked about the most frustrating elements of WordPress, 1 in 5 said, “nothing,” while approximately 30% referenced difficulties with site editing / Gutenberg.</li>\n\n\n\n<li>The overall contributor experience remains positive and something I continue to care about deeply. 64% shared they had a positive experience, and 24% viewed their experience as “neutral.” Contributors also feel welcome at the same percentages (64% agree and 24% are neutral).</li>\n</ul>\n\n\n\n<h1 class=\"wp-block-heading\">What’s Planned for 2023</h1>\n\n\n\n<p>In the next iteration of the survey, the plan is to improve the language options for completing the survey and continue investing in refining the questions and how they are asked. It is important to be mindful that completing a survey takes time, so we want to make sure community members are being asked questions that help WordPress the most. </p>\n\n\n\n<p>The tentative plan is to launch the 2023 edition in August. This will set up an opportunity for the 2023 results and, most importantly, your input to inform planning for 2024’s key initiatives and focus areas. The community’s feedback is vitally important to the success and direction of the project. Moving the survey to earlier in the year can positively affect planning and dialogue.</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/files/2023/05/2022-Annual-Survey-Final.pdf\">View the 2022 Slide Deck</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Big thank you to <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a> for the analysis and editorial support. Thanks also to <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a>, and <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> for their reviews and final edits.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress – April 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/05/the-month-in-wordpress-april-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 May 2023 10:08:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14926\";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:\"With preparations for the next major releases already underway, the community is gearing up to celebrate WordPress’ 20th anniversary, which is just around the corner. This month has also seen some major highlights, such as WordPress 6.2’s performance wins and the launch of WP Translation Playground. Read on to find out what’s new. Forthcoming WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15422:\"\n<p>With preparations for the next major releases already underway, the community is gearing up to celebrate WordPress’ 20th anniversary, which is just around the corner. This month has also seen some major highlights, such as WordPress 6.2’s performance wins and the launch of WP Translation Playground. Read on to find out what’s new.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Forthcoming WordPress releases</h2>\n\n\n\n<p>Following the successful release of <a href=\"https://wordpress.org/news/2023/03/dolphy/\">WordPress 6.2</a> “Dolphy,” which has garnered over <a href=\"https://wordpress.org/download/counter/\">31 million downloads</a> (and counting), contributors across all teams are already planning future major releases, including versions 6.3 and 6.4.</p>\n\n\n\n<p>While WordPress 6.3 will focus on refinements to the site editing experience, <a href=\"https://make.wordpress.org/core/2023/04/07/preparing-for-the-next-women-nonbinary-release-squad/\"><strong>6.4 will reprise the underrepresented gender release initiative</strong></a> introduced in WordPress 5.6 “Simone.” If you’re interested in contributing, now is the perfect time to get involved.</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/04/14/wordpress-6-3-planning-proposal-call-for-volunteers/\">Check out the WordPress 6.3 proposed schedule and call for volunteers</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WP20 is just around the corner</h2>\n\n\n\n<p><strong>Mark your calendars for May 27 and join the community for a day filled with exciting parties and activities!</strong></p>\n\n\n\n<p>With a refreshed look, the WP20 website offers a <a href=\"https://wp20.wordpress.net/\">list of events to join</a>, <a href=\"https://mercantile.wordpress.org/product-category/wp20/\">swag to show your WordPress pride</a>, and <a href=\"https://wp20.wordpress.net/download-selfie-props-for-wp20-meetup-celebrations/\">downloadable “selfie props”</a> to add fun to your celebrations.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/05/WP20-Tokyo-3.jpg?resize=1024%2C768&ssl=1\" alt=\"Cake decorated with WordPress anniversary-themed motifs shared at a recent meetup in Tokyo, Japan.\" class=\"wp-image-14927\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/05/WP20-Tokyo-3.jpg?resize=1024%2C768&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/05/WP20-Tokyo-3.jpg?resize=300%2C225&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/05/WP20-Tokyo-3.jpg?resize=768%2C576&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/05/WP20-Tokyo-3.jpg?w=1280&ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Cake decorated with WordPress anniversary-themed motifs shared at a recent meetup in Japan.</em></figcaption></figure>\n\n\n\n<p>The Marketing Team has also launched <a href=\"https://make.wordpress.org/marketing/2023/05/02/20-days-to-celebrate-20-years-of-wordpress-from-blogs-to-blocks/\">#WP20 From Blogs to Blocks</a>, a community-focused initiative that encourages you to take a small daily WordPress-focused action for 20 days leading up to the anniversary date.</p>\n\n\n\n<p>On the other hand, details are being finalized for the 20th anniversary commemorative book, <a href=\"https://make.wordpress.org/project/2023/04/13/wordpress-at-20-in-print/\">Building Blocks: The Evolution of WordPress 2013-2023</a>. This volume will span the history and most meaningful moments of the last decade of WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wp20.wordpress.net/share-your-favorite-wordpress-swag-youve-collected-over-the-years/\">What’s your favorite WordPress swag</a>? Do you have a <a href=\"https://wp20.wordpress.net/whats-your-favorite-wordpress-moment/\">special memory from a WordCamp or meetup</a>? Share them with the community and join the #WP20 fun on social media.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.2 performance</h2>\n\n\n\n<p>WordPress 6.2 reiterates the platform’s commitment to optimizing website performance with <a href=\"https://make.wordpress.org/core/2023/04/05/wordpress-6-2-performance-improvements-for-all-themes/\">significant improvements</a>. <strong>Load times are 14 to 18% faster for block themes and 2 to 5% for classic themes</strong>. Server-side performance is also seeing a big boost, with an increase of 17 to 23% for block themes and 3 to 5% for classic themes.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a><a href=\"https://make.wordpress.org/core/2023/04/25/the-benefits-of-prioritizing-and-measuring-performance-in-wordpress-6-2/\">Learn more about the performance wins in 6.2</a>, including a retrospective from the Performance Core Team on the efforts that made it happen.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Two new versions of the Gutenberg plugin have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/04/05/whats-new-in-gutenberg-15-5-05-april/\"><strong>Gutenberg 15.5</strong></a><strong> </strong>shipped on April 5, 2023, with many user-facing features to improve the creation experience. Enhancements include caption style customization, theme-defined template patterns when adding a new template, and experimental support for grid layouts in the Group block.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/19/whats-new-in-gutenberg-15-6-19-april/\"><strong>Gutenberg 15.6</strong></a> is available for download as of April 19, 2023. This version introduces an experimental Details block to expand and toggle the visibility of hidden content, and more presets for core block spacing and border controls, among other highlights.</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 style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: WP Translation Playground, WordPress.org redesign next steps, and more </h2>\n\n\n\n<ul>\n<li>The Polyglots Team launched <a href=\"https://make.wordpress.org/polyglots/2023/04/19/wp-translation-playground/\">WP Translation Playground</a>, an innovative tool that combines Local GlotPress with WordPress Playground to translate plugins and themes in context—without having to set up anything.</li>\n\n\n\n<li>Wondering what’s next in the WordPress.org redesign project? <a href=\"https://make.wordpress.org/meta/2023/04/10/wordpress-org-redesign-update-2/\">Learn about the latest updates and how to get involved</a>.</li>\n\n\n\n<li>This Community Team post discusses ways to <a href=\"https://make.wordpress.org/community/2023/04/19/cultivating-more-effective-contributing-on-contributor-days/\">make WordCamp Contributor Days more effective</a>.</li>\n\n\n\n<li>Explore <a href=\"https://make.wordpress.org/updates/2023/05/01/whats-new-on-learn-wordpress-in-april-2023/\">what’s new on Learn WordPress in April 2023</a>, including the latest content on the platform and the projects the Training Team has been working on.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a> was used in a hackathon to prototype different ways to build plugins with minimal setup, right in the browser. <a href=\"https://make.wordpress.org/core/2023/04/13/in-browser-wordpress-tech-demos-wordpress-development-with-wordpress-playground/\">See it in action in these tech demos</a>.</li>\n\n\n\n<li>Members of the Marketing Team suggested improvements to submission guidelines to <a href=\"https://make.wordpress.org/marketing/2023/04/19/showcase-submission-guidelines/\">revitalize the WordPress.org Showcase</a>.</li>\n\n\n\n<li>Most of the work to refocus the WordPress mobile app on core features is complete. <a href=\"https://make.wordpress.org/mobile/2023/04/11/contribute-to-the-future-of-the-wordpress-app/\">Find out how to help shape its future</a> with contributions opportunities for developers, writers, translators, and more.</li>\n\n\n\n<li>Keep up with the latest enhancements and development updates you need to build on top of WordPress in last month’s edition of <a href=\"https://developer.wordpress.org/news/2023/04/whats-new-for-developers-april-2023/\">What’s new for developers?</a></li>\n\n\n\n<li>The latest issue of the <a href=\"https://make.wordpress.org/community/2023/04/20/meetup-organizer-newsletter-april-2023/\">Meetup Organizer Newsletter</a> shares tips and inspiring ideas to help you plan successful community events.</li>\n\n\n\n<li>Find out how WordPress and its global community of contributors positively impacted Monika Rao’s web career in <a href=\"https://wordpress.org/news/2023/04/people-of-wordpress-monika-rao/\">April’s edition of People of WordPress</a>.</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/04/episode-54-open-webs-bill-of-rights/\">Episode 54 of WP Briefing</a> as she explores the concept of the four freedoms of open source and their likeness to today’s Bill of Rights for the open web.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback & testing requests</h2>\n\n\n\n<ul>\n<li>The latest <a href=\"https://make.wordpress.org/test/2023/04/17/fse-program-testing-call-21-front-page-fun/\">Full Site Editing (FSE) Outreach Program testing opportunity</a> invites feedback on the features included in WordPress 6.2 and those remaining in Gutenberg Phase 2. Share your thoughts by May 8, 2023.</li>\n\n\n\n<li>This <a href=\"https://make.wordpress.org/core/2023/04/25/wp-feature-notifications-2023-status-update/\">update on the WP Feature Notifications project</a> explains the progress towards a modern WordPress user notification system and how you can get involved.</li>\n\n\n\n<li>Help test the latest version of the <a href=\"https://make.wordpress.org/core/2023/04/03/preferred-languages-help-test-the-latest-version/\">Preferred Languages feature plugin</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/04/19/mobile-team-update-april-19th-2/\">Version 22.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><a href=\"https://make.wordpress.org/core/2023/05/02/lets-talk-wordpress-core-artificial-intelligence/\">This discussion post</a> welcomes ideas and questions about how Artificial Intelligence (AI) can be integrated into the WordPress experience.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li>WordCamp Europe 2023 is fast approaching! The organizing team introduced the <a href=\"https://europe.wordcamp.org/2023/introducing-our-first-group-of-speakers/\">first confirmed speakers</a>.</li>\n\n\n\n<li>WordCamp US 2023 announced <a href=\"https://us.wordcamp.org/2023/wordcamp-us-2023-programming-team-announcement/\">updates on the programming</a> for the upcoming event, for which <a href=\"https://us.wordcamp.org/2023/tickets-on-sale/\">tickets are now on sale</a>. Organizers are also <a href=\"https://us.wordcamp.org/2023/call-for-sponsors/\">calling for sponsors</a>.</li>\n\n\n\n<li>The 2023 Community Summit will provide a valuable opportunity for in-person discussions across contributor teams. <a href=\"https://communitysummit.wordcamp.org/2023/topics/\">Submit your topics</a> if you haven’t yet.</li>\n\n\n\n<li>Don’t miss these upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://barcelona.wordcamp.org/2023/\">WordCamp Barcelona</a>, Spain on May 5-6, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://buffalo.wordcamp.org/2023/\">WordCamp Buffalo</a>, NY, USA on May 6, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f1.png\" alt=\"🇵🇱\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://gliwice.wordcamp.org/2023/\">WordCamp Gliwice</a>, Poland on May 12-14, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e7-1f1e9.png\" alt=\"🇧🇩\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://sylhet.wordcamp.org/2023/\">WordCamp Sylhet</a>, Bangladesh on May 19-20, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f9.png\" alt=\"🇵🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://lisboa.wordcamp.org/2023/\">WordCamp Lisboa</a>, Portugal on May 19-20, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f7-1f1f8.png\" alt=\"🇷🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://apatin.wordcamp.org/2023/\">WordCamp Apatin</a>, Serbia on May 27-28, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join #WPDiversity with a free online workshop on <a href=\"https://www.eventbrite.com/e/organizing-diverse-inclusive-wordpress-events-apac-tickets-618469688487\">Organizing Diverse & Inclusive WordPress Events APAC</a> on May 13, 2023.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-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/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>, <a href=\'https://profiles.wordpress.org/ninianepress/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ninianepress</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14926\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:69:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"People of WordPress: Monika Rao\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/news/2023/04/people-of-wordpress-monika-rao/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 30 Apr 2023 21:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14850\";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:91:\"People of WordPress features Monika Rao, a product and quality assurance manager in India. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12829:\"\n<p><strong>This month we feature Monika Rao, a Product and Quality Assurance Manager from India. She finds contributing to the WordPress project a way to deepen her technical skills and further her web career.</strong></p>\n\n\n\n<p><strong>The <em>People of WordPress</em> series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1014\" height=\"627\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/feature-img-monika.jpg?resize=1014%2C627&ssl=1\" alt=\"Monika Rao at a WordCamp\" class=\"wp-image-14842\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/04/feature-img-monika.jpg?w=1014&ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2023/04/feature-img-monika.jpg?resize=300%2C186&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/04/feature-img-monika.jpg?resize=768%2C475&ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Monika was born in Udaipur, in the state of Rajasthan, India. At that time, she recalls, there was some resistance to girls’ education in certain subjects. Thanks to her parents’ support and encouragement, she graduated in Computer Science Engineering. Following graduation, she went on to work for an international firm. However, she felt she wanted to work in her home area and so returned to work for a firm based in Udaipur itself.</p>\n\n\n\n<p>Monika started her career journey with WordPress in 2015, and was fascinated as she learnt more of the technology. A few years later, she moved into a role as a WordPress Quality Analyst, enabling her to dive further into the software. </p>\n\n\n\n<p>“From that moment, I decided to make it an integral part of my ever-learning professional career,” she said.</p>\n\n\n\n<p>The more Monika researched WordPress, the more she found it was not just a tool to simplify website building but also a platform where you could “meet new people, share your thoughts, learn from them and improve yourself through the process.”</p>\n\n\n\n<p>When she first started working with WordPress, she found she had many questions, ranging from what are themes and plugins to what is a WordCamp. As her knowledge grew, she knew one day she wanted to be able to contribute to both the code and the community supporting it.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Becoming part of WordPress</h2>\n\n\n\n<p>Monika started contributing to WordPress in 2015 with Theme Review. In this area, she was able to work alongside WordPress code experts and, at the same time, learn the concepts of theme development. She saw this as a great opportunity to learn and improve her development skills. </p>\n\n\n\n<p>She was also very interested in testing from the beginning, so she started contributing to Core. Her first contribution was to the WordPress 4.7 release in 2016. She remembers the day she first saw her name in the WordPress contributor list. This encouraged her to make more contributions including to core and the community team, and each time she felt more like part of the community.</p>\n\n\n\n<p>Thus inspired, Monika delved into making the software more easily available in her native Hindi language through joining other contributors to the Polyglots team. She went on to become a General Translation Editor for the Hindi language, and has continued to contribute in this area.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"902\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/wp-udaipur-2017.png?resize=902%2C600&ssl=1\" alt=\"Monika as part of a panel at WordCamp Udaipur 2017\" class=\"wp-image-14846\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/04/wp-udaipur-2017.png?w=902&ssl=1 902w, https://i0.wp.com/wordpress.org/news/files/2023/04/wp-udaipur-2017.png?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/04/wp-udaipur-2017.png?resize=768%2C511&ssl=1 768w\" sizes=\"(max-width: 902px) 100vw, 902px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Monika and other panelists at WordCamp Udaipur 2017</figcaption></figure>\n\n\n\n<p>As she became involved with the WordPress community, she looked for ways of sharing it with others in her home city. In 2017 she was part of the organizing team for <a href=\"https://udaipur.wordcamp.org/2017\">WordCamp Udaipur 2017</a> and there shared her contributing journey with others. This was her first WordCamp, and she describes the experience as ‘superb’. It enabled her to connect to both those new to WordPress and those already working with it. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“It was a great moment for me speaking in front of hundreds of people and everyone cherished my journey. It inspired me to continue my contribution to other teams too.” </p>\n<cite>Monika Rao</cite></blockquote>\n\n\n\n<p>She went on to be an organizer for <a href=\"https://udaipur.wordcamp.org/2018/\" data-type=\"URL\" data-id=\"https://udaipur.wordcamp.org/2018/\">WordCamp Udaipur 2018</a> and <a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a>. She also contributes to the Meta and Theme review teams. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributing to WordPress software releases</h2>\n\n\n\n<p>2019 was a big year for Monika. She got married and joined a new firm where she could work more on WordPress, learning about marketing and design.</p>\n\n\n\n<p>In November 2019, the WordPress Executive Director Josepha Haden put out a call for an all-women and non-binary release squad. Monika said: “I’ve always felt that not enough women take part in WordPress, so I decided to jump in.” She took on the role of Test Lead.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“It was a wonderful journey— worth every second and this was a proud moment for me when I saw my name on the WordPress Noteworthy list. You feel proud when you see your small contributions in use by 40 per cent of the web.”</p>\n<cite>Monika Rao</cite></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"660\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/monika-5-6.jpg?resize=1024%2C660&ssl=1\" alt=\"Some of the notable contributors for the WordPress 5.6 release\" class=\"wp-image-14849\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/04/monika-5-6.jpg?resize=1024%2C660&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/04/monika-5-6.jpg?resize=300%2C193&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/04/monika-5-6.jpg?resize=768%2C495&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/04/monika-5-6.jpg?w=1319&ssl=1 1319w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Monika was part of the notable contributors for the WordPress 5.6 release</figcaption></figure>\n\n\n\n<p>As a Test Lead, her priority was ensuring the release would be stable and, more importantly, ready for production sites. To effectively manage all the testing, test scrubs were run weekly, highlighting the key testing areas to help get the entire team involved. The scrubs also played an important role in picking up tickets needing immediate resolution.<br><br>Monika also continued her role in the WordPress 5.7 release, and focused more on the core software. She believes being part of the Core and Test teams is a good way to watch and learn, as well as take part in the different elements that make up a release.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“Skills you have will eventually fade away unless you work on them and sharpen them. So don’t underestimate the value of any skill. It will eventually help you somehow in your career.”</p>\n<cite>Monika Rao</cite></blockquote>\n\n\n\n<p>She added: “I owe my skills and knowledge to WordPress and its lovely community. The best part about this platform is that it is free and provides ample opportunities to improve your skills and build a career. The wider WordPress community is highly supportive, and it provides numerous additional resources, such as online forums, tutorials, and meetups, to help people learn and grow. With the help of WordPress, anyone can learn how to create websites, develop plugins, and contribute to the community.”</p>\n\n\n\n<p>This route for learning has helped Monika in choosing the direction of her career and in keeping her skills up-to-date. In October 2021, she joined a company specializing in producing WordPress plugins and services for online businesses.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Everyone can contribute to WordPress</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"675\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/monika-on-holiday2.jpg?resize=675%2C900&ssl=1\" alt=\"Monika pictured during her travels\" class=\"wp-image-14845\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/04/monika-on-holiday2.jpg?w=675&ssl=1 675w, https://i0.wp.com/wordpress.org/news/files/2023/04/monika-on-holiday2.jpg?resize=225%2C300&ssl=1 225w\" sizes=\"(max-width: 675px) 100vw, 675px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Monika pictured during her travels</figcaption></figure>\n\n\n\n<p class=\"has-text-align-left\">Monika is determined more people, especially other women, have opportunities to contribute to open source in general. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p class=\"has-text-align-left\">“Many people are using WordPress, but they don’t all know about contribution. Therefore, my future goal is to help people, especially women, contribute more to WordPress.”</p>\n<cite>Monika Rao</cite></blockquote>\n\n\n\n<p class=\"has-text-align-left\">“When I first started contributing to WordPress, I thought that being from a testing background, I may not be able to contribute much. However, I soon realized that there are various different areas where I could easily contribute and develop my skills,” said Monika.</p>\n\n\n\n<p class=\"has-text-align-left\">“So, I would encourage anyone who is interested in contributing to WordPress to find their own area of interest, regardless of their background, be it marketing, content writing, designing, or any other field. The WordPress community welcomes contributions from people of all backgrounds and skill-sets. So, don’t hesitate to dive in and contribute in a way that suits your interests and skills.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributors</h2>\n\n\n\n<p>Thanks to Monika Rao (<a href=\"https://profiles.wordpress.org/monikarao/\">@monikarao</a>) for sharing her adventures in open source.</p>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) and the late Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\">@sthakor</a>) for interviews and writing this feature, and to Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>), Mary Baum (<a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>) for work on photographs and review.</p>\n\n\n\n<p>The <em>People of WordPress</em> series thanks Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for their support.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14850\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WP Briefing: Episode 54: A Bill of Rights for the Open Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/04/episode-54-open-webs-bill-of-rights/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Apr 2023 13:55:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14836\";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:225:\"Join WordPress Executive Director Josepha Haden Chomphosy in the 54th episode of the WordPress Briefing as she explores the concept of the four freedoms of open source and likens it to today\'s Bill of Rights for the open web.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/04/WP-Briefing-054.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9150:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy in the 54th episode of the WordPress Briefing as she explores the concept of the four freedoms of open source and likens it to today’s Bill of Rights for the open web.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2021/02/wordpress-is-freedom/\">Episode 2: WordPress is Free(dom)</a></li>\n\n\n\n<li><a href=\"https://openai.com/blog/chatgpt\">OpenAI ChatGPT</a> and <a href=\"https://github.com/features/copilot/\">Github Copilot</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/04/14/wordpress-6-3-planning-proposal-call-for-volunteers/\">WordPress 6.3 Planning Proposal & Call for Volunteers</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2AvED-qS9\">Preparing for the Next Underrepresented Gender-Led Release – WordPress 6.4</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/\">WP20 — Celebrating 20 years of WordPress</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14836\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00] </p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing: the podcast where you can catch quick explanations of the ideas behind the WordPress open<strong> </strong>source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. </p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p> [Josepha Haden Chomphosy 00:00:40] Start of Show</p>\n\n\n\n<p>Just over 50 episodes ago, I shared some basic thoughts about the four freedoms of open source. I also talked through the most quoted phrase in open source “free as in free speech, not free as in beer.” And honestly, what podcast about the freedoms of open source would be complete without that? If you haven’t listened to that episode, I suggest you do, but if you don’t have time, I’ll start by reminding us all of the definition of free software, which is most commonly referred to as the four freedoms of open source.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:12]</p>\n\n\n\n<p>So the first thing is the freedom to run the program as you wish for any purpose. The second thing is the freedom to study how the program works and to change it so that it does your computing as you wish. As a side note, access to the source code is a precondition for this. </p>\n\n\n\n<p>The third freedom is the freedom to redistribute copies so that you can help others. And the fourth freedom is the freedom to distribute copies of your modified versions to others. By doing this, you can give the whole community a chance to benefit from your changes, and of course, also access to the source code is a precondition for this. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:47]</p>\n\n\n\n<p>The TLDR version of these freedoms is, essentially, that users have the freedom to run, copy, distribute, study, change, and improve the software. Now, normally when I speak about the freedoms of open source, I’m talking about it either from a practical or a philosophical standpoint, but I also spend a lot of time thinking about it from a leadership and organizational perspective.</p>\n\n\n\n<p>Every once in a while, you might hear me talk about the effects of “open source at scale,” or you might hear Matt say that the four freedoms are essentially the “Bill of Rghts for the open web.” I almost never really dig into either of those topics because it’s just really complicated. But for starters, anytime you talk about what someone is entitled to or deserves or expects, there is a feeling of political bias.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:40]</p>\n\n\n\n<p>And while I personally believe that creating software is inherently political or, at a minimum, concerned with the needs of people, that’s not what convinces anyone to participate in open source, and it’s certainly not what convinces people to use WordPress. But here’s the thing, as a leader in a widely used, free, and open source software project, as a leader in WordPress, I also know that every new user to our platform or any other open source platform represents a little more freedom in the world.</p>\n\n\n\n<p>A little more access to tools and jobs that weren’t available before. A slightly more open door to networks that undergird the success of entrepreneurs across the globe and a little more equity to the world of democratizing publishing. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:28]</p>\n\n\n\n<p>When I look at the four freedoms of open source, this Bill of Rights for the Web, I see not only the freedoms that we should have but also the things that we should have freedom from. </p>\n\n\n\n<p>We should have the freedom to know how our tools work, the freedom to know what information they need from us, and also the freedom to have some way to make that software work specifically for us because that’s why we have software because we have humans that need it. But we should also have freedom from having to hide our hacky enhancements or freedom from fear of losing our earned audience, or even the fear of losing access to copious amounts of content that we have created ourselves over the years.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:13]</p>\n\n\n\n<p>And honestly, the things that we should be free from just include a lot of fear of loss. Loss of opportunity or relevance or livelihood. And I feel like for our project, and maybe for open source as a whole, we’re encountering a lot of that right now, whether we are aware of it or not. We’re seeing advancements like GPT3 or ChatGPT if that sounds more familiar and co-pilot.</p>\n\n\n\n<p>And while it’s not quite in the same vein, also things like Gutenberg. Advancements that are coming to technology around us, technology we’re familiar with. And it’s hard to see what’s in them sometimes. It’s hard to see what drives them. It’s hard to know how we can make them work for us. So I have to remind us all, as citizens of an open source community, that what protects us from those things we should be free from is directly connected to how active we are in the things we are free to. </p>\n\n\n\n<p>We hear that in a slightly more routine way from folks around open source communities. Basically, the whole concept of open source software is being built by the folks who show up. You can’t influence the future of anything if you’re not showing up in the spaces where the influence happens.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:35]</p>\n\n\n\n<p>So be an active participant in these new technologies. Learn how GPT works and how it could work for you, even if it’s just writing better prompts. Learn how Gutenberg can support your needs, not subvert your needs, even if it’s just learning how to arrange a series of blocks into a pattern or patterns into a page.</p>\n\n\n\n<p>But as with all fast-moving technological advances, I encourage you to leap in feet first, not head first. Get in up to your neck in the “why”s and “how”s of that new technology you’ve been worrying about. Be the first to become best at this arcane new thing because that’s why we open source at all so that you have the freedom to run, copy, distribute, study, change, and improve your software. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:33] Small List of Big Things</p>\n\n\n\n<p>That brings me now to my small list of big things. It’s a very small list, but it is very big, as always. The first thing is that we are gearing up for the remaining major releases of the year, WP 6.3 and 6.4 in an atypical moment for our project. You can volunteer for both simultaneously if you want, and hopefully, you do want.</p>\n\n\n\n<p>Second thing is that there are many ways to celebrate WordPress’s 20th anniversary on May 27th. But one of the things you can do right now is record a short video or sound clip about a great memory or experience you have had in this community or just generally because of WordPress. Those will be featured on the WP 20 website, and maybe even a lucky few will make it into the second volume of the WordPress history book.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks. </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14836\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WP Briefing: Episode 53: A Look at WordPress 6.2 “Dolphy”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/04/episode-53-a-look-at-wordpress-6-2-dolphy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Apr 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14818\";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:218:\"Named after the multi-instrumentalist Eric Allan Dolphy Jr., WordPress 6.2 \"Dolphy\"\'s high notes are riffed on by WordPress\'s Executive Director, Josepha Haden Chomphosy, in this 53rd episode of the WordPress Briefing.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/04/WP-Briefing-053.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9292:\"\n<p>Named after the multi-instrumentalist Eric Allan Dolphy Jr., WordPress 6.2 “Dolphy”‘s high notes are riffed on by WordPress’s Executive Director, Josepha Haden Chomphosy, in this 53rd episode of the WordPress Briefing.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/03/dolphy/\">WordPress 6.2 “Dolphy”</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">Introducing the WordPress Developer Blog</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/?p=251\">WordPress Contributor Mentorship Program</a></li>\n\n\n\n<li><a href=\"https://wp.me/p2U65r-9Nl\">Call for Volunteers: Contributor Working Group</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/?p=11037\">Why Jazz</a></li>\n\n\n\n<li>Make Slack channels <a href=\"https://wordpress.slack.com/archives/C04QZCREJ9W\">#kidscamp</a> and <a href=\"https://wordpress.slack.com/archives/C03JNV77Y57\">#sustainability</a> </li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14818\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00] </p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress Open Source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28]</p>\n\n\n\n<p>The latest version of WordPress has shipped. WordPress 6.2, which was named after Eric Dolphy, was released on March 29th. And as is the way with software, there’s already a minor release underway to catch a few errant issues that folks like you have reported to us.</p>\n\n\n\n<p>It’s a big release that refines a lot of our design tools, but some of the most important changes are actually to the inserter. If you haven’t had a chance to get in there and play with it yet, here are the three things that I think you should know. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:08] </p>\n\n\n\n<p>First, the pattern browser. We’re all aware of the block inserter by now, and a lot of us probably use the quick options, the keyboard shortcuts, or that kind of inline inserter, that little black box that’s in the middle of your post.</p>\n\n\n\n<p>If you use the main inserter, that’s a blue square in the top left of the screen. If you use that to add a block, you can still add individual blocks as usual. But there’s a new way to browse patterns, and in my opinion, it is so much better. It now brings out this drawer that has like thumbnails of patterns that will work with your theme.</p>\n\n\n\n<p>And if you, like me, know what you want your site to look like, but could not in a million years figure out how to build it from scratch out of individual blocks, then this is the area for you. It was like shopping, but you don’t have to go through a checkout process at the end, and you still have what you want. It’s great. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:00] </p>\n\n\n\n<p>That’s also available when you’re working on templates or template parts, so you can make changes everywhere instead of going page by page. The second thing that I think you should know is about the media browser in that same area where you browse your patterns; you can also now browse for media.</p>\n\n\n\n<p>It lets you look through the images you’ve already added to your site, but it also lets you search for openly licensed images from Openverse. And if you choose one of those images from Openverse, it inserts the proper attribution for you. You still have to add your own alt text, but that’s the fun part anyway, right?</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:35] </p>\n\n\n\n<p>And number three, a Style Book. So this thing is available in the template editing area, specifically, as is appropriate, given what it actually does. So if you’re in the template area, toward the top right of the screen is like a half moon day mode, night mode looking icon. If you click on that, you can make changes to things inside your blocks.</p>\n\n\n\n<p>But if you click on the little eyeball icon that’s just underneath it, it pulls up a style book where you can also see and edit the styles globally. If that didn’t make sense to you, don’t worry. I’ve got you. I’m about to tell you a bunch of things you can do in here. You can edit the way headings and lists and tables, quotes, and code looks all across the site. You can edit the way images, galleries, files, and videos look using custom CSS.</p>\n\n\n\n<p>Yes. Also, all across the site. And you can edit buttons, separators, and individual blocks. Say it with me — all across the site. That is not a comprehensive list. There is a ton of stuff. You can see the styles that you have applied across the whole site. You can see them in context, and you can make any changes that you need globally, which means all across the site.</p>\n\n\n\n<p>Yeah. Style Books. What will we think of next? </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:54] </p>\n\n\n\n<p>So those are my three things I think you should know about WordPress right now. As a former WordPress builder who was never really super great with the code, this stuff makes me feel powerful. I just love these changes, and I hope you do too.</p>\n\n\n\n<p> [00:04:07]</p>\n\n\n\n<p>Which brings us now to our small list of big things. First, we just launched the Developer Blog. It’s over at developer.wordpress.org/news. It has a bunch of content on it that not only is geared specifically toward developers that are using WordPress but especially the folks who are extending WordPress. It gives you kind of an in-depth look at various changes and projects, and implementations and what goes into each one of them.</p>\n\n\n\n<p>So it gives you a bit of like this aspirational overview of stuff that you could do with WordPress and then also gives you an inside look at how you would accomplish it yourself. It’s very cool. I like it a lot. Head on over there, but we’ll have a link to the show notes below.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:00] </p>\n\n\n\n<p>The second thing is that we have an MVP of our new mentorship program that is underway.</p>\n\n\n\n<p>It should be debuting for essentially testing any day now, a link to the posts detailing that work, just in case you want to join that important initiative. But it is an important thing for me. I think that mentorship is a key element of many of our successful contributors’ onboarding journeys, a part of their story of coming to us.</p>\n\n\n\n<p>And so, creating a mentorship program that is a bit sustainable and looks toward the health of the overall project, I think, is an excellent plan. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:38] </p>\n\n\n\n<p>The third thing on our small list of big things is that Matt put out a nice little post about kind of the history of why jazz has this strong background in the WordPress project. It’s a brief read. I’ll put a link to that in the show notes as well. But suffice it to say that he’s saying that jazz has a little bit of learned processes and rules but that the primary expectation is that you’re able to make of the jazz what you want. Like you get to make your own thing out of it. You get to be extemporaneous. You get to be very measured, whatever it is, that expresses what you are trying to do and what you are trying to say with it.</p>\n\n\n\n<p>That’s why he feels like jazz is such an important part of the DNA of the WordPress project. Like I said, it’s a short read. I’ll put a link to it in the show notes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:30] </p>\n\n\n\n<p>And finally, there are a few working groups that folks can contribute to right now. We don’t always have working groups. We generally just kind of do stuff inside individual teams. But right now, we’ve got like the kids camp group, the sustainability group, and of course, that mentorship working group that I mentioned earlier in our list.</p>\n\n\n\n<p>So if you’re wanting a little change of pace, I’d drop by their areas in the Making WordPress Slack to see if they have anything that’s up your alley. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14818\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress – March 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2023/04/the-month-in-wordpress-march-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Apr 2023 10:30: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14780\";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:\"March saw the arrival of the first major release of 2023, WordPress 6.2 “Dolphy.” Planning for the project’s 20th anniversary continues with new celebratory updates and commemorative swag. Read on for the latest happenings in the WordPress space. Meet WordPress 6.2 “Dolphy” WordPress 6.2 “Dolphy” was released on March 29, 2023. Named after the acclaimed […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15309:\"\n<p>March saw the arrival of the first major release of 2023, WordPress 6.2 “Dolphy.” Planning for the project’s 20th anniversary continues with new celebratory updates and commemorative swag. Read on for the latest happenings in the WordPress space.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Meet WordPress 6.2 “Dolphy”</h2>\n\n\n\n<p><strong><a href=\"https://wordpress.org/news/2023/03/dolphy/\">WordPress 6.2</a> “Dolphy” was released on March 29, 2023</strong>. Named after the acclaimed jazz multi-instrumentalist and composer<strong> </strong>Eric Allan Dolphy Jr., the latest version of WordPress further enhances the site editing experience with significant updates.</p>\n\n\n\n<p>Highlights include a reimagined Site Editor interface, a more intuitive way to manage menus, and a distraction-free writing mode. A new Block Inserter design adds integration with <a href=\"https://openverse.org/\">Openverse</a>, allowing you to easily browse and insert free, openly-licensed images and audio files into your content.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"581\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=1024%2C581&ssl=1\" alt=\"Feature highlights in WordPress 6.2: Reimagined Site Editor, more ways to manage menus, a more powerful inserter, faster access to media—yours and Openverse\'s, the new Style Book, distraction-free writing, and more.\" class=\"wp-image-14782\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=1024%2C581&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=300%2C170&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=768%2C436&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=1536%2C871&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?resize=2048%2C1162&ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/04/WordPress-6.2-highlight-grid.png?w=3000&ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Whether you’re a content creator, designer, or developer, WordPress 6.2 has something for you. <a href=\"https://wordpress.org/news/2023/03/dolphy/\"><strong>Check out the full announcement post</strong></a> for an overview of what’s new and the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">Field Guide</a> for detailed developer notes.</p>\n\n\n\n<p>WordPress 6.2 is one of the last major releases planned for Phase 2 of the <a href=\"https://wordpress.org/about/roadmap/\">project’s development roadmap</a> and was made possible thanks to more than 600 contributors.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/test/2023/02/07/help-test-wordpress-6-2/\"></a><a href=\"https://wordpress.org/download/\">Download WordPress 6.2 “Dolphy.”</a></p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WP20 swag is here</h2>\n\n\n\n<p>Show your WordPress excitement with <strong>limited edition 20th anniversary merchandise</strong>—now available at the official <a href=\"https://mercantile.wordpress.org/product-category/wp20/\"><strong>WordPress Mercantile store</strong></a>. If you prefer to create your own swag, you can use these <a href=\"https://wp20.wordpress.net/download-the-wp20-commemorative-logos/\">WP20 downloadable assets</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=1024%2C576&ssl=1\" alt=\"Blue background with confetti and WordPress 20th anniversary commemorative logo.\" class=\"wp-image-14785\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=1024%2C576&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=300%2C169&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=768%2C432&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=1536%2C864&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?resize=2048%2C1152&ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/04/digital-banner-1.png?w=3000&ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The 20th anniversary website <a href=\"https://wp20.wordpress.net/wp20-celebrations/\" data-type=\"URL\" data-id=\"https://wp20.wordpress.net/wp20-celebrations/\">lists celebrations</a> as organizers announce and schedule them. Check back regularly to see if there’s an event in your area to join or <a href=\"https://wordpress.org/news/2023/03/lets-party-organize-your-wp20-celebration/\">help organize one</a> to celebrate this milestone with your local community.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\">Enter the Wapuu Coloring Giveaway</a> by April 17, 2023, for a chance to win some commemorative WP20 swag!</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Two new versions of the Gutenberg plugin have shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/03/13/whats-new-in-gutenberg-15-3-13-march/\"><strong>Gutenberg 15.3</strong></a><strong> </strong>was released on March 13, 2023. This version polishes the Site Editor experience, includes a new “Time to Read” block for displaying estimated read time to posts, and enhances the Duotone design tool.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/22/whats-new-in-gutenberg-15-4-22-march/\"><strong>Gutenberg 15.4</strong></a> is available for download as of March 22, 2023, and focuses primarily on bug fixes and testing improvements. Other additions include color and layout support for the Cover block, improved descriptions to help you understand the purpose of each template in the Site Editor, and the ability to turn paragraph blocks into columns.</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 style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Phase 3 planning, WordPress Developer Blog launch, and more</h2>\n\n\n\n<ul>\n<li>Gutenberg Lead Architect Matías Ventura <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">outlined the focus areas</a> for Phase 3 of the WordPress development roadmap, known as <strong>Collaboration</strong> or <strong>Collaborative Editing</strong>.</li>\n\n\n\n<li>Last month, the <a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">WordPress Developer Blog</a> officially launched (removing the “beta” label). <a href=\"https://developer.wordpress.org/news/#subscribe\">Subscribe</a> to keep up with the latest features, tutorials, and learning resources in the WordPress development space.</li>\n\n\n\n<li>The Documentation Team seeks volunteers to help with <a href=\"https://make.wordpress.org/docs/2023/03/15/call-for-volunteers-to-help-with-6-2-end-user-documentation/\">WordPress 6.2 end user documentation</a>.</li>\n\n\n\n<li>Are you looking to broaden your knowledge and improve your WordPress skills? See <a href=\"https://make.wordpress.org/updates/2023/04/01/whats-new-on-learn-wordpress-in-march-2023/\">what’s new on Learn WordPress in March 2023</a>, including the latest course on <a href=\"https://learn.wordpress.org/course/converting-a-shortcode-to-a-block/\">Converting a Shortcode to a Block</a>.</li>\n\n\n\n<li>A new <a href=\"https://make.wordpress.org/themes/2023/03/03/hallway-hangout-community-themes-initiative/\">Community Themes initiative</a> aims to bring together a group of contributors to collaborate and build block themes.</li>\n\n\n\n<li>The Training Team is looking for assistance in creating content to complete <a href=\"https://make.wordpress.org/training/2023/03/29/introduction-to-wordpress-development-syllabus/\">this WordPress Development syllabus</a>.</li>\n\n\n\n<li>The newly formed Contributor Working Group <a href=\"https://make.wordpress.org/community/2023/03/23/recap-of-contributor-working-group-inaugural-mentorship-chat-on-march-20-2023/\">hosted an inaugural chat</a> to kick off work on the <a href=\"https://make.wordpress.org/project/2023/02/06/proposal-creating-a-wordpress-contributor-mentorship-program/\">WordPress Mentorship Program</a>.</li>\n\n\n\n<li>The Polyglots Team is <a href=\"https://make.wordpress.org/polyglots/2023/03/29/adding-chatgpt-and-deepl-in-the-translation-memory/\">testing AI systems</a> to help with translation work.</li>\n\n\n\n<li>The WordPress.org redesign project has a new dedicated Making WordPress Slack channel to coordinate work: <a href=\"https://wordpress.slack.com/archives/C04U953K77A\">#website-redesign</a>.</li>\n\n\n\n<li>The March 2023 editions of the <a href=\"https://make.wordpress.org/polyglots/2023/03/15/polyglots-monthly-newsletter-march-2023/\">Polyglots monthly newsletter</a> and the <a href=\"https://make.wordpress.org/community/2023/03/21/meetup-organizer-newsletter-march-2023/\">Meetup Organizer newsletter</a> are available for reading.</li>\n\n\n\n<li>The Mobile Team announced a <a href=\"https://make.wordpress.org/mobile/2023/03/28/new-mobile-support-forum/\">new support forum</a> for the WordPress mobile app.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Tune in to <a href=\"https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\">Episode 52 of WP Briefing</a> to learn more about the visioning behind Phase 3, Collaboration.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback & testing requests</h2>\n\n\n\n<ul>\n<li>A new Full Site Editing (FSE) Program exploration looks into the Site Editor as a design tool in light of the recent WordPress 6.2 release. Participants are asked to create a block theme without coding using the current editor tools. <a href=\"https://make.wordpress.org/test/2023/03/29/fse-program-exploration-build-a-block-theme/\">Share your experience</a> by April 26, 2023.</li>\n\n\n\n<li>A group of Core contributors is working on a new <a href=\"https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/\">Interactivity API proposal</a> to provide a better developer experience for building interactive blocks.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/03/25/mobile-team-update-march-25th/\">Version 22.0</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>Members of the Core Team are looking for user experience (UX) feedback on the <a href=\"https://make.wordpress.org/core/2023/03/28/call-for-testing-plugin-dependencies-ux/\">Plugin Dependencies feature plugin</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li>WordCamp Asia 2024 is <a href=\"https://asia.wordcamp.org/2024/\">calling for organizers</a>. Apply by April 15, 2023.</li>\n\n\n\n<li>Registration for the <a href=\"https://europe.wordcamp.org/2023/contributor-day-registration-is-now-open/\">WordCamp Europe 2023 Contributor Day</a> is now open.</li>\n\n\n\n<li>Want to create diverse and inclusive WordPress events? Mark your calendars for the upcoming <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/#upcoming-wpdiversity-workshops\">#WPDiversity workshops</a>.</li>\n\n\n\n<li>Four WordCamps are taking place this month:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f9.png\" alt=\"🇮🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://torino.wordcamp.org/2023/\">WordCamp Torino</a>, Italy, on April 14-15, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e6-1f1f9.png\" alt=\"🇦🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://vienna.wordcamp.org/2023/\">Wordcamp Vienna</a>, Austria, on April 15-16, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1eb-1f1f7.png\" alt=\"🇫🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://paris.wordcamp.org/2023/\">WordCamp Paris</a>, France, on April 21, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e7-1f1ec.png\" alt=\"🇧🇬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://sofia.wordcamp.org/2023/\">WordCamp Sofia</a>, Bulgaria, on April 22-23, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join WordPress Executive Director Josepha Haden Chomphosy as she discusses <a href=\"https://wordpress.org/news/2023/03/episode-51-is-routine-a-rut/\">the benefits of routine and what role it plays in the WordPress project</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-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><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/bsanevans/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bsanevans</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 6.2 “Dolphy”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2023/03/dolphy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Mar 2023 18:57:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14659\";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:202:\"WordPress 6.2 \"Dolphy\" is here! Named for Eric Allen Dolphy Jr. the celebrated jazz woodwind player and ensemblist. Over 600 contributors made this release possible. Download WordPress 6.2 Dolphy today.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:63347:\"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1024%2C683&ssl=1\" alt=\"WordPress 6.2 "Dolphy"\" class=\"wp-image-14732\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?resize=2048%2C1365&ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/03/inline-image-x2-1.png?w=3000&ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Say hello to WordPress 6.2 “Dolphy,” named for the woodwind jazz wiz, the multi-instrumentalist—<a href=\"https://en.wikipedia.org/wiki/Eric_Dolphy\">Eric Allan Dolphy Jr</a>. Dolphy is acclaimed for having brought the bass clarinet to prominence in the jazz scene, creating a place for the flute and extending the lexicon of the alto saxophone. In a career that spanned continents, his artistry was at the forefront of pushing improvisational boundaries, ensemble work, and partnerships with well-respected artists like Charles Mingus and John Coltrane.</p>\n\n\n\n<p>This latest version of WordPress reimagines your site editing experience, introduces more ways to style your site, and offers a new distraction-free way to write. Discover improvements that give you more control and freedom to express your creative vision. There’s something for everyone, whether you’re a content creator, developer, site builder, or designer. Let the <a href=\"https://open.spotify.com/artist/6rxxu32JCGDpKKMPHxnSJp?si=UEYO5JU5TXyEeINuuhN6aQ\">music of Eric Dolphy</a> delight you as you take in all that 6.2 has to offer.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpress.org/wordpress-6.2.zip\">Download WordPress 6.2 today</a></div>\n</div>\n\n\n\n<p>WordPress 6.2 is the first major release of 2023, covering over 900 enhancements and fixes. It’s also a transition point in the WordPress project’s <a href=\"https://wordpress.org/about/roadmap/\">development roadmap</a>, shifting focus from customization to <a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">early exploration of workflows and collaboration</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s inside</h2>\n\n\n\n<h4 class=\"wp-block-heading\">Meet the reimagined Site Editor</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=536%2C536&ssl=1\" alt=\"Image inlay of the reimagined Site Editor. WordPress 6.2 Dolphy\" class=\"wp-image-14661\" width=\"536\" height=\"536\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?w=872&ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Site-Editor.png?resize=768%2C768&ssl=1 768w\" sizes=\"(max-width: 536px) 100vw, 536px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Ready for you to dive in and explore: 6.2 is your invitation to discover what the next generation of WordPress—and block themes—can do. </p>\n\n\n\n<p>Now out of beta, the Site Editor has an updated interface, giving you a new way to interact with your entire site. Explore full previews of your templates and template parts, then jump in and get to editing your site from wherever you choose.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Manage menus in more ways with the Navigation block</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=532%2C532&ssl=1\" alt=\"Image inlay of menu management from the Navigation block\" class=\"wp-image-14662\" width=\"532\" height=\"532\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?w=872&ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Navigation.png?resize=768%2C768&ssl=1 768w\" sizes=\"(max-width: 532px) 100vw, 532px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Add, remove, and reorder menu items faster—with a new sidebar experience that makes editing your site’s navigation easier.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Discover a smoother experience for the Block Inserter</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=536%2C536&ssl=1\" alt=\"Image inlay of the Block Inserter\" class=\"wp-image-14663\" width=\"536\" height=\"536\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?w=872&ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Patterns-Inserter.png?resize=768%2C768&ssl=1 768w\" sizes=\"(max-width: 536px) 100vw, 536px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>A refreshed design gives you easier access to the content you need. Use the Media tab to quickly drag and drop content from your existing Media Library. Find patterns faster with a split view that lets you navigate categories and see previews all at once.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Find the controls you want when you need them</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=540%2C540&ssl=1\" alt=\"Tab between settings and styles in the block settings sidebar\" class=\"wp-image-14664\" width=\"540\" height=\"540\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?w=872&ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Settings-and-Styles-Tabs.png?resize=768%2C768&ssl=1 768w\" sizes=\"(max-width: 540px) 100vw, 540px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Your block settings sidebar is better organized with tabs for Settings and Styles. So the tools you need are easy to identify and access. </p>\n\n\n\n<h4 class=\"wp-block-heading\">Build faster with headers and footers for block themes</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=534%2C534&ssl=1\" alt=\"\" class=\"wp-image-14671\" width=\"534\" height=\"534\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?w=872&ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Block-themes.png?resize=768%2C768&ssl=1 768w\" sizes=\"(max-width: 534px) 100vw, 534px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Discover a new collection of header and footer patterns. Use them with any block theme as a quick, high-quality starting point for your site’s templates.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Explore Openverse media right from the Editor</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=544%2C544&ssl=1\" alt=\"\" class=\"wp-image-14670\" width=\"544\" height=\"544\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?w=872&ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Openverse.png?resize=768%2C768&ssl=1 768w\" sizes=\"(max-width: 544px) 100vw, 544px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Openverse’s library catalogs over 700 million+ free, openly licensed stock images and audio—and now it’s directly integrated into the WordPress experience through the Inserter. </p>\n\n\n\n<h4 class=\"wp-block-heading\">Focus on writing with Distraction Free mode</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=542%2C542&ssl=1\" alt=\"\" class=\"wp-image-14665\" width=\"542\" height=\"542\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?w=872&ssl=1 872w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2023/03/Distraction-Free.png?resize=768%2C768&ssl=1 768w\" sizes=\"(max-width: 542px) 100vw, 542px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>For those times you want to be alone with your ideas. You can now hide all your panels and controls, leaving you free to bring your content to life.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Meet the new Style Book</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=560%2C560&ssl=1\" alt=\"\" class=\"wp-image-14667\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?w=560&ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Style-Book.png?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Get a complete overview of how every block in your site’s library looks. All in one place, all at a glance, directly in the Site Editor.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Copy and paste styles</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=560%2C560&ssl=1\" alt=\"\" class=\"wp-image-14666\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?w=560&ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Copy-_-Paste.png?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Perfect the design on one type of block, then copy and paste those styles to other blocks to get just the look you want.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Custom CSS</h4>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"560\" height=\"560\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=560%2C560&ssl=1\" alt=\"\" class=\"wp-image-14669\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?w=560&ssl=1 560w, https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/03/Custom-CSS.png?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 560px) 100vw, 560px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Power up your site any way you wish with design tools and custom CSS for another level of control over your site’s look and feel for maximum creativity and artistry in your designs.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Other highlights in 6.2</h3>\n\n\n\n<ul>\n<li><strong>Sticky positioning</strong>: Choose to keep top-level group blocks fixed to the top of a page as visitors scroll.</li>\n\n\n\n<li><strong>Importing widgets</strong>: Options to import your favorite widgets from Classic themes to Block themes.</li>\n\n\n\n<li><strong>Local fonts in themes</strong>: Default WordPress themes offer better privacy with Google Fonts now included.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Performance highlights</h3>\n\n\n\n<p>“Dolphy” includes several impressive performance improvements. You’ll note overall faster load times for block themes of 14 to 18%, and for classic themes, speed increases of 2 to 5%. Server-side performance is also significantly boosted, with an increase of 17 to 23% for block themes and 3 to 5% for classic themes, 3 to 5%. The performance team is dedicated to these kinds of improvements. You can learn more about their work by following the Making WordPress blog using the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"></blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.2</h2>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/workshops/\">Learn WordPress</a> for quick how-to videos, courses, and other resources for the latest features in WordPress. Or join a free <a href=\"https://learn.wordpress.org/social-learning/\">live interactive online workshop</a>.</p>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/\">WordPress 6.2 Field Guide</a> for detailed developer notes to help you build with WordPress and get the most out of the latest release. Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-2/\">6.2 release notes</a> for additional technical details about this release, including installation information, updates, fixes, file changes, and more.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.2 release squad</h2>\n\n\n\n<p>6.2 is made possible by the many folks who have enthusiastically helped keep the release on track and moving forward:</p>\n\n\n\n<ul>\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordinators: <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li>\n\n\n\n<li>Core Tech Co-Leads: <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a></li>\n\n\n\n<li>Editor Tech Co-Leads: <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a></li>\n\n\n\n<li>Core Triage Co-Leads: <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a></li>\n\n\n\n<li>Editor Triage Co-Leads: <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a></li>\n\n\n\n<li>Documentation Co-Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseet</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li>\n\n\n\n<li>Marketing & Communications Co-Leads: <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a></li>\n\n\n\n<li>Test Co-Leads: <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a>, <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>WordPress 6.2 couldn’t be here without the countless effort and passion of more than 600 contributors in at least 50 countries. A special thank you to the 178 new contributors who joined a release for the first time. Their collaboration helped deliver hundreds of enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/10upsimon/\">10upsimon</a> · <a href=\"https://profiles.wordpress.org/254volkan/\">254volkan</a> · <a href=\"https://profiles.wordpress.org/mercime/\">@mercime</a> · <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a> · <a href=\"https://profiles.wordpress.org/aeg0125/\">Aaron Graham</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/abidhasan112/\">Abid Hasan</a> · <a href=\"https://profiles.wordpress.org/abitofmind/\">abitofmind</a> · <a href=\"https://profiles.wordpress.org/abtop/\">ABTOP</a> · <a href=\"https://profiles.wordpress.org/ace100/\">ace100</a> · <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/admwgn/\">Adam Wiltgen</a> · <a href=\"https://profiles.wordpress.org/adeltahri/\">Adel Tahri</a> · <a href=\"https://profiles.wordpress.org/adhun/\">Adhun Anand</a> · <a href=\"https://profiles.wordpress.org/adityaarora010196/\">adityaarora010196</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/afshanadiya/\">Afshana Diya</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/ajmaurya/\">Ajay Maurya</a> · <a href=\"https://profiles.wordpress.org/ajayver/\">ajayver</a> · <a href=\"https://profiles.wordpress.org/seakashdiu/\">Akash Mia</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/albarin/\">albarin</a> · <a href=\"https://profiles.wordpress.org/alberuni-azad/\">Alberuni Azad.</a> · <a href=\"https://profiles.wordpress.org/alecgeatches/\">alecgeatches</a> · <a href=\"https://profiles.wordpress.org/aleksganev/\">Aleks Ganev</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alvastar/\">alvastar</a> · <a href=\"https://profiles.wordpress.org/alvitazwar052/\">Alvi Tazwar</a> · <a href=\"https://profiles.wordpress.org/amin7/\">amin</a> · <a href=\"https://profiles.wordpress.org/amirrezatm/\">amirrezatm</a> · <a href=\"https://profiles.wordpress.org/amitbarai013/\">Amit Barai Alit</a> · <a href=\"https://profiles.wordpress.org/paulamit/\">Amit Paul</a> · <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andreaboe/\">andreaboe</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/apmatthe/\">Andrew Matthews</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a> · <a href=\"https://profiles.wordpress.org/aniketpatel/\">Aniket Patel</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonyagrios/\">Antony Agrios</a> · <a href=\"https://profiles.wordpress.org/aparnajl/\">Aparna Adhun</a> · <a href=\"https://profiles.wordpress.org/arrasel403/\">AR Rasel</a> · <a href=\"https://profiles.wordpress.org/arafatjamil01/\">Arafat Jamil</a> · <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnolp/\">arnolp</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/artz91/\">ArtZ91</a> · <a href=\"https://profiles.wordpress.org/aryamaaru/\">Arun</a> · <a href=\"https://profiles.wordpress.org/mrasharirfan/\">Ashar Irfan</a> · <a href=\"https://profiles.wordpress.org/ashrafulsarkar/\">Ashraful Sarkar Naiem</a> · <a href=\"https://profiles.wordpress.org/nmutua/\">Autumn</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azurseisme/\">azurseisme</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bart/\">Bart</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benish74/\">benish74</a> · <a href=\"https://profiles.wordpress.org/benjgrolleau/\">Benjamin Grolleau</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/mxbclang/\">Bethany Chobanian Lang</a> · <a href=\"https://profiles.wordpress.org/bgin/\">bgin</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</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/bjorn2404/\">Bjorn Holine</a> · <a href=\"https://profiles.wordpress.org/bogdanungureanu/\">BogdanUngureanu</a> · <a href=\"https://profiles.wordpress.org/bonjour52/\">bonjour52</a> · <a href=\"https://profiles.wordpress.org/bookwyrm/\">bookwyrm</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/buutqn/\">buutqn</a> · <a href=\"https://profiles.wordpress.org/cameronjonesweb/\">Cameron Jones</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia Prim</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/mcaskill/\">Chauncey McAskill</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/chiragrathod103/\">Chirag Rathod</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chocofc1/\">chocofc1</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/chrisbaltazar/\">chrisbaltazar</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/chrystl/\">Chrystl</a> · <a href=\"https://profiles.wordpress.org/ckanderson22/\">ckanderson22</a> · <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a> · <a href=\"https://profiles.wordpress.org/cnspecialcolor/\">cnspecialcolor</a> · <a href=\"https://profiles.wordpress.org/codesdnc/\">codesdnc</a> · <a href=\"https://profiles.wordpress.org/codingchicken/\">Coding Chicken</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/copons/\">Copons</a> · <a href=\"https://profiles.wordpress.org/corentingautier/\">corentingautier</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">Cory Birdsong</a> · <a href=\"https://profiles.wordpress.org/craigfrancis/\">Craig Francis</a> · <a href=\"https://profiles.wordpress.org/craiglpeters/\">craiglpeters</a> · <a href=\"https://profiles.wordpress.org/geisthanen/\">Creative Andrew</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/cu121/\">Cupid Chakma</a> · <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a> · <a href=\"https://profiles.wordpress.org/dalirajab/\">dali-rajab</a> · <a href=\"https://profiles.wordpress.org/dalleyne/\">Damien Alleyne</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/wirecat/\">Daniel Johnson</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/datagutten/\">datagutten</a> · <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/davefx/\">David Marín Carreño</a> · <a href=\"https://profiles.wordpress.org/dperonne/\">David Péronne</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/davidvongries/\">David Vongries</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/derekblank/\">derekblank</a> · <a href=\"https://profiles.wordpress.org/devanshijoshi/\">Devanshi Joshi</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/doctorlai/\">doctorlai</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donncha/\">Donncha O Caoimh (a11n)</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">Dovid Levine</a> · <a href=\"https://profiles.wordpress.org/drzraf/\">drzraf</a> · <a href=\"https://profiles.wordpress.org/d-signed/\">DSIGNED</a> · <a href=\"https://profiles.wordpress.org/dustinrue/\">dustinrue</a> · <a href=\"https://profiles.wordpress.org/chopinbach/\">Edwin Cromley</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Eidolon Night</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/emanuelx/\">emanuelx</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a> · <a href=\"https://profiles.wordpress.org/edanzer/\">Erick Danzer</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/esratpopy/\">Esrat Sultana Popy</a> · <a href=\"https://profiles.wordpress.org/manuilov/\">Eugene M</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/fosuahmed/\">Faisal Ahmed</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fasuto/\">fasuto</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/felipelavinz/\">Felipe Lavín</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/fpodhorsky/\">fpodhorsky</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/bueltge/\">Frank Bueltge</a> · <a href=\"https://profiles.wordpress.org/franz00/\">franzaurus</a> · <a href=\"https://profiles.wordpress.org/fuadragib/\">Fuad Ragib</a> · <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a> · <a href=\"https://profiles.wordpress.org/gamecreature/\">gamecreature</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/gisgeo/\">gisgeo</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/grl570810/\">grl570810</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hvar/\">H-var</a> · <a href=\"https://profiles.wordpress.org/hakre/\">hakre</a> · <a href=\"https://profiles.wordpress.org/hanshenrik/\">hanshenrik</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/haritpanchal/\">Harit Panchal</a> · <a href=\"https://profiles.wordpress.org/hasanmisbah/\">Hasan Misbah</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/ehtmlu/\">Helmut Wandl</a> · <a href=\"https://profiles.wordpress.org/luehrsen/\">Hendrik Luehrsen</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hiren1094/\">hiren sanja</a> · <a href=\"https://profiles.wordpress.org/patelhitesh/\">Hitesh Patel</a> · <a href=\"https://profiles.wordpress.org/hughiemolloy/\">hughie.molloy</a> · <a href=\"https://profiles.wordpress.org/hugodevos/\">hugodevos</a> · <a href=\"https://profiles.wordpress.org/hztyfoon/\">hztyfoon</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/polevaultweb/\">Iain Poulson</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/iazel/\">Iazel</a> · <a href=\"https://profiles.wordpress.org/ignatggeorgiev/\">Ignat Georgiev</a> · <a href=\"https://profiles.wordpress.org/imanish003/\">imanish003</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">ingeniumed</a> · <a href=\"https://profiles.wordpress.org/innovext/\">Innovext</a> · <a href=\"https://profiles.wordpress.org/inwerpsel/\">inwerpsel</a> · <a href=\"https://profiles.wordpress.org/iqbalrony/\">iqbalrony</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/itpathsolutions/\">IT Path Solutions</a> · <a href=\"https://profiles.wordpress.org/ivanjeronimo/\">ivanjeronimo</a> · <a href=\"https://profiles.wordpress.org/jhoffmann/\">j.hoffmann</a> · <a href=\"https://profiles.wordpress.org/jackreichert/\">Jack Reichert</a> · <a href=\"https://profiles.wordpress.org/jaedm97/\">Jaed Mosharraf</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/outrankjames/\">James</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/james-roberts/\">James Roberts</a> · <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a> · <a href=\"https://profiles.wordpress.org/janusdev/\">janusdev</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/ipajen/\">Jarko Piironen</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/carazo/\">Javier Carazo</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jchambo/\">jchambo</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jeanphilippegreen/\">Jean-Philippe Green</a> · <a href=\"https://profiles.wordpress.org/jeawhanlee/\">jeawhanlee</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> · <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</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/lobeless14/\">Jeremy Lind</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</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/joelmadigan/\">joelmadigan</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jokerrs/\">Jokerrs</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a> · <a href=\"https://profiles.wordpress.org/jongycastillo/\">Jong</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/jornp/\">jornp</a> · <a href=\"https://profiles.wordpress.org/dunhakdis/\">Joseph G.</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> · <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jsh4/\">jsh4</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</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/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/welenofsky/\">Justin Welenofsky</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kacper3355/\">kacper3355</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kaneva/\">kaneva</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn P.</a> · <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">Kevin Batdorf</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/konyoldeath/\">konyoldeath</a> · <a href=\"https://profiles.wordpress.org/kowsar89/\">Kowsar Hossain</a> · <a href=\"https://profiles.wordpress.org/krunal265/\">Krunal Bhimajiyani</a> · <a href=\"https://profiles.wordpress.org/krupalpanchal/\">Krupal Panchal</a> · <a href=\"https://profiles.wordpress.org/kmadhak/\">Kunal Madhak</a> · <a href=\"https://profiles.wordpress.org/lanacodes/\">Lana Codes</a> · <a href=\"https://profiles.wordpress.org/larsmqller/\">larsmqller</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">Lena Stergatou</a> · <a href=\"https://profiles.wordpress.org/leonidasmilossis/\">Leo Milo</a> · <a href=\"https://profiles.wordpress.org/lifeboat/\">lifeboat</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/webaxones/\">Loïc Antignac</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/dreadlox/\">Lox</a> · <a href=\"https://profiles.wordpress.org/lozula/\">lozula</a> · <a href=\"https://profiles.wordpress.org/lucius0101/\">lucius0101</a> · <a href=\"https://profiles.wordpress.org/lucymtc/\">Lucy Tomas</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">Márcio Duarte</a> · <a href=\"https://profiles.wordpress.org/mrdollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mahbubshovan/\">Mahbub Shovan</a> · <a href=\"https://profiles.wordpress.org/mahekkalola/\">Mahek Kalola</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manojkpatil/\">Manoj Patil</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a> · <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/marissamakes/\">Marissa Matthews</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/markoserb/\">Marko Ivanovic</a> · <a href=\"https://profiles.wordpress.org/marksabbath/\">marksabbath</a> · <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/mhkuu/\">Martijn van der Klis</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/matclayton/\">matclayton</a> · <a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu Paapst</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/matthiasreinholz/\">Matthias Reinholz</a> · <a href=\"https://profiles.wordpress.org/h4l9k/\">Mauricio</a> · <a href=\"https://profiles.wordpress.org/wppunk/\">Max</a> · <a href=\"https://profiles.wordpress.org/cadic/\">Max Lyuchin</a> · <a href=\"https://profiles.wordpress.org/maximej/\">Maxime J.</a> · <a href=\"https://profiles.wordpress.org/jamilbd07/\">MD Jamil Uddin</a> · <a href=\"https://profiles.wordpress.org/kawserz/\">Md Kawser Ahmed Khan Jami</a> · <a href=\"https://profiles.wordpress.org/rakibwordpress/\">Md Rakib Hossain</a> · <a href=\"https://profiles.wordpress.org/abirhasandipu/\">Md. Abir Hasan Dipu</a> · <a href=\"https://profiles.wordpress.org/reduanmasud/\">Md. Reduan Masud</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a> · <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a> · <a href=\"https://profiles.wordpress.org/meyegui/\">meyerdev.ch</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/michael-kelly/\">Michael Kelly</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michelmany/\">Michel Many</a> · <a href=\"https://profiles.wordpress.org/miguelaxcar/\">Miguel Axcar</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/mikestraw/\">Mike Straw</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mitchellaustin/\">mitchellaustin</a> · <a href=\"https://profiles.wordpress.org/presents111/\">miya</a> · <a href=\"https://profiles.wordpress.org/monzuralam/\">Monzur Alam</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/tanjimtc71/\">Musarrat Anjum Chowdhury</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/mw108/\">mw108</a> · <a href=\"https://profiles.wordpress.org/naeemhaque/\">Naeem Haque</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a> · <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a> · <a href=\"https://profiles.wordpress.org/nazmulhasan103/\">Nazmul Hasan</a> · <a href=\"https://profiles.wordpress.org/nendeb55/\">nendeb</a> · <a href=\"https://profiles.wordpress.org/neychok/\">Neycho Kalaydzhiev</a> · <a href=\"https://profiles.wordpress.org/nicholaswilson/\">nicholaswilson</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nick_thegeek/\">Nick the Geek</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/itsnikhilpatel/\">NikhilPatel</a> · <a href=\"https://profiles.wordpress.org/dhrupo/\">Niluthpal Purkayastha</a> · <a href=\"https://profiles.wordpress.org/dasnitesh780/\">Nitesh Das</a> · <a href=\"https://profiles.wordpress.org/nithi22/\">Nithin John</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/rnitinb/\">Nitin Rathod</a> · <a href=\"https://profiles.wordpress.org/nitman43/\">nitman43</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/nuvopoint/\">nuvoPoint</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/obayedmamur/\">Obayed Mamur</a> · <a href=\"https://profiles.wordpress.org/ockham/\">ockham</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/oh_hello/\">oh_hello</a> · <a href=\"https://profiles.wordpress.org/hideokamoto/\">Okamoto Hidetaka</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/olliejones/\">OllieJones</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoney/\">PabloHoney</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a> · <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a> · <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a> · <a href=\"https://profiles.wordpress.org/phil-webster/\">Phil Webster</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/iapial/\">Pial</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/knowingart_com/\">PJ Brunet</a> · <a href=\"https://profiles.wordpress.org/pkolenbr/\">pkolenbr</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/ptahdunbar/\">Ptah Dunbar</a> · <a href=\"https://profiles.wordpress.org/raduiason/\">raduiason</a> · <a href=\"https://profiles.wordpress.org/initsogar/\">Rafael Agostini</a> · <a href=\"https://profiles.wordpress.org/rafinkhan/\">Rafin</a> · <a href=\"https://profiles.wordpress.org/rajanpanchal2028/\">Rajan Panchal</a> · <a href=\"https://profiles.wordpress.org/rajeshraval786/\">Rajesh Raval</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/razthee007/\">Razthee Md. Yakini</a> · <a href=\"https://profiles.wordpress.org/renatoagds/\">Renato Augusto Gama dos Santos</a> · <a href=\"https://profiles.wordpress.org/rezakhan995/\">Reza Khan</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/riccardodicurti/\">Riccardo Di Curti</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rinkychowdhury9/\">Rinky Chowdhury</a> · <a href=\"https://profiles.wordpress.org/ritteshpatel/\">Ritesh Patel</a> · <a href=\"https://profiles.wordpress.org/rjasdfiii/\">rjasdfiii</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/robinwpdeveloper/\">Robin</a> · <a href=\"https://profiles.wordpress.org/robin-labadie/\">Robin Labadie</a> · <a href=\"https://profiles.wordpress.org/rodage/\">rodage</a> · <a href=\"https://profiles.wordpress.org/rodricus/\">rodricus</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/digical/\">Ross Gile</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/ruchirj/\">Ruchir Goswami</a> · <a href=\"https://profiles.wordpress.org/re_enter_rupok/\">Rupok</a> · <a href=\"https://profiles.wordpress.org/rryyaanndd/\">Ryan</a> · <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sereedmedia/\">Sé Reed</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">Sérgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a> · <a href=\"https://profiles.wordpress.org/andy786/\">Sahil B.</a> · <a href=\"https://profiles.wordpress.org/stalukder03/\">Sajib Talukder</a> · <a href=\"https://profiles.wordpress.org/sakibmd/\">Sakib Mohammed</a> · <a href=\"https://profiles.wordpress.org/samful/\">Sam Fullalove</a> · <a href=\"https://profiles.wordpress.org/sam1el/\">sam1el</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/samruddhikhandale/\">samruddhikhandale</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/sanjucta/\">sanjucta</a> · <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a> · <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a> · <a href=\"https://profiles.wordpress.org/sapayth/\">sapayth</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/saumil1611/\">Saumil Nerpagar</a> · <a href=\"https://profiles.wordpress.org/saxonfletcher/\">saxonfletcher</a> · <a href=\"https://profiles.wordpress.org/ira2910/\">Sazia Faizunnessa Ira</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/countrymusicchicago/\">Scott Winterroth</a> · <a href=\"https://profiles.wordpress.org/hiyascout/\">Scout James</a> · <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/seriouslysenpai/\">seriouslysenpai</a> · <a href=\"https://profiles.wordpress.org/wandering-aramean/\">Seth Miller</a> · <a href=\"https://profiles.wordpress.org/shahidul95/\">Shahidul Islam</a> · <a href=\"https://profiles.wordpress.org/shamayel007/\">Shamayel</a> · <a href=\"https://profiles.wordpress.org/shamimmiashuhagh/\">Shamim Mia</a> · <a href=\"https://profiles.wordpress.org/smeunus/\">Sharif Mohammad Eunus</a> · <a href=\"https://profiles.wordpress.org/shraboni/\">Shraboni</a> · <a href=\"https://profiles.wordpress.org/shubham1gupta/\">shubham1gupta</a> · <a href=\"https://profiles.wordpress.org/silicium23/\">Silicium</a> · <a href=\"https://profiles.wordpress.org/simongomes02/\">Simon Gomes</a> · <a href=\"https://profiles.wordpress.org/slieschke/\">Simon Lieschke</a> · <a href=\"https://profiles.wordpress.org/siobhan/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/calvinalkan/\">snicco.io</a> · <a href=\"https://profiles.wordpress.org/sruthi90/\">sruthi90</a> · <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/stentibbing/\">stentibbing</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">Stephanie Walters</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephym/\">Stephy Miehle</a> · <a href=\"https://profiles.wordpress.org/stephymiehle/\">stephymiehle</a> · <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sun/\">sun</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva (a11n)</a> · <a href=\"https://profiles.wordpress.org/codemonksuvro/\">Suvro</a> · <a href=\"https://profiles.wordpress.org/syamraj24/\">syamraj24</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/afrin29/\">Syeda Sanjida Afrin</a> · <a href=\"https://profiles.wordpress.org/syhc/\">syhc</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/syntaxart/\">syntaxart</a> · <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a> · <a href=\"https://profiles.wordpress.org/tahmidulkarim/\">Tahmid ul Karim</a> · <a href=\"https://profiles.wordpress.org/tahminar27/\">Tahmina Rahman</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/tanazmasaba/\">Tanaz Masaba</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/tanner-m/\">Tanner Moushey</a> · <a href=\"https://profiles.wordpress.org/rahmantasnia/\">Tasnia Rahman Raima</a> · <a href=\"https://profiles.wordpress.org/teebee/\">teebee</a> · <a href=\"https://profiles.wordpress.org/tekapo/\">tekapo</a> · <a href=\"https://profiles.wordpress.org/thedaysse/\">thedaysse</a> · <a href=\"https://profiles.wordpress.org/iamjaydip/\">thejaydip</a> · <a href=\"https://profiles.wordpress.org/theode/\">theode</a> · <a href=\"https://profiles.wordpress.org/griffinjt/\">Thomas Griffin</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/thomask/\">thomask</a> · <a href=\"https://profiles.wordpress.org/timbroddin/\">timbroddin</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</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/dziudek/\">Tomasz Dziuda</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a> · <a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a> · <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul I Chowdhury</a> · <a href=\"https://profiles.wordpress.org/travisaxton/\">travisaxton</a> · <a href=\"https://profiles.wordpress.org/triumvirate/\">triumvirate</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/umesh84/\">Umesh Gupta</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Szépe</a> · <a href=\"https://profiles.wordpress.org/virgar/\">Virginie Garnier</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a> · <a href=\"https://profiles.wordpress.org/vtad/\">vtad</a> · <a href=\"https://profiles.wordpress.org/vykesmac/\">vykesmac</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/webrocker/\">Webrocker</a> · <a href=\"https://profiles.wordpress.org/websitegenii/\">websitegenii</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/winterpsv/\">winterpsv</a> · <a href=\"https://profiles.wordpress.org/wojsmol/\">wojsmol</a> · <a href=\"https://profiles.wordpress.org/wojtekn/\">Wojtek Naruniec</a> · <a href=\"https://profiles.wordpress.org/wojtekszkutnik/\">Wojtek Szkutnik</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a> · <a href=\"https://profiles.wordpress.org/zebaafiashama/\">Zeba Afia Shama</a> · <a href=\"https://profiles.wordpress.org/zenaulislam/\">Zenaul Islam</a> · <a href=\"https://profiles.wordpress.org/zevilz/\">zevilz</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, <a href=\"https://translate.wordpress.org/stats/\">70 locales had translated 90 percent</a> or more of WordPress 6.2 in their language. Community translators are hard at work ensuring more translations are on their way. Thank you to everyone who helps to make WordPress 6.2 available in 200 languages.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A release haiku for 6.2 </h2>\n\n\n\n<p>Six point two, so new<br>Shiny and ready for you<br>Congrats on hard work!</p>\n\n\n\n<p class=\"has-text-align-left has-tiny-font-size\"><em>* Portrait of Eric Allen Dolphy Jr. discovered via <a href=\"https://openverse.org/image/36720968-690c-4287-a2dd-619573cc23a6\">Openverse</a>. Colorization by D. Pountain; Original by F. Wolff</em>.<br>“<a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/98119031@N00/39509743850\" target=\"_blank\">eric dolphy</a>” by <a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/98119031@N00\" target=\"_blank\">dick_pountain</a> is licensed under <a rel=\"noreferrer noopener\" href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=openverse\" target=\"_blank\">CC BY-NC-SA 2.0</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WP Briefing: Episode 52: Workflows and Phase Three Visioning with Special Guest Héctor Prieto\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2023/03/episode-52-phase-three-with-hector-prieto/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Mar 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=14697\";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:147:\"On this week\'s episode, special guest Héctor Prieto joins Josepha in a discussion about phase three and why it\'s more than collaborative editing. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/03/WP-Briefing-052.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:25748:\"\n<p>On Episode fifty-two of the WordPress Briefing podcast, join WordPress Executive Director Josepha Haden Chomphosy and special guest Héctor Prieto as they discuss phase three and why it’s more than just collaborative editing!</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://riad.blog/2020/06/11/write-as-blocks-in-an-encrypted-collaborative-environment/\">Write as Blocks in an Encrypted Collaborative Environment by Riad Benguella</a> </li>\n\n\n\n<li><a href=\"https://github.com/youknowriad/asblocks\" data-type=\"URL\" data-id=\"https://github.com/youknowriad/asblocks\">Riad Benguella’s collaborative editing GitHub repository</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella’s WordPress.org Profile</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/23129\" data-type=\"URL\" data-id=\"https://github.com/WordPress/gutenberg/pull/23129\">Block Collab: New package, a framework for collaborative editing GitHub PR</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/24/phase-3-collaboration/\">Phase 3: Collaboration</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/48457\" data-type=\"URL\" data-id=\"https://github.com/WordPress/gutenberg/issues/48457\">Matías Ventura Quick Search GH Issue</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura WordPress.org Profile</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/03/23/wordpress-6-2-release-day-process/\">WordPress 6.2 Release Day Process</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\">Introducing the WordPress Developer Blog</a></li>\n\n\n\n<li><a href=\"https://europe.wordcamp.org/2022/contributor-day/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2022/contributor-day/\">WordCamp Europe Contributor Day Registration</a></li>\n\n\n\n<li><a href=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\" data-type=\"URL\" data-id=\"https://wp20.wordpress.net/wapuu-coloring-giveaway-style-your-own-party-wapuu/\">WP20 Wapuu Coloring Giveaway</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-14697\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:00] </p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]<br><br>I have with me today Hécto Prieto. You all may know him from the WordPress Slack. He recently was, I believe, a release coordinator, maybe for the last release. Was that for 6.1?</p>\n\n\n\n<p>[Héctor Prieto 00:00:51]<br><br>Yes. It was for 6.1 and also 6.0, in fact.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:54]<br><br>All right. Well, welcome to the WordPress Briefing today. How are you doing?</p>\n\n\n\n<p>[Héctor Prieto 00:00:59] </p>\n\n\n\n<p>Well, I’m excited to be here. I’m a longtime listener of the podcast since the first episode. So I’m super excited to be here with you today.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:06]<br><br>Yes. Longtime listener. First-time caller. All right, well, we’re gonna have a topic that just dumps you right in the soup, as they say in the United States. So we are actually here to talk about phase three of Gutenberg. It’s been a long time coming, and there are a lot of questions that folks have about what’s going into it and what’s not going into it.</p>\n\n\n\n<p>And as someone who works really closely with our Gutenberg technical architect, Matías Ventura, I figured you would be exactly the right person to come and talk about your favorite things. From your perspective, what is going to be the biggest enhancement that we start to approach in phase three?</p>\n\n\n\n<p>Like which thing, which API is gonna take the most work, do you think?</p>\n\n\n\n<p>[Héctor Prieto 00:01:53]<br><br>Well, the most work, that’s a very hard question to answer because we are still we are going to start an exploration phase to determine how far we want to go with each of these APIs. So, in general, all these APIs and these products are standalone projects. And some of them are shorter, and some of them are longer.</p>\n\n\n\n<p>I would say, in general, the real-time collaboration sounds the most technically challenging because of what it represents and all the changes needed to how we interact with WordPress from async to sync, basically. That would be the hardest part. I think there are also already a few prototypes working, but we need to see how that scales, for example.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:32]</p>\n\n\n\n<p>Yeah. So speaking of a few prototypes, I know that there are two or three different prototypes specifically for collaborative editing, but do we have people or groups, working groups in the community that have built any other prototypes? Or is it just kind of first passes at collaborative editing that we’ve seen?</p>\n\n\n\n<p>[Héctor Prieto 00:02:52]<br><br>Well, apart from Riad Benguella’s exploration, there’s a public repository with that exploration, there are a few plugins trying the same, trying real-time collaboration.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:03]<br><br>Yeah, I can think of co-blocks and as blocks, and then I feel like there was a third one.</p>\n\n\n\n<p>[Héctor Prieto 00:03:09] </p>\n\n\n\n<p>Yeah.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:09]<br><br>We’ll find the links to all these</p>\n\n\n\n<p>[Héctor Prieto 00:03:12]</p>\n\n\n\n<p>Yeah. Let’s add them to the show notes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:14]<br><br>Excellent. So that’s going to be the biggest one. Is there, of the list of APIs, and this is based on the post that Matías sent out last week. If you all haven’t seen that, we’ll put that in the show notes as well. But from the APIs that Matías sort of helped us to identify last week, is there any one that you are particularly excited about for fixing things in WordPress or just generally like an interesting topic of development for you?</p>\n\n\n\n<p>[Héctor Prieto 00:03:42]<br><br>Well, I would say all of them and how they all play together. But, if I need to pick one of them…</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:48]<br><br>Everything’s the best! </p>\n\n\n\n<p>[Héctor Prieto 00:03:50]<br><br>I’ll cheat anyway, and I will going to pick two out of them because they solve issues at different levels. I’m very excited about visual revisions. I think it helps a lot of users, and it affects even non-technical users.</p>\n\n\n\n<p>So it’s one of the projects that lower how hard or complex WordPress can be to use sometimes. It’s going to be a huge improvement. It’s going to, I mean, bringing blocks to the revision system. I mean, it’s just a dream come true for me. I’m also going to highlight the search everywhere or quick search feature Matías already opened an issue in the GitHub repository right now. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:28]<br><br>Mm-hmm.</p>\n\n\n\n<p>[Héctor Prieto 00:04:28]<br><br>So the idea for this product is to have a power user shortcut that opens searching, an Alfred-like or Spotlight-like interface for those familiar with MacOS operating systems.</p>\n\n\n\n<p>When you can type anything, any place you want to go, or you want to search for any specific text in a document. And it’s supposed to be your power user command tool. So that you can do most things there.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:53]<br><br>Oh, and I mean not only power user command tool, but also there are some applications there for folks who have mobility issues, people who are using primarily keyboard as opposed to keyboard and mouse, all that kind of stuff, right?</p>\n\n\n\n<p>[Héctor Prieto 00:05:07]<br><br>Exactly. And just thinking long term with the rise of AI, it could be possible even to add some natural language processing to this interface so that users could just write in, in plain text, in natural language, what they want to do, and WordPress would provide the action for them.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:23]<br><br>Very nice. My two favorites, since you gave two favorites and I can’t just give one at that point, my two favorite projects, which are also probably really, really hard projects, are those explorations around fixing notifications. That is a really big project. And one that I think that, in general, the WordPress project is going to be really excited to have some input on. </p>\n\n\n\n<p>And so that’s one that I really will have an eye on. And the other one that I’m going to definitely have my eye on is the media gallery redesign. I realize that this shows, between you and I, that shows our two specific focuses. Because, of course, you work directly with guiding all of our developers. And I am very much like our user advocate. And WordPress “everyman.”</p>\n\n\n\n<p>I don’t know if that’s a term that makes sense outside the US. But I do a lot of advocacy for folks who are using WordPress from the user side as opposed to from the developer side because, of course, we have a lot of excellent developers. So y’all don’t need my help with your advocacy.</p>\n\n\n\n<p>But yeah, that really shows that you and I have different focuses, which I think is good too.</p>\n\n\n\n<p>[Héctor Prieto 00:06:32]<br><br>Yes. Also, it’s worth noting that at the end of the day, any improvement we make for developers is so that developers can build better things for users. So, at the end of the day, everything is in the best interest of the users.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:45] </p>\n\n\n\n<p>That’s right. That’s definitely a good point. Yeah. So, a final question about this particular thing because we’re trying to keep it a little brief and also because we’ll have a few other podcasts that are specifically about phase three as our explorations get going. Final question here: If you felt like there was one API or one project in particular that could benefit from a lot of community involvement which would you guess that was?</p>\n\n\n\n<p>[Héctor Prieto 00:07:20]<br><br>I don’t think I can single out any of them. I think getting user feedback is going to be a vital part of this phase, as always. So I would encourage our listeners to just participate in discussions and provide feedback as we start releasing the first prototypes in the Gutenberg plugin. I don’t think I can pick one of them for you, completely honest.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:43] </p>\n\n\n\n<p>Yeah. My guess for that is going to be the rework of the dashboard, the admin, WP admin. I think that a lot of people are gonna have a lot to say about what they use it for, what they would like to be able to use it for, how to make it look more modern, how to make it feel more modern. I think that that probably is going to benefit from a lot of early testing and possibly some specific user testing around the concepts of design in there.</p>\n\n\n\n<p>And so that’s one that that I think probably is going to take a lot of feedback from the community. And community, in this case, I think, is not only our developers and designers and copy folks who are working to build the CMS, but probably also all of our folks who are extending WordPress, everybody who is working in agencies, things like that.</p>\n\n\n\n<p>[Héctor Prieto 00:08:35]<br><br>Hmm, well, if I need to pick one, I would say the publishing flows could use also lots of feedback and testing because we are going to implement editorial requirements and customized user flows. And, of course, there are many, many different workflows out there that we might not be able to think of ourselves.</p>\n\n\n\n<p>So just imagine the sheer amount of different use cases. There’s going to be, or there currently is with customizations of third-party plugins. So, yeah. I would like to listen to how people would like the publishing flows to be. What are the specific use cases? </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:09]<br><br>So really, just everything, we need a lot of user feedback on everything.</p>\n\n\n\n<p>[Héctor Prieto 00:09:13]<br><br>Yes. That’s the summary.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:15]</p>\n\n\n\n<p>I don’t think that’s a bad summary. I know that we talk a bit about how WordPress is made better by the activity of our co-creators, the people who are using the software and testing the software, and telling us how it could be better. Those are the groups of people that make sure that we are the best version or headed in the best direction on any of our things with the software.</p>\n\n\n\n<p>And so I guess it’s probably not super unusual for everyone to hear like we need your feedback on everything because that’s probably what we do half the time.</p>\n\n\n\n<p>[Héctor Prieto 00:09:44]<br><br>Yeah, absolutely.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:47]<br><br>So the publishing workflows, that reminds me that there has been a little bit of a conversation lately around the naming of this phase, basically.</p>\n\n\n\n<p>And I know that the phases don’t necessarily need names. Like that’s why they’re numbered, and that’s a great idea. Like numbers are wonderful ways to reference things, but it also is just easier to reference it in kind of general conversation.</p>\n\n\n\n<p>So the first phase was easier editing, and it really focused on the editing experience itself. The second one was customization, and now the third phase has been called collaboration for quite a bit of time.</p>\n\n\n\n<p>But as we got closer and closer to this phase and we had more and more conversations that were coming out of phases one and two, it became really clear that really what we’re looking at here is more around workflows. And I love that that is an option for how to refer to this. Probably that’s how I will refer to it for most of the time that I talk about it as we are looking at phase three. </p>\n\n\n\n<p>Because I remember that when we were first building the prototypes of Gutenberg, one of the big flags that I had was that breaking changes are not just about what we can see or any sort of visual regressions or what causes the white screen of death. Also, some of the things that are breaking changes should be considered in those workflows when we change where things are or how you accomplish a task.</p>\n\n\n\n<p>And our users weren’t ready for it. That is something that is breaking for them, right?</p>\n\n\n\n<p>[Héctor Prieto 00:11:25] <br><br>Yes. As you mentioned, this phase was referenced as collaboration, real-time collaboration, for a long time, but if we think of how this collaboration looks, it’s much more than just editing at the same time. A very big part of collaboration is also asynchronous collaboration by adding in-line comments and improving these notifications when you have a comment in your draft. I think the power of this phase is how everything comes together. These individual pieces come together.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 0:11:51]<br><br>Yes, and I don’t know where that first flag that sparked the discussion around, like, okay, but collaborative editing is not quite big enough and also means a bunch of different things for a bunch of different people. It depends on the size of your organization or the type of content you’re writing.</p>\n\n\n\n<p>Like, I don’t know where that conversation started. My guess is, you know, some WordCamp somewhere, and an attendee was like, did you, did anybody ever think about these problems? And then they kind of worked their way around the Make Core site or otherwise made their way around to Matias’s ears.</p>\n\n\n\n<p>But yeah, I think that was a really smart choice. And you’re exactly right, collaborative editing; that can refer to the synchronous kind or the asynchronous kind, and both of those types of collaboration are equally valuable and probably equally used.</p>\n\n\n\n<p>[Héctor Prieto 00:12:40]<br><br>Yes. And one important point to note here is that this editorial flows, and this collaboration is crucial to implement multilingualism going into phase four. We need to think that as soon as we have posts and pages in different languages, there are going to be requirements in terms of how to translate these pieces of content.</p>\n\n\n\n<p>So this will need collaboration, all forms of collaboration.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:13:02]<br><br>Yeah, absolutely. This maybe was before your time with the project, but I was team multilingual-first for a long time. Or at least thinking that we could do the multilingual part of this work alongside the collaborative editing part of the work. I’ve spent a lot of time trying to understand what we think is going in phase three versus what probably we need to be able to do as far as having native multilingual support in the project.</p>\n\n\n\n<p>And I have softened my very hard position on that. You know, we’re big fans of strong positions loosely held, strong opinions loosely held. And this was one of those moments where I had that really strong opinion that we could just do them concurrently. We can do them at the same time.</p>\n\n\n\n<p>And I think it was a conversation that you and I were having when you were pointing out the complexities of translating WordPress at all, let alone being able to translate all your content as well. And it makes a lot of sense, and you’re right. I think that there are a lot of interactions, a lot of workflows that we’re gonna have to kind of refresh or redesign or rebuild before it really makes sense for us to help make that a nice streamlined option for multilingual offerings.</p>\n\n\n\n<p>[Héctor Prieto 00:14:17]<br><br>Yes, absolutely. As a Spanish-speaking person, I’m super excited about having multilingual in Core, but I also understand that we need some tooling ready before implementing multilingual in Core. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:14:29] </p>\n\n\n\n<p>There are no, there really are no easy problems left in WordPress, right? Like, we all agree on this now?</p>\n\n\n\n<p>[Héctor Prieto 00:14:36]<br><br>That’s correct. And we’re creating something incrementally. If we look at the phases, they are ordered sequentially. But that doesn’t mean that when we start phase three, we are, finishing phase two completely in the same way. We have not finished phase one.</p>\n\n\n\n<p>That will be like saying, when is WordPress finished, when is the development finished? So it’s an incremental project, and it’s always going to be to need refining. So it’s of course, multilingual needs to come after collaboration because we need those tools.</p>\n\n\n\n<p>But that doesn’t mean we need to finish the collaboration phase or have it very advanced phase three before we can start phase four. That will be determined in the next month as we start explorations.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:15:17] </p>\n\n\n\n<p>So if you all, which I know you are, are interested in better workflows, more streamlined ways of working inside WordPress, and or interested in how we are gonna get multilingual settled in the future, this is a great time to get involved in this project and in the community. Like I said, we’ve got that post up that Matías shipped last week, which, again, if you have not read it, go read it because it’s got excellent, excellent information in there for you. </p>\n\n\n\n<p>Héctor, before we head out, is there anything that you wanna make sure that you let the listeners know, either about phase three or just about WordPress in general?</p>\n\n\n\n<p>[Héctor Prieto 00:15:57]<br><br>Well, tomorrow is WordPress 6.2 release day. So happy 6.2, everybody!</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:16:04]<br><br>Happy 6.2. Oh, yeah. Yeah. Which means today is the dry run; probably in three hours, we’re doing the dry run.</p>\n\n\n\n<p>[Héctor Prieto 00:16:14]<br><br>Depends on when we’re listening to this, but yes.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:16:18] </p>\n\n\n\n<p>Oh, that’s a good point. Right? Not everybody listens to this the second it becomes available. Time zones. That’s right. Oh, man. Look at us being a global project and just pretending like everybody listens to this particular thing the moment that it’s available.</p>\n\n\n\n<p>I apologize to everybody who’s listening to it after the release or in the middle of the release party or whatever you’re doing. Regardless, tomorrow, if you’re listening to it today, is the WordPress 6.2 release, and it’s gonna be great.</p>\n\n\n\n<p>Well, Héctor, thank you so much for joining me today. I really enjoyed having you on, and thanks for letting me interview you.</p>\n\n\n\n<p>[Héctor Prieto 00:16:59]<br><br>Thank you for having me. It was my pleasure to be here.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:17:10]</p>\n\n\n\n<p>So that brings us now to our small list of big things, and as is frequently the case, it’s actually kind of a big list of big things. So we’re gonna hop right in here. As Héctor and I mentioned in the episode, the release WordPress 6.2 is coming out tomorrow, depending on when you’re listening to this. If you listen to it on the 27th, it comes out on the 28th of March. </p>\n\n\n\n<p>If you have a chance to drop by the release party. I would encourage you to; they’re pretty interesting just to get an idea of everything that it takes to build WordPress. It is, of course, the last few hours before a release, and so you don’t get a full scope.</p>\n\n\n\n<p>But it’s always nice to see the way that everybody in the community works together, especially there in that last moment when we’re trying to package something and test it in a bunch of environments all across the world. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:18:00] </p>\n\n\n\n<p>I love attending those. And so I encourage it. The next episode of the WordPress Briefing is going to have the release rundown.</p>\n\n\n\n<p>I’ll go through the key features and highlights that finally made it into 6.2. The reason we don’t do those beforehand is just in case we have to remove anything at the last minute from a release. It doesn’t happen too often, but it does happen sometimes. And so, next episode of WP Briefing, that’s what we’ll be talking about.</p>\n\n\n\n<p>The next thing on my list is a new developer blog. So there is a brand new developer blog. It was launched last Wednesday. It’s a great resource for WordPress developers to stay up to date and hear the latest in the WordPress development world. And also, we had been hearing some feedback from our developers in recent years that if you are like exploring how to extend WordPress, if you’re in that group of extenders, people who are building themes or building plugins, you’ve kind of feel like you’ve lost a place where you can have those exploratory conversations. </p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:19:00] </p>\n\n\n\n<p>This is gonna be one of those places. We’ll put a link in the show notes. So far, the content that’s planned, I think, is really interesting.</p>\n\n\n\n<p>Next thing on our small list, big list, of big things is WordCamp Europe’s Contributor Day.</p>\n\n\n\n<p>So registration for Contributor Day is now open, and it does require a separate registration than regular attendance at WordCamp Europe. So if you are registered for WordCamp Europe, you already have your ticket for that, but you are not registered for Contributor Day, click the link in the show notes and come on down to spend a little time giving back to the WordPress Project.</p>\n\n\n\n<p>And the last thing on our list today is that we have a WP20 Wapuu coloring giveaway. So put on your little party hats, and grab your crayons. The 20th anniversary Wapuu coloring giveaway is here. There is an opportunity to color in your own community-driven Wapuu and tweet it to us using #WapuuWP20 for your chance to win a sweet haul of WP20 swag items.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:20:00]</p>\n\n\n\n<p>You can check out the full rules at the link in our show notes.</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks. </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14697\";s: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:69:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Introducing the WordPress Developer Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2023/03/introducing-the-wordpress-developer-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 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:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"Developer content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=14649\";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:137:\"The WordPr Developer blog, a dedicated space to support devs, is available to help ideas sharing, ways of using new features, and more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4661:\"\n<p>With much activity happening in the WordPress development space every day, keeping up-to-date with the latest updates can be challenging. The new <a href=\"https://developer.wordpress.org/news/\">WordPress Developer Blog</a> is a developer-focused resource to help you stay on top of the latest software features, tutorials, and learning materials relevant to the open source project.</p>\n\n\n\n<p>This blog is the culmination of a community effort that began last year. Formed by experienced WordPress community members and developers, the <a href=\"https://developer.wordpress.org/news/about/\">editorial group</a> has since worked on a wide range of content already available—from theme and block development tutorials to tips and tricks for leveraging WordPress in the site editing era.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A new home for developers</h2>\n\n\n\n<p>As a complementary resource to the WordPress documentation, the Developer Blog aims to provide a shared space to stay informed of development-related updates, keep up with ongoing discussions and ideas, and explore cutting-edge use cases.</p>\n\n\n\n<p>In other words, <strong>consider it as a central hub for developers and </strong><a href=\"https://make.wordpress.org/updates/2020/05/01/care-and-influence-a-theory-about-the-wordpress-community/\"><strong>extenders</strong></a> of different backgrounds and skill levels to learn with quality content from reliable sources, share knowledge, and drive WordPress development forward.</p>\n\n\n\n<p>True to the open source way, the blog will likely evolve. As its editors and readers learn and create more content, it will adapt in response to the needs of community members like you.</p>\n\n\n\n<p>Everyone is welcome to chime in on-topic discussions, share ideas or contribute. <a href=\"https://developer.wordpress.org/news/how-to-contribute/\">Learn more about how to get involved</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What about the content?</h2>\n\n\n\n<p>Content on the WordPress Developer Blog covers many topics, including tutorials on <a href=\"https://developer.wordpress.org/news/category/themes/\">theme development</a>, <a href=\"https://developer.wordpress.org/news/category/plugins/\">plugins</a>, and <a href=\"https://developer.wordpress.org/news/category/block-development/\">block development</a>. You can also expect posts on WordPress APIs, best practices for working with WordPress, updates on upcoming releases, and <a href=\"https://developer.wordpress.org/news/category/learning/\">learning resources</a> for beginners and seasoned developers.</p>\n\n\n\n<p>These articles offer a good hint at what’s already in store for you:</p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2022/11/17/demystifying-home-and-posts-templates-in-wordpress-theme-development/\">Demystifying home and posts templates in WordPress theme development</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2022/11/creating-themes-from-a-pattern-first-mindset/\">Creating themes from a pattern-first mindset</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/static-vs-dynamic-blocks-whats-the-difference/\">Static vs. dynamic blocks: What’s the difference?</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/02/creating-custom-block-styles-in-wordpress-themes/\">Creating custom block styles in WordPress themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/03/whats-new-for-developers-march-2023/\">What’s new for developers? (March 2023)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Sounds interesting? </h2>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/#subscribe\">Subscribe to the Developer Blog</a> to keep up with the latest content in the WordPress development space.</p>\n\n\n\n<p><em>Props for content and peer review <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> <a href=\'https://profiles.wordpress.org/mburridge/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mburridge</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/bph/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bph</a> <a href=\'https://profiles.wordpress.org/greenshady/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>greenshady</a> <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"14649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 11 May 2023 17:29:49 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 08 May 2023 14:00:00 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20211221080300\";}','no'),(776,'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'),(777,'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'),(778,'astra-sites-page-builders','a:4:{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:42;s:4:\"name\";s:9:\"Gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";}}','no'),(779,'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'),(780,'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'),(781,'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'),(782,'astra-sites-requests','40','no'),(783,'astra-sites-and-pages-page-1','a:15:{s:8:\"id-73697\";a:22:{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:8:\"id-73686\";a:22:{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:8:\"id-73669\";a:22:{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-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: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:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-73652\";a:22:{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-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-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-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:8:\"id-73637\";a:22:{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:8:\"id-58716\";a:22:{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:8:\"id-19808\";a:22:{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 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:8:\"id-17988\";a:22:{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:8:\"id-60434\";a:22:{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:8:\"id-73532\";a:22:{s:5:\"title\";s:36:\"Alexandrina Kennedy – 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:8:\"id-72529\";a:22:{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:8:\"id-69715\";a:22:{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:8:\"id-72618\";a:22:{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:8:\"id-73460\";a:22:{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:8:\"id-71669\";a:22:{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:\"\";}}','no'),(784,'astra-sites-and-pages-page-2','a:15:{s:8:\"id-72580\";a:22:{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:1291:\"<!-- 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 -->\n<h2>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:8:\"id-73425\";a:22:{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:8:\"id-31992\";a:22:{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:8:\"id-73267\";a:22:{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: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-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: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-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: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-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 & 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: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-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: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-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: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:\"\";}}','no'),(785,'astra-sites-and-pages-page-3','a:15:{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-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: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-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: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-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: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-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: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-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: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-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: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:\"\";}}','no'),(786,'astra-sites-and-pages-page-4','a:15:{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-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: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-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: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-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: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-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: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-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: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-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: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 …<p class=\"read-more\"> <a class=\"\" href=\"\"> Read More »</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:8:\"id-59655\";a:22:{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: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:\"\";}}','no'),(787,'astra-sites-and-pages-page-5','a:15:{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-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: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-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: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-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: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-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: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-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: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-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: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-69440\";a:22:{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: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-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: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-73550\";a:22:{s:5:\"title\";s:30:\"Ursula Jones – 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:8:\"id-73411\";a:22:{s:5:\"title\";s:19:\"Artist Multipurpose\";s:2:\"id\";i:73411;s:12:\"publish-date\";i:1681496599;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-600x1618.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02-400x1079.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:1250:\"<!-- 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 -->\n<h2>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-600x1618.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:8:\"id-19884\";a:22:{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:\"\";}}','no'),(788,'astra-sites-and-pages-page-6','a:15:{s:8:\"id-71238\";a:22:{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/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:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/01/game-dev-studio-04-400x1881.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:1239:\"<!-- 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 -->\n<h2>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:8:\"id-59589\";a:22:{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:968:\"<!-- 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><li>Warm and welcoming design perfect for the niche</li><li>Exceptional use of color, fonts and white space</li><li>Lots of content blocks including product and service sections</li><li>Effective contact page including map for ease of use</li><li>Social media elements built into the design</li><li>Fully compatible with drag and drop page builders</li></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:8:\"id-71556\";a:22:{s:5:\"title\";s:24:\"Finance & 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 & 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 & 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 & 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:8:\"id-69429\";a:22:{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: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-73443\";a:22:{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:8:\"id-72543\";a:22:{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:8:\"id-59455\";a:22:{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:8:\"id-59077\";a:22:{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:8:\"id-72600\";a:22:{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:8:\"id-18035\";a:22:{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: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 …<p class=\"read-more\"> <a class=\"\" href=\"\"> Read More »</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-73530\";a:22:{s:5:\"title\";s:29:\"Joan Thomas – 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:8:\"id-20478\";a:22:{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:8:\"id-70901\";a:22:{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:\"\";}}','no'),(789,'astra-sites-and-pages-page-7','a:15:{s:8:\"id-73525\";a:22:{s:5:\"title\";s:29:\"Emily Smith – 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:8:\"id-69418\";a:22:{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:8:\"id-73493\";a:22:{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:8:\"id-60297\";a:22:{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:8:\"id-71576\";a:22:{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:8:\"id-73545\";a:22:{s:5:\"title\";s:35:\"Kate Stone – 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:8:\"id-69858\";a:22:{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:8:\"id-69690\";a:22:{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:8:\"id-69393\";a:22:{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:8:\"id-59604\";a:22:{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:8:\"id-69842\";a:22:{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:8:\"id-53724\";a:22:{s:5:\"title\";s:29:\"Food Blogger & 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 & Influencer website template. </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 & 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:8:\"id-53593\";a:22:{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. </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:8:\"id-73478\";a:22:{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:8:\"id-22401\";a:22:{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:\"\";}}','no'); INSERT INTO `wpfl_options` VALUES (790,'astra-sites-and-pages-page-8','a:15:{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-59435\";a:22:{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:8:\"id-55865\";a:22:{s:5:\"title\";s:29:\"Food Blogger & 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:8:\"id-71207\";a:22:{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:8:\"id-70940\";a:22:{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:8:\"id-71025\";a:22:{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:8:\"id-66946\";a:22:{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:8:\"id-57006\";a:22:{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:8:\"id-69404\";a:22:{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:950:\"<!-- 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 -->\n<h2>Key features of the Furniture Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Contemporary fullscreen eCommerce template</li><li>Great use of colors, fonts and images</li><li>Attractive product pages</li><li>Simple navigation with search and cart</li><li>Full compatibility with leading page builders</li></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:8:\"id-52215\";a:22:{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:8:\"id-73520\";a:22:{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:8:\"id-66934\";a:22:{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:8:\"id-67195\";a:22:{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:8:\"id-54361\";a:22:{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: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-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:\"\";}}','no'),(791,'astra-sites-and-pages-page-9','a:15:{s:8:\"id-22009\";a:22:{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:8:\"id-69823\";a:22:{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:8:\"id-57365\";a:22:{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:8:\"id-22110\";a:22:{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: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-73540\";a:22:{s:5:\"title\";s:35:\"Adham Hoffman – 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:8:\"id-47729\";a:22:{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:8:\"id-49457\";a:22:{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:8:\"id-48741\";a:22:{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: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-51320\";a:22:{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:8:\"id-55769\";a:22:{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 </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:8:\"id-53702\";a:22:{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:8:\"id-59264\";a:22:{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:8:\"id-71221\";a:22:{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:\"\";}}','no'),(792,'astra-sites-and-pages-page-10','a:15:{s:8:\"id-59063\";a:22:{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:8:\"id-58084\";a:22:{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. </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:76:\"https://websitedemos.net/wp-content/uploads/2023/02/earth-store-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/02/earth-store-02-about-600x778.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:78:\"https://websitedemos.net/wp-content/uploads/2023/02/earth-store-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/earth-store-02-contact-600x709.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: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: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:8:\"id-47609\";a:22:{s:5:\"title\";s:22:\"Online Furniture Store\";s:2:\"id\";i:47609;s:12:\"publish-date\";i:1600961412;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/home-decor-04\";s:20:\"astra-site-parent-id\";i:1655;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: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: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:1220:\"<!-- wp:paragraph -->\n<p>The right furniture livens up your home. It sets the stage for comfortable and cozy living spaces. And what better way to set the tone online than having the perfect website template. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Online Furniture Store template is beautifully designed, helping you create an instant engagement with your customers. The template is designed to help you sell all kinds of furniture for living rooms, bedrooms, kitchens, and bathrooms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Online Furniture Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Beautifully designed website template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Showcase your latest products and best sellers on the homepage</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Offers deals and offers on the homepage</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Build an email list by getting customers to sign up for your newsletter</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>SEO-friendly and WooCommerce-ready template</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:68:\"Well designed eCommerce web template to sell all kinds of home decor\";s:5:\"pages\";a:4:{s:8:\"id-47610\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/home-decor-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: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-47611\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/196\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-decor-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: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-47612\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/home-decor-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: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:8:\"id-47613\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-rooms.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/home-decor-04-rooms.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-04/wp-json/wp/v2/pages/133\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/home-decor-04/rooms/\";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: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:8:\"id-58970\";a:22:{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:8:\"id-59046\";a:22:{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:8:\"id-59018\";a:22:{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:8:\"id-58953\";a:22:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:58953;s:12:\"publish-date\";i:1643644056;s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-home-1.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:1026:\"<!-- 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 -->\n<h2>Key features of the Construction template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bold design that makes an instant impact</li><li>Good use of contrast colors and fonts to create a professional look</li><li>Lots of content blocks that can be customized at will</li><li>Add, remove or change pages as required</li><li>Areas for testimonials, certifications and other social proof</li><li>Compatible with popular drag and drop page builders</li></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:87:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-home-1.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:8:\"id-59004\";a:22:{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: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-51341\";a:22:{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:8:\"id-58934\";a:22:{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:8:\"id-58872\";a:22:{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:8:\"id-58898\";a:22:{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:8:\"id-58981\";a:22:{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:8:\"id-57399\";a:22:{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:\"\";}}','no'),(793,'astra-sites-and-pages-page-11','a:15:{s:8:\"id-58864\";a:22:{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:8:\"id-58999\";a:22:{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:8:\"id-49236\";a:22:{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:8:\"id-58951\";a:22:{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:8:\"id-58172\";a:22:{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:8:\"id-45564\";a:22:{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. </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:8:\"id-45573\";a:22:{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:8:\"id-20859\";a:22:{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:1236:\"<!-- 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 -->\n<h2>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:8:\"id-20907\";a:22:{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: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-49340\";a:22:{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:8:\"id-55741\";a:22:{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:8:\"id-49829\";a:22:{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:8:\"id-58870\";a:22:{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:8:\"id-53742\";a:22:{s:5:\"title\";s:31:\"Travel Blogger & 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 & Influencer template. </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 & 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:\"\";}}','no'),(794,'astra-sites-and-pages-page-12','a:15:{s:8:\"id-55717\";a:22:{s:5:\"title\";s:31:\"Travel Blogger & 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:8:\"id-55257\";a:22:{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: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-55660\";a:22:{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 & 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:8:\"id-55172\";a:22:{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: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-57057\";a:22:{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:8:\"id-57416\";a:22:{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:8:\"id-57178\";a:22:{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:8:\"id-54398\";a:22:{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. </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: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-57122\";a:22:{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 & 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:8:\"id-46177\";a:22:{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:8:\"id-34012\";a:22:{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:1006:\"<!-- 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 -->\n<h2>Key features of the Pet Care template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Creatively designed pet care website template</li><li>Impressive mouseover effects on the homepage images</li><li>Done-for-you templates for about us, services, reviews, and contact page</li><li>The about us page includes details of the team behind the pet care service</li><li>SEO-friendly and page builder ready</li></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:8:\"id-55687\";a:22:{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:\"\";}}','no'),(795,'astra-sites-and-pages-page-13','a:15:{s:8:\"id-55829\";a:22:{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:8:\"id-51295\";a:22:{s:5:\"title\";s:34:\"Business Coaching & 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 & 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 & 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:8:\"id-54427\";a:22:{s:5:\"title\";s:34:\"Business Coaching & 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:8:\"id-57046\";a:22:{s:5:\"title\";s:35:\"Business Coaching & 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-57014\";a:22:{s:5:\"title\";s:25:\"Food & 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 & 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 & 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:8:\"id-51472\";a:22:{s:5:\"title\";s:18:\"Bestselling Author\";s:2:\"id\";i:51472;s:12:\"publish-date\";i:1617304818;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/bestselling-author-02\";s:20:\"astra-site-parent-id\";i:1909;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: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: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:1061:\"<!-- wp:paragraph -->\n<p>As an author, you’ll surely want your publication to be the next bestseller. Want to promote your books online? Build a stylish and creative website using the Bestselling Author template and launch your website right away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template is smartly designed and well planned, from promoting your latest book upfront to showcasing all your work on the homepage. The readymade templates include pages like about, books, and contact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Key features</strong> <strong>of the Bestselling Author template</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Build your website using the stylish Bestselling Author template</li><li>Promote your latest book on the homepage, above the fold</li><li>The template is WooCommerce ready and allows you to sell your books online</li><li>A fully functional contact form for readers to connect with you</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:75:\"Stylish website template for authors to promote and sell their publications\";s:5:\"pages\";a:4:{s:8:\"id-51476\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/bestselling-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-51473\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-about.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/581\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-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-51474\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-books.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-books.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/691\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-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-51475\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/bestselling-author-02-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-02/wp-json/wp/v2/pages/754\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bestselling-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\";i:54404;s:26:\"related-elementor-template\";i:51472;s:26:\"related-gutenberg-template\";i:57071;}s:8:\"id-54404\";a:22:{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: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-51392\";a:22:{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:8:\"id-56535\";a:22:{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:8:\"id-55786\";a:22:{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:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.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:1146:\"<!-- 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. </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 -->\n<h2>Key features of the Digital Marketing Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professionally crafted templates for your digital marketing agency website</li><li>Package comes with individual templates for all your services, such as branding, digital marketing, SEO services, and social media</li><li>Include customer reviews as well as ratings from Google, Facebook, and Trustpilot, among others</li><li>Build authority and showcase your expertise by publishing regular blog posts</li><li>Full compatibility with leading page builders</li></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-02-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-about.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-02-branding.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-branding.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-02-contact.png\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-contact.png\";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-02-digital-marketing.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-digital-marketing.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:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-home.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:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-seo-services.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-seo-services.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:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-social-media.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-social-media.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-02-social-media.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-02-social-media.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:8:\"id-58160\";a:22:{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:8:\"id-53777\";a:22:{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. </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:8:\"id-51559\";a:22:{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: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-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:\"\";}}','no'),(796,'astra-sites-and-pages-page-14','a:15:{s:8:\"id-52222\";a:22:{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:8:\"id-49780\";a:22:{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:8:\"id-55643\";a:22:{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:8:\"id-51305\";a:22:{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: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-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:8:\"id-56996\";a:22:{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:8:\"id-51504\";a:22:{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: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-57022\";a:22:{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. </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:8:\"id-57290\";a:22:{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:8:\"id-34244\";a:22:{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:8:\"id-55904\";a:22:{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. </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:8:\"id-49268\";a:22:{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:8:\"id-49809\";a:22:{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. </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: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:\"\";}}','no'),(797,'astra-sites-and-pages-page-15','a:15:{s:8:\"id-49241\";a:22:{s:5:\"title\";s:21:\"Catering & 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 & 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 & 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:8:\"id-49260\";a:22:{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: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-51520\";a:22:{s:5:\"title\";s:8:\"Aquarium\";s:2:\"id\";i:51520;s:12:\"publish-date\";i:1617304809;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/aquarium-04\";s:20:\"astra-site-parent-id\";i:1930;s:15:\"astra-sites-tag\";a:5:{i:1932;s:8:\"aquarium\";i:1935;s:4:\"fish\";i:1933;s:13:\"marine-museum\";i:1934;s:4:\"tank\";i:1936;s:13:\"water-species\";}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:2784;s:5:\"event\";}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:1092:\"<!-- wp:paragraph -->\n<p>The Aquarium is an awe-inspiring, beautifully crafted website template perfect for promoting an aquarium. The sea blue color template instantaneously sets the tone of a deep sea diving experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template is perfect for showcasing your aquarium\'s daily schedule, booking a virtual guided tour, and showcasing all the sea animals on your website. Additionally, an impressive gallery page helps visitors understand the species on display at the aquarium.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Aquarium template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Awe-inspiring design tailor-made for an aquarium</li><li>The package includes templates for highlighting the animal species, among other things</li><li>Include a virtual guided tour helping visitors visualize the aquarium from the comfort of their doorstep</li><li>Allow visitors to book tickets online through your website</li><li>The template looks great on all mobile devices as well</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"Perfect template for showcasing aquatic plants and animals on an aquarium-based website\";s:5:\"pages\";a:5:{s:8:\"id-51524\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/aquarium-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-51525\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/aquarium-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-51521\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/564\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/aquarium-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-51522\";a:12:{s:5:\"title\";s:7:\"Animals\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-animals.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-animals.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/aquarium-04/animals/\";s:15:\"astra-sites-tag\";a:1:{i:1931;s:7:\"animals\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-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-51523\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/aquarium-04-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/aquarium-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/aquarium-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:8:\"id-57346\";a:22:{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. </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 </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:8:\"id-53589\";a:22:{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:8:\"id-51427\";a:22:{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:8:\"id-49287\";a:22:{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:8:\"id-49449\";a:22:{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:8:\"id-51409\";a:22:{s:5:\"title\";s:7:\"Webinar\";s:2:\"id\";i:51409;s:12:\"publish-date\";i:1617130542;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/webinar-02\";s:20:\"astra-site-parent-id\";i:1883;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:\"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:1264:\"<!-- wp:paragraph -->\n<p>The Webinar template is a light and welcoming landing page ideal for seminars, webinars and other types of presentation or meeting. It’s a light, modern design with the who, what, when and where above the fold and space for everything else beneath. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The page uses a reassuring blue color but can be customized with any color, font and layout. It’s fully responsive and compatible with leading page builders, so you can personalize the Webinar template however you like. It’s a well-designed theme ideal for many types of landing pages!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Webinar template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Well-designed webinar landing page template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Modern design with lots of whitespace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Can be fully customized to suit any brand</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Key information is all above the fold</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:74:\"Modern Webinar landing page template with all the characteristics you need\";s:5:\"pages\";a:1:{s:8:\"id-51410\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/webinar-02-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/webinar-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/webinar-02/\";s:15:\"astra-sites-tag\";a:2:{i:850;s:12:\"landing-page\";i:1892;s:7:\"webinar\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{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:8:\"id-51312\";a:22:{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: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-51486\";a:22:{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:8:\"id-49322\";a:22:{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:8:\"id-58078\";a:22:{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:\"\";}}','no'),(798,'astra-sites-and-pages-page-16','a:15:{s:8:\"id-49385\";a:22:{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:8:\"id-49291\";a:22:{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:8:\"id-49316\";a:22:{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: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-55844\";a:22:{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:8:\"id-18882\";a:22:{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:8:\"id-19058\";a:22:{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:8:\"id-21081\";a:22:{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:8:\"id-51452\";a:22:{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:8:\"id-47138\";a:22:{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:8:\"id-47815\";a:22:{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 & 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:8:\"id-48985\";a:22:{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 & 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:8:\"id-51405\";a:22:{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:8:\"id-47745\";a:22:{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:8:\"id-48719\";a:22:{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:\"\";}}','no'),(799,'astra-sites-and-pages-page-17','a:15:{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 & 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-55936\";a:22:{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:8:\"id-21574\";a:22:{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:8:\"id-47529\";a:22:{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: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-57190\";a:22:{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 & 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: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-47585\";a:22:{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: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-51415\";a:22:{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 & 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:8:\"id-51578\";a:22:{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:8:\"id-57319\";a:22:{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:8:\"id-47838\";a:22:{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:8:\"id-45894\";a:22:{s:5:\"title\";s:31:\"Courier & 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 & 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 & 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:8:\"id-45924\";a:22:{s:5:\"title\";s:31:\"Courier & 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:\"\";}}','no'); INSERT INTO `wpfl_options` VALUES (800,'astra-sites-and-pages-page-18','a:15:{s:8:\"id-49406\";a:22:{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: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-49217\";a:22:{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:8:\"id-21592\";a:22:{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:8:\"id-47547\";a:22:{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: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-21821\";a:22:{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:8:\"id-47023\";a:22:{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: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-46688\";a:22:{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:8:\"id-46941\";a:22:{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: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-55517\";a:22:{s:5:\"title\";s:18:\"Portfolio & 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 & 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 & 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:8:\"id-55511\";a:22:{s:5:\"title\";s:19:\"Portfolio & 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:\"\";}}','no'),(801,'astra-sites-and-pages-page-19','a:15:{s:8:\"id-49795\";a:22:{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:8:\"id-47565\";a:22:{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:8:\"id-54423\";a:22:{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:8:\"id-46285\";a:22:{s:5:\"title\";s:15:\"Moving Services\";s:2:\"id\";i:46285;s:12:\"publish-date\";i:1590081788;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/moving-services-04\";s:20:\"astra-site-parent-id\";i:1530;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: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:947:\"<!-- wp:paragraph -->\n<p>The Moving Services template delivers a bright welcome as soon as it loads. The homepage has a fullscreen header with bright colors, an engaging image and bold headline to make an instant impact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template backs up that impact with vibrant colors, plenty of whitespace, modern fonts and lots of content areas to share your products, services and essential information. There’s also a simple contact form, ready for engagement!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Moving Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Impactful fullscreen header with bold image and colors</li><li>Bright and welcoming design draws you in</li><li>Lots of customizable content areas throughout</li><li>Contact form on the homepage</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Easygoing website template perfect for movers, moving companies and removals\";s:5:\"pages\";a:6:{s:8:\"id-46289\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/moving-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:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46286\";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-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/moving-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:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46290\";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-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/moving-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-46291\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/moving-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:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46288\";a:12:{s:5:\"title\";s:11:\"FAQ’s\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/moving-services-04/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:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-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-46287\";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-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/moving-services-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/moving-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:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s: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:46305;s:26:\"related-elementor-template\";i:46285;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-46305\";a:22:{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’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:8:\"id-49412\";a:22:{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:8:\"id-45466\";a:22:{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:8:\"id-45483\";a:22:{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:8:\"id-47052\";a:22:{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: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-47084\";a:22:{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: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-46988\";a:22:{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:1079:\"<!-- 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 -->\n<h2>Key features of the AppPlus template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Powerful web template ideal for tech and disruptive businesses</li><li>Full page design keeps your attention throughout</li><li>Flexible content areas to tell stories and promote products</li><li>Create an online store or enable digital downloads</li><li>Full compatibility with leading page builders</li></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:8:\"id-45850\";a:22:{s:5:\"title\";s:25:\"School & 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 & 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 & 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:8:\"id-45870\";a:22:{s:5:\"title\";s:25:\"School & 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:\"\";}}','no'),(802,'astra-sites-and-pages-page-20','a:15:{s:8:\"id-45584\";a:22:{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:8:\"id-46271\";a:22:{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:8:\"id-22058\";a:22:{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:8:\"id-22091\";a:22:{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:8:\"id-47181\";a:22:{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:8:\"id-46967\";a:22:{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:8:\"id-55408\";a:22:{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: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-57385\";a:22:{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:8:\"id-46704\";a:22:{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: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-45725\";a:22:{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:8:\"id-19494\";a:22:{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:8:\"id-19579\";a:22:{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: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:\"\";}}','no'),(803,'astra-sites-and-pages-page-21','a:15:{s:8:\"id-21828\";a:22:{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:8:\"id-44066\";a:22:{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:8:\"id-18191\";a:22:{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:8:\"id-18166\";a:22:{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:8:\"id-43398\";a:22:{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:8:\"id-46009\";a:22:{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:8:\"id-46026\";a:22:{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:8:\"id-19540\";a:22:{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:8:\"id-19629\";a:22:{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: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-39906\";a:22:{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:8:\"id-44450\";a:22:{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:8:\"id-45643\";a:22:{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: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:\"\";}}','no'),(804,'astra-sites-and-pages-page-22','a:15:{s:8:\"id-45577\";a:22:{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:8:\"id-45592\";a:22:{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:8:\"id-38795\";a:22:{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:8:\"id-38787\";a:22:{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:8:\"id-38757\";a:22:{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:8:\"id-38771\";a:22:{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: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-38716\";a:22:{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:8:\"id-38710\";a:22:{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:8:\"id-38704\";a:22:{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:8:\"id-38696\";a:22:{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:8:\"id-38673\";a:22:{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:8:\"id-38661\";a:22:{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:8:\"id-38619\";a:22:{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:\"\";}}','no'),(805,'astra-sites-and-pages-page-23','a:15:{s:8:\"id-38629\";a:22:{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:8:\"id-38590\";a:22:{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:8:\"id-38573\";a:22:{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: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-38563\";a:22:{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:8:\"id-38554\";a:22:{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:8:\"id-22000\";a:22:{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:8:\"id-21904\";a:22:{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:8:\"id-38528\";a:22:{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:8:\"id-38513\";a:22:{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:8:\"id-56689\";a:22:{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: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-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:8:\"id-38488\";a:22:{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:8:\"id-38449\";a:22:{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:8:\"id-38429\";a:22:{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:\"\";}}','no'),(806,'astra-sites-and-pages-page-24','a:15:{s:8:\"id-38418\";a:22:{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:8:\"id-34226\";a:22:{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:8:\"id-34326\";a:22:{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: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-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:8:\"id-33461\";a:22:{s:5:\"title\";s:14:\"Dentist Clinic\";s:2:\"id\";i:33461;s:12:\"publish-date\";i:1569935725;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/dentist-02\";s:20:\"astra-site-parent-id\";i:986;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:6:{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\";i:2771;s:8:\"one-page\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2490;s:10:\"healthcare\";i:2927;s:8:\"one-page\";}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:964:\"<!-- wp:paragraph -->\n<p>The Dentist Clinic website template is a clean, modern design with reassuring colors and fonts and a contact form front and center. The blue and green are classic medical colors and combine well with the white.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the design provides areas to tell your story, outline products and services and patient testimonials. There are also attractive calls to action throughout, everything you need to build a website for a practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Dentist Clinic template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Uses colors we automatically relate to medicine</li><li>Excellent layout with lots of content areas and whitespace</li><li>Includes common content areas a dentist would require</li><li>Attractive calls to action throughout</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:72:\"Well-designed template ideal for dentists, clinics and medical practices\";s:5:\"pages\";a:1:{s:8:\"id-52344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/dental-clinic-homepage.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dentist-02/wp-json/wp/v2/pages/384\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/dentist-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";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:33461;s:26:\"related-gutenberg-template\";i:48442;}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-31976\";a:22:{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: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-28824\";a:22:{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:8:\"id-28407\";a:22:{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:8:\"id-22675\";a:22:{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:8:\"id-22422\";a:22:{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:8:\"id-22129\";a:22:{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:8:\"id-22296\";a:22:{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:8:\"id-22073\";a:22:{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;}}','no'),(830,'astra-sites-and-pages-page-25','a:15:{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-55450\";a:22:{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: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-22137\";a:22:{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:8:\"id-22117\";a:22:{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: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-22100\";a:22:{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:924:\"<!-- 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><li>Calm and tranquil design ideal for the yoga niche</li><li>Includes essential content areas for yoga studios</li><li>Extra pages all relevant to the niche</li><li>Popup contact form works well</li><li>Full compatibility with leading page builders</li></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:8:\"id-22080\";a:22:{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:8:\"id-45510\";a:22:{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:8:\"id-22060\";a:22:{s:5:\"title\";s:28:\"Windows & 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 & 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 & 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’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:8:\"id-48391\";a:22:{s:5:\"title\";s:29:\"Windows & 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:8:\"id-22044\";a:22:{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:8:\"id-54393\";a:22:{s:5:\"title\";s:21:\"Health & 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:1029:\"<!-- wp:paragraph -->\n<p>The Health & 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 -->\n<h2>Key features of the Health & Wellness template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Crisp, clean design that reflects the health and wellness niche</li><li>Customizable business template that could work for any business</li><li>Flexible content and image areas throughout</li><li>Attractive content page designed to convert</li><li>Full compatibility with leading page builders</li></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:8:\"id-34202\";a:22:{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:931:\"<!-- 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 -->\n<h2>Key features of the Cleaning Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Impactful design with instant engagement</li><li>Strong colors, layout and fonts throughout</li><li>Great use of images throughout the template</li><li>Parallax design makes an impression</li><li>Full compatibility with leading page builders</li></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:8:\"id-44213\";a:22:{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:\"\";}}','no'),(807,'astra-sites-fresh-site','no','no'),(808,'_site_transient_timeout_astra-sites-import-check','1684410454','no'),(809,'_site_transient_astra-sites-import-check','true','no'),(846,'astra-sites-batch-is-complete','yes','no'),(811,'astra-sites-last-export-checksums-latest','**0pYITU0jtQ','no'),(814,'astra-sites-batch-status-string','All processes are complete','no'),(815,'astra-blocks-batch-status-string','Complete storing data for page 4','no'),(816,'astra-blocks-requests','4','no'),(964,'_transient_timeout_wc_upgrade_notice_7.7.0','1683908376','no'),(965,'_transient_wc_upgrade_notice_7.7.0','','no'),(966,'_transient_timeout_wc_tracks_blog_details','1683908376','no'),(967,'_transient_wc_tracks_blog_details','a:5:{s:3:\"url\";s:20:\"https://pallyagro.ng\";s:9:\"blog_lang\";s:5:\"en_US\";s:7:\"blog_id\";b:0;s:14:\"products_count\";i:0;s:10:\"wc_version\";s:5:\"6.8.0\";}','no'),(957,'_transient_jetpack_https_test_message','','no'),(1059,'_site_transient_timeout_community-events-9aa506742745d5727822ff9d2ca50131','1683869389','no'),(994,'_transient_as-post-store-dependencies-met','yes','no'),(996,'action_scheduler_migration_status','complete','yes'),(1048,'_transient_timeout_wc_onboarding_product_data','1683912291','no'),(1049,'_transient_wc_onboarding_product_data','a:6:{s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 11 May 2023 17:24:51 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"13479\";s:12:\"x-robots-tag\";s:7:\"noindex\";s:4:\"link\";s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:29:\"access-control-expose-headers\";s:33:\"X-WP-Total, X-WP-TotalPages, Link\";s:28:\"access-control-allow-headers\";s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";s:13:\"x-wccom-cache\";s:3:\"HIT\";s:13:\"cache-control\";s:10:\"max-age=60\";s:5:\"allow\";s:3:\"GET\";s:4:\"x-rq\";s:15:\"bur5 85 187 443\";s:16:\"content-encoding\";s:4:\"gzip\";s:3:\"age\";s:2:\"21\";s:7:\"x-cache\";s:3:\"hit\";s:4:\"vary\";s:23:\"Accept-Encoding, Origin\";s:13:\"accept-ranges\";s:5:\"bytes\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}}s:4:\"body\";s:71318:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":4.4,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.3,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":3.6,\"reviews_count\":12,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":4.7,\"reviews_count\":13,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin to reach your customers across Facebook, Instagram, Messenger and WhatsApp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":65,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/04\\/fb-woodotcom.png\"},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards & local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.2,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Sync with Google Merchant Center and control your product feed. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.7,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.3,\"reviews_count\":97,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.1,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save on shipping. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/WooCommerce-icon-160x160-1.webp\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"One checkout solution. Many ways to pay. PayPal\\u2019s all-in-one solution allows you to offer PayPal, Venmo (US), Pay Later at no additional cost, credit and debit cards, and country-specific payment options.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":3.6,\"reviews_count\":102,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$239.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.3,\"reviews_count\":66,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.6,\"reviews_count\":14,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Minimum and maximum quantity rules for products, orders and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"ShipStation for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Ship your WooCommerce orders with confidence, save on top carriers, and automate your processes with ShipStation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":124,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Avalara AvaTax\",\"image\":\"\",\"excerpt\":\"Accurate and automated sales tax calculations for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":3.2,\"reviews_count\":17,\"vendor_name\":\"Avalara\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/avalara\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Avalara-Wordpress-Plugin-Creative_icon-80.png\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Payfast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Stand-Alone-Safe-Zone@1x.png\",\"excerpt\":\"Take payments on your WooCommerce store via Payfast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Payfast-favicon-1.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.8,\"reviews_count\":32,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$119.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":4.2,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$119.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":4.1,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo.png\"},{\"title\":\"Google, Facebook, Retargeting all-in-one Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Woo-Extension-Logo.png\",\"excerpt\":\"Reach beyond your competition and grow your store sales in 5 Minutes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":112,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Woo-Extension-Logo-80x80-2.png\"},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/05\\/wooblocks.jpg\"},{\"title\":\"Gift Cards\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/03\\/logo-gc-z327mo.png\",\"excerpt\":\"Offer prepaid digital gift cards that customers can redeem online.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gift-cards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"4e0e8c35-e777-4ecc-b96b-202ee1eb256f\",\"slug\":\"woocommerce-gift-cards\",\"id\":5571998,\"rating\":4.5,\"reviews_count\":37,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"EU VAT Number\",\"image\":\"\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Back In Stock Notifications\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/11\\/logo-bis-ircwrk.png\",\"excerpt\":\"Notify customers when your products are restocked.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/back-in-stock-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"755424b1-28b6-448a-aeb3-709cb3029eb6\",\"slug\":\"woocommerce-back-in-stock-notifications\",\"id\":6855144,\"rating\":4.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":2.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.3,\"reviews_count\":95,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Codisto Omnichannel Commerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"One plugin to sell on Amazon, eBay, Walmart, & Google directly from WooCommerce, with automation and real-time sync.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3,\"reviews_count\":38,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Product Recommendations\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/07\\/logo-prl-lfwngz.png\",\"excerpt\":\"Offer smarter upsells, cross-sells, and \\\"frequently bought together\\\" recommendations. Measure their impact with in-depth analytics.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-recommendations\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"4f9d0025-64b2-496f-97bb-ef553752d2d1\",\"slug\":\"woocommerce-product-recommendations\",\"id\":4486128,\"rating\":4.9,\"reviews_count\":13,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$159.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":3,\"reviews_count\":14,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Pinterest for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$159.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Unlimited images for your product variations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$59.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$219.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.5,\"reviews_count\":55,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/amazon-s3-storage-icon.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/force-sells-icon.png\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/quick-view-icon.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/360-image-icon.png\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/01\\/photography-icon.png\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/software-add-on-icon.png\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/04\\/products-compare-icon.png\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/store-catalog-pdf-download-icon.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"TikTok is offering eligible merchants $200 in TikTok ad credit (terms & conditions apply). Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":3.3,\"reviews_count\":25,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 12,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.3,\"reviews_count\":46,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-icon-80px@2x.png\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for gift cards, discounts, coupons, store credits, BOGO deals, product giveaways, offers, and promotions. Smart Coupons is the original, most complete, best selling and most advanced WooCommerce coupons plugin.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$129.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.5,\"reviews_count\":156,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.4,\"reviews_count\":32,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":70,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-80x80-1.jpg\"},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":54,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"$19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/klarna-checkout-icon.png\"},{\"title\":\"Mercado Pago Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/05\\/logo-juzfys.png\",\"excerpt\":\"Mercado Pago is already in 7 countries in Latin America and has the best checkout for your customers\' preferences and your type of online store. Ensure security and offer the main payment methods without worry.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mercado-pago-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b51b437b-1948-4405-b96e-0ef86485d3eb\",\"slug\":\"woocommerce-mercadopago\",\"id\":7909962,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mercado Pago\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mercado-pago\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/05\\/Mercado-Pago.png\"},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":30,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.3,\"reviews_count\":31,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$119.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":102,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$109.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":3.9,\"reviews_count\":12,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Trustpilot Reviews\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Trustpilot_brandmark_gr-blk_RGB-2-1-px9shb.png\",\"excerpt\":\"Collect and showcase verified reviews that consumers trust.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/trustpilot-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cbbd9b5e-b226-492c-a87e-cb21743ed8bf\",\"slug\":\"trustpilot-reviews\",\"id\":8173894,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Trustpilot\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/trustpilot\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/logo-160x160-1.png\"},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (AU and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"$0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Klarna.png\"},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.8,\"reviews_count\":44,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.4,\"reviews_count\":15,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/qb_thumb.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":null},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":165,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-icon-160x160-1.png\"},{\"title\":\"reCaptcha for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/WooCommerce-reCpatcha.png?w=150&h=150&crop=1\",\"excerpt\":\"Protect your eCommerce store from malicious and automated attacks by using reCaptcha for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/recaptcha-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.i13websolution.com\\/wp-test\\/\",\"price\":\"$29.00\",\"hash\":\"c9793ede-aadc-484f-8c5a-1a0776604ce6\",\"slug\":\"recaptcha-for-woocommerce\",\"id\":5347485,\"rating\":4,\"reviews_count\":22,\"vendor_name\":\"I13 Web Solution\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/i13-web-solution\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/reCaptcha-For-WooCOmmerce-logo-164x164-2.png\"},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce.png\"},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Viva-Wallet.png\"},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"}]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:23:\"WpOrg\\Requests\\Response\":10:{s:4:\"body\";s:71318:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":4.4,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.3,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":3.6,\"reviews_count\":12,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":4.7,\"reviews_count\":13,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin to reach your customers across Facebook, Instagram, Messenger and WhatsApp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":65,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/04\\/fb-woodotcom.png\"},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards & local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.2,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Sync with Google Merchant Center and control your product feed. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.7,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.3,\"reviews_count\":97,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.1,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save on shipping. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/WooCommerce-icon-160x160-1.webp\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"One checkout solution. Many ways to pay. PayPal\\u2019s all-in-one solution allows you to offer PayPal, Venmo (US), Pay Later at no additional cost, credit and debit cards, and country-specific payment options.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":3.6,\"reviews_count\":102,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$239.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.3,\"reviews_count\":66,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.6,\"reviews_count\":14,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Minimum and maximum quantity rules for products, orders and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"ShipStation for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Ship your WooCommerce orders with confidence, save on top carriers, and automate your processes with ShipStation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":124,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Avalara AvaTax\",\"image\":\"\",\"excerpt\":\"Accurate and automated sales tax calculations for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":3.2,\"reviews_count\":17,\"vendor_name\":\"Avalara\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/avalara\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Avalara-Wordpress-Plugin-Creative_icon-80.png\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Payfast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Stand-Alone-Safe-Zone@1x.png\",\"excerpt\":\"Take payments on your WooCommerce store via Payfast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Payfast-favicon-1.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.8,\"reviews_count\":32,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$119.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":4.2,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$119.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":4.1,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo.png\"},{\"title\":\"Google, Facebook, Retargeting all-in-one Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Woo-Extension-Logo.png\",\"excerpt\":\"Reach beyond your competition and grow your store sales in 5 Minutes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":112,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Woo-Extension-Logo-80x80-2.png\"},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/05\\/wooblocks.jpg\"},{\"title\":\"Gift Cards\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/03\\/logo-gc-z327mo.png\",\"excerpt\":\"Offer prepaid digital gift cards that customers can redeem online.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gift-cards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"4e0e8c35-e777-4ecc-b96b-202ee1eb256f\",\"slug\":\"woocommerce-gift-cards\",\"id\":5571998,\"rating\":4.5,\"reviews_count\":37,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"EU VAT Number\",\"image\":\"\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Back In Stock Notifications\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/11\\/logo-bis-ircwrk.png\",\"excerpt\":\"Notify customers when your products are restocked.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/back-in-stock-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"755424b1-28b6-448a-aeb3-709cb3029eb6\",\"slug\":\"woocommerce-back-in-stock-notifications\",\"id\":6855144,\"rating\":4.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":2.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.3,\"reviews_count\":95,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Codisto Omnichannel Commerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"One plugin to sell on Amazon, eBay, Walmart, & Google directly from WooCommerce, with automation and real-time sync.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3,\"reviews_count\":38,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Product Recommendations\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/07\\/logo-prl-lfwngz.png\",\"excerpt\":\"Offer smarter upsells, cross-sells, and \\\"frequently bought together\\\" recommendations. Measure their impact with in-depth analytics.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-recommendations\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"4f9d0025-64b2-496f-97bb-ef553752d2d1\",\"slug\":\"woocommerce-product-recommendations\",\"id\":4486128,\"rating\":4.9,\"reviews_count\":13,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$159.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":3,\"reviews_count\":14,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Pinterest for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$159.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Unlimited images for your product variations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$59.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$219.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.5,\"reviews_count\":55,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/amazon-s3-storage-icon.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/force-sells-icon.png\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/quick-view-icon.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/360-image-icon.png\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/01\\/photography-icon.png\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/software-add-on-icon.png\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/04\\/products-compare-icon.png\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/store-catalog-pdf-download-icon.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"TikTok is offering eligible merchants $200 in TikTok ad credit (terms & conditions apply). Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":3.3,\"reviews_count\":25,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 12,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.3,\"reviews_count\":46,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-icon-80px@2x.png\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for gift cards, discounts, coupons, store credits, BOGO deals, product giveaways, offers, and promotions. Smart Coupons is the original, most complete, best selling and most advanced WooCommerce coupons plugin.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$129.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.5,\"reviews_count\":156,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.4,\"reviews_count\":32,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":70,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-80x80-1.jpg\"},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":54,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"$19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/klarna-checkout-icon.png\"},{\"title\":\"Mercado Pago Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/05\\/logo-juzfys.png\",\"excerpt\":\"Mercado Pago is already in 7 countries in Latin America and has the best checkout for your customers\' preferences and your type of online store. Ensure security and offer the main payment methods without worry.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mercado-pago-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b51b437b-1948-4405-b96e-0ef86485d3eb\",\"slug\":\"woocommerce-mercadopago\",\"id\":7909962,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mercado Pago\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mercado-pago\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/05\\/Mercado-Pago.png\"},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":30,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.3,\"reviews_count\":31,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$119.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":102,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$109.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":3.9,\"reviews_count\":12,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Trustpilot Reviews\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Trustpilot_brandmark_gr-blk_RGB-2-1-px9shb.png\",\"excerpt\":\"Collect and showcase verified reviews that consumers trust.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/trustpilot-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cbbd9b5e-b226-492c-a87e-cb21743ed8bf\",\"slug\":\"trustpilot-reviews\",\"id\":8173894,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Trustpilot\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/trustpilot\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/logo-160x160-1.png\"},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (AU and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"$0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Klarna.png\"},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.8,\"reviews_count\":44,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.4,\"reviews_count\":15,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/qb_thumb.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":null},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":165,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-icon-160x160-1.png\"},{\"title\":\"reCaptcha for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/WooCommerce-reCpatcha.png?w=150&h=150&crop=1\",\"excerpt\":\"Protect your eCommerce store from malicious and automated attacks by using reCaptcha for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/recaptcha-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.i13websolution.com\\/wp-test\\/\",\"price\":\"$29.00\",\"hash\":\"c9793ede-aadc-484f-8c5a-1a0776604ce6\",\"slug\":\"recaptcha-for-woocommerce\",\"id\":5347485,\"rating\":4,\"reviews_count\":22,\"vendor_name\":\"I13 Web Solution\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/i13-web-solution\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/reCaptcha-For-WooCOmmerce-logo-164x164-2.png\"},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce.png\"},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Viva-Wallet.png\"},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"}]}\";s:3:\"raw\";s:72000:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Thu, 11 May 2023 17:24:51 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 13479\r\nConnection: close\r\nX-Robots-Tag: noindex\r\nLink: <https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\r\nX-Content-Type-Options: nosniff\r\nAccess-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages, Link\r\nAccess-Control-Allow-Headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\r\nX-WCCOM-Cache: HIT\r\nCache-Control: max-age=60\r\nAllow: GET\r\nX-rq: bur5 85 187 443\r\nContent-Encoding: gzip\r\nAge: 21\r\nX-Cache: hit\r\nVary: Accept-Encoding, Origin\r\nAccept-Ranges: bytes\r\nStrict-Transport-Security: max-age=31536000\r\n\r\n{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":4.4,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.3,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":3.6,\"reviews_count\":12,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/09\\/Mailchimp.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":4.7,\"reviews_count\":13,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin to reach your customers across Facebook, Instagram, Messenger and WhatsApp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":65,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/04\\/fb-woodotcom.png\"},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards & local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.2,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Sync with Google Merchant Center and control your product feed. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.7,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.3,\"reviews_count\":97,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.1,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3.2,\"reviews_count\":27,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save on shipping. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/06\\/WooCommerce-icon-160x160-1.webp\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"One checkout solution. Many ways to pay. PayPal\\u2019s all-in-one solution allows you to offer PayPal, Venmo (US), Pay Later at no additional cost, credit and debit cards, and country-specific payment options.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":3.6,\"reviews_count\":102,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$239.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.3,\"reviews_count\":66,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-UPS-1.png\"},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.6,\"reviews_count\":14,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Minimum and maximum quantity rules for products, orders and categories.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-AustraliaPost.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"ShipStation for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Ship your WooCommerce orders with confidence, save on top carriers, and automate your processes with ShipStation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":124,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Avalara AvaTax\",\"image\":\"\",\"excerpt\":\"Accurate and automated sales tax calculations for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":3.2,\"reviews_count\":17,\"vendor_name\":\"Avalara\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/avalara\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Avalara-Wordpress-Plugin-Creative_icon-80.png\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Payfast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Stand-Alone-Safe-Zone@1x.png\",\"excerpt\":\"Take payments on your WooCommerce store via Payfast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/Payfast-favicon-1.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/TaxJar.png\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.8,\"reviews_count\":32,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$119.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":4.2,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$119.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":4.1,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo.png\"},{\"title\":\"Google, Facebook, Retargeting all-in-one Marketing\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Woo-Extension-Logo.png\",\"excerpt\":\"Reach beyond your competition and grow your store sales in 5 Minutes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":112,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/Woo-Extension-Logo-80x80-2.png\"},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/05\\/wooblocks.jpg\"},{\"title\":\"Gift Cards\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/03\\/logo-gc-z327mo.png\",\"excerpt\":\"Offer prepaid digital gift cards that customers can redeem online.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gift-cards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"4e0e8c35-e777-4ecc-b96b-202ee1eb256f\",\"slug\":\"woocommerce-gift-cards\",\"id\":5571998,\"rating\":4.5,\"reviews_count\":37,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"EU VAT Number\",\"image\":\"\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Back In Stock Notifications\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/11\\/logo-bis-ircwrk.png\",\"excerpt\":\"Notify customers when your products are restocked.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/back-in-stock-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"755424b1-28b6-448a-aeb3-709cb3029eb6\",\"slug\":\"woocommerce-back-in-stock-notifications\",\"id\":6855144,\"rating\":4.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":2.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.3,\"reviews_count\":95,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Codisto Omnichannel Commerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"One plugin to sell on Amazon, eBay, Walmart, & Google directly from WooCommerce, with automation and real-time sync.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3,\"reviews_count\":38,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Product Recommendations\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/07\\/logo-prl-lfwngz.png\",\"excerpt\":\"Offer smarter upsells, cross-sells, and \\\"frequently bought together\\\" recommendations. Measure their impact with in-depth analytics.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-recommendations\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"4f9d0025-64b2-496f-97bb-ef553752d2d1\",\"slug\":\"woocommerce-product-recommendations\",\"id\":4486128,\"rating\":4.9,\"reviews_count\":13,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$39.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$159.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":3,\"reviews_count\":14,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Pinterest for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/Marketplace_card_Pinterest.png\",\"excerpt\":\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pinterest-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"29785cce-92ef-4b3a-8bd7-979bc688fd47\",\"slug\":\"pinterest-for-woocommerce\",\"id\":8688768,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/10\\/icon@2x-pe5lqg.png\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$159.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Unlimited images for your product variations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$59.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$219.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.7,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.5,\"reviews_count\":55,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/amazon-s3-storage-icon.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/force-sells-icon.png\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/05\\/quick-view-icon.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LiveChat.png\"},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/360-image-icon.png\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/01\\/photography-icon.png\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/software-add-on-icon.png\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/04\\/products-compare-icon.png\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Themesquad\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/themesquad\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/store-catalog-pdf-download-icon.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"TikTok is offering eligible merchants $200 in TikTok ad credit (terms & conditions apply). Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":3.3,\"reviews_count\":25,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 12,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.3,\"reviews_count\":46,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-icon-80px@2x.png\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for gift cards, discounts, coupons, store credits, BOGO deals, product giveaways, offers, and promotions. Smart Coupons is the original, most complete, best selling and most advanced WooCommerce coupons plugin.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$129.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.5,\"reviews_count\":156,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.4,\"reviews_count\":32,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":70,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-80x80-1.jpg\"},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":54,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"$19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/klarna-checkout-icon.png\"},{\"title\":\"Mercado Pago Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/05\\/logo-juzfys.png\",\"excerpt\":\"Mercado Pago is already in 7 countries in Latin America and has the best checkout for your customers\' preferences and your type of online store. Ensure security and offer the main payment methods without worry.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mercado-pago-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b51b437b-1948-4405-b96e-0ef86485d3eb\",\"slug\":\"woocommerce-mercadopago\",\"id\":7909962,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mercado Pago\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mercado-pago\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/05\\/Mercado-Pago.png\"},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":30,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.3,\"reviews_count\":31,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$119.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":102,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$109.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":3.9,\"reviews_count\":12,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Trustpilot Reviews\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Trustpilot_brandmark_gr-blk_RGB-2-1-px9shb.png\",\"excerpt\":\"Collect and showcase verified reviews that consumers trust.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/trustpilot-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"cbbd9b5e-b226-492c-a87e-cb21743ed8bf\",\"slug\":\"trustpilot-reviews\",\"id\":8173894,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Trustpilot\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/trustpilot\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/logo-160x160-1.png\"},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (AU and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"$0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Klarna.png\"},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.8,\"reviews_count\":44,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.4,\"reviews_count\":15,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/qb_thumb.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Sensei\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/sensei\\/\",\"icon\":null},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":165,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-icon-160x160-1.png\"},{\"title\":\"reCaptcha for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/WooCommerce-reCpatcha.png?w=150&h=150&crop=1\",\"excerpt\":\"Protect your eCommerce store from malicious and automated attacks by using reCaptcha for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/recaptcha-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.i13websolution.com\\/wp-test\\/\",\"price\":\"$29.00\",\"hash\":\"c9793ede-aadc-484f-8c5a-1a0776604ce6\",\"slug\":\"recaptcha-for-woocommerce\",\"id\":5347485,\"rating\":4,\"reviews_count\":22,\"vendor_name\":\"I13 Web Solution\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/i13-web-solution\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/reCaptcha-For-WooCOmmerce-logo-164x164-2.png\"},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce.png\"},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Viva-Wallet.png\"},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"}]}\";s:7:\"headers\";O:31:\"WpOrg\\Requests\\Response\\Headers\":1:{s:7:\"\0*\0data\";a:19:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Thu, 11 May 2023 17:24:51 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"13479\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}s:4:\"link\";a:1:{i:0;s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:29:\"access-control-expose-headers\";a:1:{i:0;s:33:\"X-WP-Total, X-WP-TotalPages, Link\";}s:28:\"access-control-allow-headers\";a:1:{i:0;s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";}s:13:\"x-wccom-cache\";a:1:{i:0;s:3:\"HIT\";}s:13:\"cache-control\";a:1:{i:0;s:10:\"max-age=60\";}s:5:\"allow\";a:1:{i:0;s:3:\"GET\";}s:4:\"x-rq\";a:1:{i:0;s:15:\"bur5 85 187 443\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}s:3:\"age\";a:1:{i:0;s:2:\"21\";}s:7:\"x-cache\";a:1:{i:0;s:3:\"hit\";}s:4:\"vary\";a:1:{i:0;s:23:\"Accept-Encoding, Origin\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:25:\"strict-transport-security\";a:1:{i:0;s:16:\"max-age=31536000\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:59:\"https://woocommerce.com/wp-json/wccom-extensions/1.0/search\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:25:\"WpOrg\\Requests\\Cookie\\Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'); INSERT INTO `wpfl_options` VALUES (1041,'elementor_log','a:1:{s:32:\"216bb8f7ebb2810780af4cac9ce1d9d6\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"31823\";s:7:\"\0*\0file\";s:170:\"https://pallyagro.ng/wp-admin/load-scripts.php?c=0&loadchunk_0=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.2\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-05-11 17:23:03\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:51:\"elementor_new_template_form_controls 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-05-11 17:23:03\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1683825783\";s:7:\"message\";s:51:\"elementor_new_template_form_controls is not defined\";s:3:\"url\";s:170:\"https://pallyagro.ng/wp-admin/load-scripts.php?c=0&loadchunk_0=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.2\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"31823\";}}}','no'),(847,'astra-sites-last-export-checksums','**0pYITU0jtQ','no'),(819,'bsf_analytics_installed_time','1683805656','no'),(820,'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'),(821,'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 & 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 …<p class=\"read-more\"> <a class=\"\" href=\"\"> Read More »</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 …<p class=\"read-more\"> <a class=\"\" href=\"\"> Read More »</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 & 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 & 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 & 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 & 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'),(822,'ast-block-templates-site-requests','2','no'),(823,'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'),(824,'ast-block-templates-block-requests','4','no'),(825,'ast_block_templates_fresh_site','no','no'),(898,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":5,\"critical\":1}','yes'),(828,'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'),(829,'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 & 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 & 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 & 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 & 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'),(831,'astra-sites-and-pages-page-26','a:15:{s:8:\"id-21922\";a:22:{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:8:\"id-21935\";a:22:{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:8:\"id-21835\";a:22:{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:934:\"<!-- 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><li>Contemporary design with dark and light variations on each page</li><li>Great use of modern fonts and colors</li><li>Borderless content areas make a visual impact</li><li>Good use of images throughout</li><li>Full compatibility with leading page builders</li></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:8:\"id-44273\";a:22:{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:8:\"id-21879\";a:22:{s:5:\"title\";s:15:\"Home Remodeling\";s:2:\"id\";i:21879;s:12:\"publish-date\";i:1557134700;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/home-remodeling-04\";s:20:\"astra-site-parent-id\";i:90;s:15:\"astra-sites-tag\";a:8:{i:979;s:7:\"company\";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:812;s:6:\"office\";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:3:{i:2777;s:8:\"business\";i:2793;s:15:\"interior-design\";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: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:991:\"<!-- wp:paragraph -->\n<p>The Home Remodeling template is a contemporary design with simple colors and a largely grayscale layout. It combines gray areas with white fonts and white backgrounds to build an interesting layout that’s different from the norm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a very effective design with some great color choices, flexible content areas, an image gallery, testimonial section and calls to action. Supplementary pages reflect a similar design while enabling you to share what you do and how you do it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Home Remodeling template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Subtle colors keep everything low key but engaging</li><li>Interesting layout that keeps you interested</li><li>Flexible content areas to tell your story</li><li>Useful extra pages useful for the niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Interesting design business template that’s not afraid to be a little different\";s:5:\"pages\";a:6:{s:8:\"id-22838\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-remodeling-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-22836\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-remodeling-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-22840\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-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-22839\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-projects.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-projects.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-04/projects/\";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-22841\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/home-remodeling-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-22837\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-04/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/home-remodeling-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:44016;s:26:\"related-elementor-template\";i:21879;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-44016\";a:22:{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:8:\"id-21626\";a:22:{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:8:\"id-21841\";a:22:{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:8:\"id-55382\";a:22:{s:5:\"title\";s:15:\"Salon & 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 & 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 & 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:8:\"id-55398\";a:22:{s:5:\"title\";s:15:\"Salon & 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:8:\"id-21814\";a:22:{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:8:\"id-21808\";a:22:{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:8:\"id-21807\";a:22:{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:8:\"id-21337\";a:22:{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:8:\"id-21340\";a:22:{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:\"\";}}','no'),(832,'astra-sites-and-pages-page-27','a:15:{s:8:\"id-48580\";a:22:{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:8:\"id-21676\";a:22:{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:8:\"id-55223\";a:22:{s:5:\"title\";s:20:\"Travel & 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 & 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 & 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:8:\"id-55310\";a:22:{s:5:\"title\";s:20:\"Travel & 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:8:\"id-21599\";a:22:{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:8:\"id-21347\";a:22:{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:8:\"id-21329\";a:22:{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:8:\"id-21335\";a:22:{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:8:\"id-21331\";a:22:{s:5:\"title\";s:17:\"Cleaning Services\";s:2:\"id\";i:21331;s:12:\"publish-date\";i:1554904102;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/cleaning-services-04\";s:20:\"astra-site-parent-id\";i:121;s:15:\"astra-sites-tag\";a:8:{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:1022;s:12:\"professional\";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: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:949:\"<!-- wp:paragraph -->\n<p>The Cleaning Services template is instantly engaging thanks to a full screen image background and bright contrast color. Add bright white text and bright calls to action and you have a website design that’s going to convert.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template mixes blue and pink seamlessly and even includes some smart hover effects for extra engagement. Colors can be changed, as can fonts, the layout and everything you see on every page. It’s a very flexible template!</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>Design makes an instant first impression</li><li>Good use of bold colors and images</li><li>Flexible content areas with hover effect</li><li>All the supplementary pages you could need</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Colorful web template that could work perfectly for cleaners and cleaning companies\";s:5:\"pages\";a:6:{s:8:\"id-23145\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cleaning-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-23143\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-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-23147\";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-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/cleaning-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-23148\";a:12:{s:5:\"title\";s:13:\"Why choose us\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-why-choose-us-3.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-why-choose-us-3.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/cleaning-services-04/why-choose-us/\";s:15:\"astra-sites-tag\";a:2:{i:760;s:13:\"why-choose-us\";i:852;s:6:\"why-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-23146\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-reviews-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-reviews-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-services-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-23144\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-contact-3.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-04-contact-3.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-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\";i:21335;s:26:\"related-elementor-template\";i:21331;s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-21171\";a:22:{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:8:\"id-20908\";a:22:{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:8:\"id-20919\";a:22:{s:5:\"title\";s:31:\"eCourse – 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:8:\"id-20924\";a:22:{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:8:\"id-20957\";a:22:{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:8:\"id-20968\";a:22:{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:\"\";}}','no'),(833,'astra-sites-and-pages-page-28','a:15:{s:8:\"id-20969\";a:22:{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:8:\"id-20972\";a:22:{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:8:\"id-20981\";a:22:{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:8:\"id-20983\";a:22:{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:8:\"id-21029\";a:22:{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:8:\"id-21039\";a:22:{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:8:\"id-55430\";a:22:{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:8:\"id-55436\";a:22:{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:8:\"id-45817\";a:22:{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:8:\"id-45836\";a:22:{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:8:\"id-45806\";a:22:{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:8:\"id-21041\";a:22:{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:8:\"id-21085\";a:22:{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:8:\"id-21088\";a:22:{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:8:\"id-21090\";a:22:{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:\"\";}}','no'); INSERT INTO `wpfl_options` VALUES (834,'astra-sites-and-pages-page-29','a:15:{s:8:\"id-21092\";a:22:{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:8:\"id-21096\";a:22:{s:5:\"title\";s:17:\"Gym & 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:8:\"id-21098\";a:22:{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:8:\"id-21100\";a:22:{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:8:\"id-21102\";a:22:{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:8:\"id-21066\";a:22:{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:8:\"id-21073\";a:22:{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:8:\"id-48398\";a:22:{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:8:\"id-48208\";a:22:{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:8:\"id-20939\";a:22:{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:8:\"id-48188\";a:22:{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:8:\"id-21023\";a:22:{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:8:\"id-20746\";a:22:{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:8:\"id-20807\";a:22:{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:8:\"id-20810\";a:22:{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:\"\";}}','no'),(835,'astra-sites-and-pages-page-30','a:15:{s:8:\"id-48703\";a:22:{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:8:\"id-20816\";a:22:{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:8:\"id-20904\";a:22:{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:8:\"id-48530\";a:22:{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:8:\"id-20732\";a:22:{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:8:\"id-19915\";a:22:{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:8:\"id-20515\";a:22:{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:8:\"id-20536\";a:22:{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:8:\"id-20475\";a:22:{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:8:\"id-19958\";a:22:{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:8:\"id-55334\";a:22:{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:8:\"id-55425\";a:22:{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:8:\"id-19959\";a:22:{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:8:\"id-48132\";a:22:{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:8:\"id-19814\";a:22:{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;}}','no'),(836,'astra-sites-and-pages-page-31','a:15:{s:8:\"id-19881\";a:22:{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:8:\"id-48103\";a:22:{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:8:\"id-54442\";a:22:{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:8:\"id-19790\";a:22:{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:8:\"id-19796\";a:22:{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:8:\"id-19798\";a:22:{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:8:\"id-19792\";a:22:{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:8:\"id-19801\";a:22:{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:8:\"id-19754\";a:22:{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:8:\"id-19803\";a:22:{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:8:\"id-19824\";a:22:{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:8:\"id-19784\";a:22:{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:8:\"id-19719\";a:22:{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:8:\"id-19496\";a:22:{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:8:\"id-19574\";a:22:{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:\"\";}}','no'),(837,'astra-sites-and-pages-page-32','a:15:{s:8:\"id-19557\";a:22:{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\"